Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Jai Shree Ram Oracle
  • dbms_job.submit example Oracle
  • to see when crontab is changed. Linux/Unix
  • How to change hostname in Linux Linux/Unix
  • secure crt settings Linux/Unix
  • Read CSV file using PySpark Python/PySpark
  • Sending email with file attachment. Linux/Unix
  • eplan9i.sql Oracle
  • Good Site for Oracle Internals Oracle
  • My Minimum Tuning Programs Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • Import and export statements Oracle
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • Monitor Long Running Job Oracle

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 PLAN_TABLE command. Oracle
  • Goog notes on X$ tables Oracle
  • Formatter Explain plan Output 1 Oracle
  • Good Oracle Architecture In Short and point to point Oracle
  • Specify the Rollback segment to use in Transaction Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • To see only files and/or folders using LS command Linux/Unix
  • sql_plan9i.sql Oracle
  • Process Map for CPU and Memory for OS processes Linux/Unix
  • Jai Shree Ram Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • configUOCIOTTO.ora Oracle
  • Benefits and Usage of RMAN with Standby Databases Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme