Database Utilities (MOSC)

MOSC Banner

export command log file information

edited Mar 10, 2010 11:12PM in Database Utilities (MOSC) 4 commentsAnswered
 Hi,

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center