Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Another problem with startup database trigger
Hi!
I'm getting an error message that doesn't make much sense to me...
This is the startup db trigger that I created. The trigger is owned by SYS.
CREATE OR REPLACE TRIGGER startup_db
after startup on database
begin
But every time, I get the following error message written to a trace file:
Since the trigger is owned by SYS, I don't understand why there is a privilege problem... I explicitly granted ADMINISTER DATABASE TRIGGER to SYS as well. I ran the dbmspool.sql script.
This is 8.1.6 on Win2k. Received on Wed Nov 01 2000 - 13:02:09 CST
![]() |
![]() |