Because of some issues i had faced I'm trying the below query on oracle 11g. But its throwing error. Could anyone please help
Query:alter database open
* ERROR at line 1: ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1], [505], [33717], [33719], [], [], [], [], [], [], []
Thanks in advance
The ORA-00600 message is a catch-all for unhandled side effects in the Oracle kernel code i.e. bugs. These things tend to be specific to a version of Oracle database, and often OS and server too.
The standard approach for such things is to raise a Service Request with Oracle Support. This looks a known bug in the base release of 11gR2. (Support Note ID 1296264.1)
However, if you're still running an un-patched instance of 11.2.0.1 in 2015 I guess it's highly unlikely you have a Support Contract. In which case you don't have too many options.
This blog article suggests a couple of things you can try. (Usual caveats about things you read on the web). Both require DBA and/or sysadmin competencies.