Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Another problem with startup database trigger

Another problem with startup database trigger

From: Helmut Daiminger <hdaiminger_at_vivonet.com>
Date: Wed, 1 Nov 2000 11:02:09 -0800
Message-Id: <10667.120839@fatcity.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US