...and to clarify for subsequent Tek-Tipsters that may refer to this thread for guidance on this topic:
1) Oracle (unfortunately) has no easy, built-in method for exporting specific TRIGGERS.
2) Export dump files can contain triggers, but they are an artifact of exporting the tables upon which the triggers reside.
3) If you wish to install a trigger only from one database environment to another database environment, then perhaps the simplest method is to follow
taupirho's excellent advice -- to display the trigger's code via a SELECT against a *_TRIGGERS view from the database's data dictionary, then copy and paste the results into a text file, which you then "scrub", then execute in the target environment.
Let us know if you have additional questions on this topic.
![[santa] [santa] [santa]](/data/assets/smilies/santa.gif)
Mufasa
(aka Dave of Sandy, Utah, USA)
[I can provide you with low-cost, remote Database Administration services: see our website and contact me via
www.dasages.com]