Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Oracle Release Explaination Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • age_alert.ksh aging out alert.log Linux/Unix
  • Identical Dblink Issue… Oracle
  • Linux CPU info. Linux/Unix
  • process id based files and processes Linux/Unix
  • Sample WW22 listener.ora Oracle
  • v$backup.status information Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Deleting first line and lastline of a file using sed Linux/Unix
  • Wait Based Tuning Step by step with SQL statement Oracle
  • restarting network in linux Linux/Unix
  • Nice notes on wait events Oracle
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • ORA-01220 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

  • find_pk.sql /* Find Primary Key */ Oracle
  • Facts about SCN and Rollback Segment Oracle
  • The most important Tuning Notes Oracle
  • Oracle Metalink useful notes Oracle
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR 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
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • Handling LOB data in Oracle Oracle
  • compile_inv.sql Oracle
  • Find sort details from Db find_sort.sql Oracle
  • How to start CRS manually Oracle
  • v$event_name Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Roles and Stored Object behaviour Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme