Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • FRA Information. Oracle
  • Goldengate Tutorial Oracle
  • More info about /proc folder and its relation with processes. Linux/Unix
  • RAC with RHEL4 and 11g Oracle
  • DBMS_STATS Metalinks Notes Oracle
  • sql_doing_fts.sql Oracle
  • JSON/XML Types in Oracle Oracle
  • find_open_cur.sql Find open cursorts per session Oracle
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • Formatter Explain plan Output 1 Oracle
  • Find All internal Parameters Oracle
  • How to calculate PROCESSES parameter Oracle
  • Good Link from metalink 1 Oracle
  • move_arch_files.ksh Linux/Unix

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

  • online_bkup.sql Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • sid_wise_cursor.sql find open cursor basis on username or SID Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • shr1.sql for MTS or Shared server configuration 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Deleting first line and lastline of a file using sed Linux/Unix
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • Configure ssh authentications for RAC Oracle
  • Find Plan Hash value fphv.sql Oracle
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • logminer and my_lbu Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • Oracle Material from OTN Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme