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
write to file
How to display the Main Menus and Hidden Objects in MS Access 2000
Custom Template not listed on the Certification Authority 's Enable Certificate Templates
how to stop a task in crontab to run if the previous instance has been still running in AIX?
Auto forwarding emails on the server
httpd.conf
files ffastun.ffa
Running programs form a script file in low priority
movie player program
P2V to VMware Virtual server (free version)