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
Outlook doesn't open new empty mail anymore
McAfee Enterprise Removal Tool
Trying to load ghost client with a boot CD(pcdos) created with ghost boot wizard, system is erroring out with unable to load OS.
EXCHANGE 2000 SPAM
How to change machine name in NT
_MSDCS.<forest name> not found in DNS foward lookup
How to programmatically remove and then add a computer to a domain
Activesync permission error
Foreign Keys
WASPreUpgrade Command issue