export command log file information
I am trying to export the database using the export command, and also am logging the output in the log file.
exp SCOTT/TIGER file=C:\export.dmb log=C:\export.log
but the log file is only logging the information as
. . exporting table EMPL 0 rows exported
. . exporting table DEPT 2 rows exported
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
but it is not showing the views name ,trigger names,stored procedure names , like whata are the view's,triggers,stored procedurs it is exporting.
any idea how we can log this information in the log file.