impdp少参导致的ORA-01005

记录一次impdp导数的报错,报错如下:

[oracle@XXX]$ more impdp_XXX.log
nohup: ignoring input

Import: Release 11.2.0.4.0 - Production on Sun May 5 11:36:47 2019

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
Password:

UDI-01005: operation generated ORACLE error 1005
ORA-01005: null password given; logon denied

Username: UDI-00005: unexpected End-Of-File encountered while reading input.

 

原因:impdp导数少加parfile=XXX.par。

更正为:nohup impdp parfile=impdp_XXX.par > impdp_XXX.log 2>&1 &

谨以此文,时时提醒!

 

你可能感兴趣的:(oracle,ORA-01005,UDI-01005,impdp)