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

Home -> Community -> Usenet -> c.d.o.server -> Re: Successful login via SQLPlus produces a server error

Re: Successful login via SQLPlus produces a server error

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Tue, 26 Apr 2005 17:17:48 +0200
Message-ID: <d4llrj$ec2$1@news1.zwoll1.ov.home.nl>


g3000 wrote:
> well I know that I dont have any ON STARTUP or ON LOGON triggers from
> this:
>
> SQL> select trigger_name, owner from dba_triggers where
> triggering_event='LOGON';
>
> no rows selected
>
> SQL> select trigger_name, owner from dba_triggers where
> triggering_event='STARTUP';
>
> no rows selected
>
> SQL>
>
> It is OBVIOUS that the user I am loggin on as (SYS as SYSDBA ) does NOT
> have the roles sams_base and sams_security granted.
>

iirc, logging on as sysdba, using the sys account, does *not* fire on logon triggers - else it would be possible to lock everybody out :)

-- 
Regards,
Frank van Bortel
Received on Tue Apr 26 2005 - 10:17:48 CDT

Original text of this message

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