Answer Posted / venkatesan m
The ORA-00600 (ORA 600) error is a generic internal error
from Oracle, and you must look-up the numeric arguments to
understand the nature of the internal error.
A typical ORA-00600 error does not include descriptive text
and might look like this, with various arguments
following the message in the Oracle alert log::
ORA-00600 [723][51202][1][51200][][]
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
Draft one mock email requesting your non-technical management grant you downtime to (provide justification where applicable) complete the following tasks: (1) Generate statistics on a large table; (2) Generate an RDA – if you don't know what an RDA is please say so. (3) Rename datafiles.
What are statistics, under what circumstances they go out of date, how do you update them?
how can a session indicate its interest in receiving alerts?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
How would you extract DDL of a table without using a GUI tool?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution
how can you process messages in order asynchronously?
what are the benefits of flashback feature?
how can you enable flashback feature?
How can you control the amount of free space in your index pages? : sql server DBA
what is a user-defined lock?