windows cmd - display output on screen as well as redirect output to logfile
Hello All,
At this new location i am given access only to database directly and not to database server.I have installed oracle client and intending to kickoff a datapump import using windows cmd prompt with manual parameter list:
impdp ***/***@ORCL DIRECTORY=*** DUMPFILE=***_%u.dmp LOGFILE=***.log SCHEMAS=***
I am a newbie to windows cmd.
Please let me know how can i kickoff above command which will ---> display the output on screen as well as redirect output to local system.
as of now i am just kicking off as below...but if logfile is too large than command prompt buffer size then i am unable to see the complete log: