Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Oracle 10g Installation/Applying Patches Tips Oracle
  • First Entry in RAC Oracle
  • Export Import with QUERY Oracle
  • Oracle Material from OTN Oracle
  • Find nth max and min. Oracle
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • Vivek Tuning for Row Locks. Oracle
  • How to start CRS manually Oracle
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • Changing default shell Linux/Unix
  • Clean up Oracle
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • tab.sql Oracle
  • Kernel Parameters for Solaris Linux/Unix
  • When to rebuld B-tree index 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

  • Default User Profile Oracle
  • Mutating Table Error while using database trigger Oracle
  • When error comes for temporary tablespace with version <= 9i Oracle
  • Physical Standby switchover with session active Oracle
  • Flowers Resize datafiles Oracle
  • Very Good Oralce Internal Tuning Book Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Monitor and Trace Unix processes using truss Linux/Unix
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • Processes parameter and its dependencies on OS kernel parameters Linux/Unix
  • Changing default shell Linux/Unix
  • RAC 11g with vmware Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • SQL_PROFILE – I explaination Oracle
  • Find Plan Hash value fphv.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme