DDL of trigger
Hello,
I am working on 11g and os is AIX.
I was doing an import using data pump , but because of synonyms issues some triggers were not able to import .
Now i need to create those triggers again but in import dump files are no full create trigger syntex recorded.
I tried to create create trigger script using sqlfile option but in sqlfile oracle is not creating create trigger syntex.
I do not have source database access , is there any other way to get DDL of create trigger from export dump file.
any idea...