hi everybody,
I get
ORA-00600: internal error code, arguments: [17182], [211804268], [], [], [],[], [], []
whenever i do
SELECT TO_CHAR(sysdate,'mm/dd/yyyy') FROM DUAL;
In init.ora i have set
CURSOR_SHARING = FORCE .
when i remove this line from init.ora i do not get the error.
can anyone tell why is this error coming?