ORA-00600: internal error code, arguments: [kkqctdrvCVM(2): More than one CV!]

>> Friday 18 November 2016


Oracle Database 11g 11.2.0.3.0

ORA-00600: internal error code, arguments: [kkqctdrvCVM(2): More than one CV!], [], [], [], [], [], [], [], [], [], [], []



Sql causing error
/* SQL Analyze(27,1) */ select "foo"."foo" "foo .....


Call Stack
kgeadse kgerinv_internal kgerinv kgeasnmierr kkqctdrvCVM


This error comes out of SQL Tuning Advisor, if you aren't using the tuning advisor disable it:


select client_name, status,attributes,service_name
from dba_autotask_client;

BEGIN
DBMS_AUTO_TASK_ADMIN.disable(
client_name => 'sql tuning advisor',
operation => NULL,
window_name => NULL);
END;
/

select client_name, status,attributes,service_name
from dba_autotask_client;


0 comments:


  © Blogger template Simple n' Sweet by Ourblogtemplates.com 2009

Back to TOP