Encount ORA-00600 when setting audit_trail parameter [message #431083] |
Sat, 14 November 2009 10:02 |
luye
Messages: 2 Registered: November 2009
|
Junior Member |
|
|
Hi, all,
I wanted to open the audit function in Oracle 9i db, but unfortunately I encounted ORA-oo600 error.
C:\Documents and Settings\dbaadmin>sqlplus /nolog
SQL*Plus: Release 9.2.0.1.0 - Production on Sat Nov 14 15:10:40 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> conn /as sysdba
Connected.
SQL> alter system set audit_trail=db scope=spfile;
alter system set audit_trail=db scope=spfile
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [kspsetpao1], [1315], [1279], [*],
[user_dump_dest], [28], [], []
And I checked the alert log, found some error info:
at Nov 14 15:16:07 2009
Errors in file e:\oracle\admin\orisge\udump\orisge_ora_9060.trc:
ORA-00600: internal error code, arguments: [kspsetpao1], [1315], [1279], [*], [user_dump_dest], [28], [], []
I uploaded the orisge_ora_9060.trc file.
Who can tell me why it happened?
Thanks very much.
|
|
|
|