Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • CTAS with LONG Column for 7.x and 8 and 8i Oracle
  • Monitor and Trace Unix processes using truss Linux/Unix
  • to see when crontab is changed. Linux/Unix
  • Finding Oracle Patches with opatch Oracle
  • cif crons Linux/Unix
  • fuser to check who is using diretory Linux/Unix
  • initUOCIOTTO.ora Oracle
  • Roles and Stored Object behaviour Oracle
  • ORA-01220 Oracle
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • plan10g.sql good1 Oracle
  • plan10g.sql good Oracle
  • xargs use Linux/Unix
  • load SPM baseline from cursor cache Oracle
  • switchover for primary database 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

  • Proc code Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • oracle Dba site Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle
  • Benefits and Usage of RMAN with Standby Databases Oracle
  • get_vmstat.ksh for Solaris 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 (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • ORA-3136 Oracle
  • cp_filesystem.sql Oracle
  • Renaming the column name Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • Search and replace editor command in vi Linux/Unix
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • More info about /proc folder and its relation with processes. Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme