Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • db_status.sql Oracle
  • pvm_rbs1.sql (to collect rbs info from db) Oracle
  • shutdown linux Linux/Unix
  • CPU speed on solaris Linux/Unix
  • Jai Shree Ram Oracle
  • Create type and Grant on it. Oracle
  • set_env_dba Linux/Unix
  • Removing first line Linux/Unix
  • Shuffle an array PHP/MYSQL/Wordpress
  • Oracle Standby Database Library Index from Metalink Oracle
  • import-export with multiple files Oracle
  • How to start CRS manually Oracle
  • oracle 10g on linux Linux/Unix
  • Good RAC & Standby Notes Oracle
  • PLSQL Table Syntax 1 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

  • Benefits and Usage of RMAN with Standby Databases Oracle
  • Histogram Overview Oracle
  • plan10g.sql good1 Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • How to stop OCSSD Daemon 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
  • USE_NL and INDEX hints example Oracle
  • TRUNCATE Privs Oracle
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • cache buffer chain latch Oracle
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • standard Monitoring – 1 Oracle
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme