Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Search and replace editor command in vi Linux/Unix
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • find checksum of a file. Linux/Unix
  • to see when crontab is changed. Linux/Unix
  • tab.sql Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • copying/removing directory with all its subdirectory Linux/Unix
  • How to remove blank lines using vi editor command Linux/Unix
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • Optimizer_Index init.ora parameter explaination. Oracle
  • Add new columns in dataframe Python/PySpark

Database logon trigger issue

Posted on 22-Jun-2009 By Admin No Comments on Database logon trigger issue

Problem Description

——————-

You create a database event trigger that fires each time a user connects to the database.

For any reason, the login trigger becomes invalid. (The trigger is retrieving information from a table that may be inadvertently dropped.)

Who can connect?

Solution Description

——————–

Connect under a user who owns the following system privilege:

ADMINISTER DATABASE TRIGGER

SQL> connect system/manager

Connected.

Example:

SQL> grant ADMINISTER DATABASE TRIGGER to scott;

Grant succeeded.

SQL> connect scott/tiger

Connected.

Exception

———

Under NT, SYSTEM cannot logon even with the ADMINISTER DATABASE TRIGGER privilege, and only a connection as “/ as SYSDBA” is possible and therefore can disable the trigger.

Oracle, SQL scripts

Post navigation

Previous Post: kill all processes from specific user in solaris.
Next Post: pvm_pre_change.sql

Related Posts

  • create trigger syntax Oracle
  • Privilege to describe the table. Oracle
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • Ports used by Oracle Software Oracle
  • Composite Index creation tip from Vivek Oracle
  • Find All internal Parameters Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Oracle10g – Using SQLAccess Advisor (DBMS_ADVISOR) with the Automatic Workload Repository Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • Reading parameter file and printing Linux/Unix
  • Proc Compilation Oracle
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • Find Plan Hash value fphv.sql Oracle
  • CPU speed on solaris Linux/Unix
  • Optimizer_Index init.ora parameter explaination. Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme