Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • SQL_PROFILE – I explaination Oracle
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • send attachment from unix-shell script Linux/Unix
  • Jai Shree Ram Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • This is from Temi Oracle
  • Privilege to describe the table. Oracle
  • nfs mount command Linux/Unix
  • Giving Grant on v$DATABASE Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • DBMS_SQL for alter session. Oracle
  • crontab syntax Linux/Unix
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • Absolute file number and relative file number Oracle

create trigger syntax

Posted on 02-Aug-2005 By Admin No Comments on create trigger syntax

CREATE OR REPLACE TRIGGER “MESG”.ats_pdt_base_pre_ins_dbt

BEFORE INSERT

ON mesg.ats_product_base

REFERENCING NEW AS NEW OLD AS OLD

FOR EACH ROW

DECLARE

BEGIN

BEGIN

set_audit_proc(‘I’, :new.usr_crtd, :new.dt_crtd,

:new.usr_mdfd, :new.dt_mdfd);

END;

END;

/

Oracle, SQL scripts

Post navigation

Previous Post: v$backup.status information
Next Post: create user with unlimited quota

Related Posts

  • Oracle 11g RAC on OEL 5 and Vmware 2 Oracle
  • ext#.sql Oracle
  • Resolving RMAN Hung Jobs Oracle
  • currwait.sql Oracle
  • How to know current SID Oracle
  • oracle fast start failover best practice Oracle

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • shr1.sql for MTS or Shared server configuration Oracle
  • process id based files and processes Linux/Unix
  • Proc Compilation Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • Rename Tablespace Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme