Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • Wait Based Tuning Step by step with SQL statement Oracle
  • upload.html PHP/MYSQL/Wordpress
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • Getting started with notebook Python/PySpark
  • Implementing Listener Security Oracle
  • This is im telling Kishore Oracle
  • DBMS_STATS Metalinks Notes Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • Roles and Stored Procs II Oracle
  • Optimizer_Index init.ora parameter explaination. Oracle
  • plan10g.sql good Oracle
  • S3 Basic info AWS

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

  • Order by with ROWNUM Oracle
  • Oracle 10g Wait Model Oracle
  • Virtual Indexes in Oracle Oracle
  • Roles and Stored Procs II Oracle
  • How to stop OCSSD Daemon Oracle
  • Oracle 11g RAC on OEL 5 and Vmware 2 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 (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • 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

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • longtx.sql Oracle
  • How to analyze statspack or AWR report. Oracle
  • Reading parameter file and printing Linux/Unix
  • shutdown linux Linux/Unix
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • Privileges Required to Create Procedures and Functions that uses objects from other schema. Oracle
  • Implementing Listener Security Oracle
  • My Minimum Tuning Programs Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme