Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> newbie sysadmin causes ORA-00210
FYI: If all of a sudden you see the following errors in the alert log:
ORA-00600: internal error code, arguments: [kzckini: nzdsi_i], [28750], [], [],[], [], [], []
and select file_name from dba_data_files; gives:
ERROR at line 1:
ORA-00210: cannot open the specified controlfile ORA-00202: controlfile: '/u01/oradata/dev/control01.ctl' ORA-27041: unable to open file
then the oracle user has no permissions on the datafiles.
Cause in this case was sysadmin changed oracle UID and group id in /etc/passwd, then did a chown -R oracle:dba on all the mount points, while the database was running.
Solution was to revert /etc/passwd to the way it was, then redo the chown -R. Fortunately database was consistent.
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Nov 15 2000 - 17:10:37 CST
![]() |
![]() |