Hi Experts,
In an Oracle 11g database running on Ssolaris 11, we use to do an import which takes 14 hours with the following command:
nohup impdp ERP/ERP_Password directory=our_directory dumpfile=our_dump_file.dmp logfile=our_log.log
The problem with the command above is that the password of ERP is in clear text. Is there a way to use impdp and nohup and, in the same time, have the system prompt for ERP password?
Thanks.