Facepalm is comming to DOAG 2015! :)
I'm happy to announce that I'll be presenting "Think simple and spare yourself a facepalm" session at developer track at DOAG 2015. Looking forward to meet you there!
Facepalm is comming to DOAG 2015! :)
ALTER SESSION ENABLE PARALLEL DML;
ALTER SESSION FORCE PARALLEL DML PARALLEL 4;
SQL Error: ORA-00600: internal error code [kkmupsViewDestFro_4], [0], [8024169], [], [], [], [], [], [], [], [], []
00600. 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"
*Cause: This is the generic internal error number for Oracle program
exceptions. This indicates that a process has encountered an
exceptional condition.
*Action: Report as a bug - the first argument is the internal error number
alter session set "_optimizer_join_elimination_enabled"=false;Nope … and next one:
alter session set "_fix_control"="7679164:OFF";Nope … and next one … recode the MERGE statement, for example add ROWNUM pseudo column: