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
PostgreSQL v Firebird
End of Life for XP - should I start looking at Vista?
Exmerge has personality issues
I want to add mod_deflate to the modules folder
a problem with rcmd and rexec routines
Sybase IQ generating distinct rows for dummy table
How to install two operating systems on one machine?
Outlook 2003 does not display images in preview pane.
What is SysM_made_silent, sysm.exe?
Excel - Calculate sum of values associated with different combinations