Microsoft
Software
Hardware
Network
Question : How to get SQL statement for a trigger in ORACLE v10.2 database
Would like to get the sql statements for a trigger in Oracle database. For example,
--trigger tr1
CREATE OR REPLACE TRIGGER tr1
......
end;
What sql statement should I issue to see the tr1's sql statements? i.e.,
--trigger tr1
CREATE OR REPLACE TRIGGER tr1
......
end;
Answer : How to get SQL statement for a trigger in ORACLE v10.2 database
SELECT *
FROM dba_source
WHERE TYPE = 'TRIGGER' AND name = 'TR1'
ORDER BY line
Random Solutions
Differences between xcopy, scopy, permcopy and robocopy
Net/Ftp
Monitor recursive a directory for new files
Remotely Managing Scheduled Tasks (schtasks.exe) on Windows XP Home
Partition resizing (NTFS) and Dynamic Disk?
Patching TCPIP.sys file version 5.1.2600.3394
Directories and Backlinks
Search Engine Optimization Software
OSCommerce - Order Editor Module - Create order through Admin
read priv1.edb