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
Word Outline Numbering Style Failing to Use Parent Style
convert an SQL 2005 Script into SQL 2000 (foreignkey)
An embedded image in a Reporting Services subreport doesn't display in the main report
Vision Slogan
Wake On Lan, Red Hat Linux 8.0
Best mini linux 1u or box?
constant errors with corrupt files
Autodiscover in Exchagne 2007 Not Working from Outside Non-domain computers
Excel - Error loading DLL
Link a Query to a From