Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to find where datafile is created dbf_info.sql Oracle
  • alter database backup controlfile to trace Oracle
  • proper cpu stats Linux/Unix
  • Very Good Oralce Internal Tuning Book Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • move_arch_files.ksh Linux/Unix
  • newupload.html PHP/MYSQL/Wordpress
  • standard Monitoring – 1 Oracle
  • AWR license Oracle
  • S3 Basic info AWS
  • nfs mount command Linux/Unix
  • cold backup scripts to copy locally Linux/Unix
  • export import with parameter file. Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • Find Time Consuming SQL Statements in Oracle 10g 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

  • Export With Query Another Example. Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • Oracle Release Explaination Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • AWR license Oracle
  • Restoring a user’s original password 1051962.101 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Postgres DB user and OS user. POSTGRESQL
  • USE_NL and INDEX hints example Oracle
  • secure crt settings Linux/Unix
  • export import with parameter file. Oracle
  • USER_TABLES.Freelists Oracle
  • Changing default shell Linux/Unix
  • Changing the Global Database Name Oracle
  • scripts to take listener.log backup Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme