SLES 9 Oracle 10g Instance Crash opteron 2005-07-11 - By Magni Fabrizio
If your problem is this:
ORA-00604 (See ORA-00604.ora-code.com): error occurred at recursive SQL level 1 ORA-06521 (See ORA-06521.ora-code.com): PL/SQL: Error mapping function ORA-06512 (See ORA-06512.ora-code.com): at "SYS.OLAPIHISTORYRETENTION", line 1 ORA-06512 (See ORA-06512.ora-code.com): at line 6
Then look for BUG 3386542.
Solution (metalink Note:266728.1):
Disable OLAPISTARTUPTRIGGER and OLAPISHUTDOWNTRIGGER to avoid error from being generated.
ALTER TRIGGER OLAPISTARTUPTRIGGER DISABLE; ALTER TRIGGER OLAPISHUTDOWNTRIGGER DISABLE;
Regards Fabrizio
-- To unsubscribe, email: suse-oracle-unsubscribe@(protected) For additional commands, email: suse-oracle-help@(protected) Please see http://www.suse.com/oracle/ before posting
|
|