Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Roles and Stored Object behaviour Oracle
  • move_arch_files.ksh Linux/Unix
  • Kill a session dynanically using execute immediate Oracle
  • Search and Replace vi editor command. Linux/Unix
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • USER_TABLES.Freelists Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle
  • useful dg links Oracle
  • catting.sh Linux/Unix
  • oradebug ipcrm ipcs Oracle
  • cif crons Linux/Unix
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • How to analyze statspack or AWR report. Oracle
  • Formatter Explain plan Output 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

  • Monitor Long Running Job Oracle
  • Good Oracle Architecture In Short and point to point Oracle
  • find_string_in_database.sql Oracle
  • Good RAC & Standby Notes Oracle
  • v$event_name Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ 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
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • Vivek Tuning for Row Locks. Oracle
  • CPU Core related projections AWS
  • dbinv.sql Oracle
  • Good notes on Oracle Events Oracle
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix
  • Some useful Unix Commands Linux/Unix
  • ipcs -l Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme