I am getting ORA-00604 during startup:
(9.2.0.3.0 - 64bit Production)
SQL> startup
ORACLE instance started.
Total System Global Area 253199000 bytes
Fixed Size 742040 bytes
Variable Size 218103808 bytes
Database Buffers 33554432 bytes
Redo Buffers 798720 bytes
Database mounted.
ORA-00604: error occurred at recursive SQL level 1
ORA-00942: table or view does not exist
The alert log indicates:
............
Database Characterset is WE8ISO8859P1
replication_dependency_tracking turned off (no async multimaster replication found)
ORA-604 signalled during: ALTER DATABASE OPEN...
However i am able to query from the database and connect as other users. I have not tried anything else apart from this.
SQL> select count(*) from dba_users;
Total System Global Area 336560912 bytes
Fixed Size 742160 bytes
Variable Size 218103808 bytes
Database Buffers 117440512 bytes
Redo Buffers 274432 bytes
Database mounted.
ORA-00604: error occurred at recursive SQL level 1
ORA-00942: table or view does not exist
SQL> select trigger_name, trigger_type, triggering_event from dba_triggers where triggering_event = 'STARTUP';
no rows selected
2) There are no objects pinned in the SGA on startup.
3) And no there was no upgrade from 8.1.7 instance. The database is
9.2.0.3.0 - 64bit Production.
I am getting ORA-00604 during startup:
(9.2.0.3.0 - 64bit Production)
SQL> startup
ORACLE instance started.
Total System Global Area 253199000 bytes
Fixed Size 742040 bytes
Variable Size 218103808 bytes
Database Buffers 33554432 bytes
Redo Buffers 798720 bytes
Database mounted.
ORA-00604: error occurred at recursive SQL level 1
ORA-00942: table or view does not exist
The alert log indicates:
............
Database Characterset is WE8ISO8859P1
replication_dependency_tracking turned off (no async multimaster replication found)
ORA-604 signalled during: ALTER DATABASE OPEN...
However i am able to query from the database and connect as other users. I have not tried anything else apart from this.
SQL> select count(*) from dba_users;
COUNT(*)
----------
75
SQL> conn omruser
Enter password:
Connected.
You might be missing the XMLTYPE table. If it is not there:
Try to rerun catqm.sql
Do you get the error afterwards?
Oracle Certified Master
Oracle Certified Professional 6i,8i,9i,10g,11g
email: ocp_9i@yahoo.com
Bookmarks