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
"Windows 7" and combo of anti-virus plus mapped drives causes blue screen tdx.sys anybody have a solution?
Word file size growth with JPG photo
Enabling Websphere 6.0 security
Driver issue for nic on Evo N620c
Shutdown Exchange 2003 for Maintenance
vids:iv41
Expert opinion and experience on slow performance and CR hotfix(es)
Trouble with sp_getapplock
how can i tell what software was used to make a website by the source code