Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • My Test Case On 21-OCT-2005 Oracle
  • exp syntax in oracle 10g Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • Pending Distributed Transations Oracle
  • How can I tell if ASO is installed ? Oracle
  • v$event_name Oracle
  • How to calculate PROCESSES parameter Oracle
  • Korn Shell Arithmatic Linux/Unix
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • tblwopk.sql tablewopk.sql Oracle
  • Multiple listeners Oracle
  • Deleting first line and lastline of a file using sed Linux/Unix
  • dbms_job.submit example Oracle
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • MYSQL for Oracle DBA MYSQL

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

  • usnsql.sql Displays information about UNDO segments with sql statements Oracle
  • Multiple listeners Oracle
  • executing Function from SQLPLUS prompt Oracle
  • Running PDB on single node in RAC Oracle
  • cp_filesystem.sql Oracle
  • Very Good Oralce Internal Tuning Book 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 (402)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Good notes for shared pool Oracle
  • Changing the Global Database Name Oracle
  • SQL Server: How to see current transactions or requests SQL Server
  • How to find password change date for user Oracle
  • Distributed Transaction Troubleshooting. Oracle
  • v$backup.status information Oracle
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • chk_space_SID.ksh Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme