expdp / (with oracle user ) in 11gr1 ( 11.1.0.7 )
Hi ,
I have a stange error , i don't know i can say it as strange error or not as i started working on 11g recently . When i execute the datapump export scrpt with oracle user (/) i am getting the below error ,
Works in 10 g: expdp /@dbname directory=dbname_1 dumpfile=dbname.dmp schemas=dbname_schame LOGFILE=dbname_1:logfile.log
Errors in 11g : expdp /@dbname directory=dbname_1 dumpfile=dbname.dmp schemas=dbname_schame LOGFILE=dbname_1:logfile.log
Export: Release 11.1.0.7.0 - 64bit Production on Tuesday, 05 October, 2010 17:16:20
Copyright (c) 2003, 2007, Oracle. All rights reserved.
UDE-01017: operation generated ORACLE error 1017
ORA-01017: invalid username/password; logon denied
Username:
works in 10g and 11g : expdp system/*******@dbname directory=dbname_1 dumpfile=dbname.dmp schemas=dbname_schame LOGFILE=dbname_1:logfile.log
Am i missing any extra parameter in 11g . I have created oracle user identified externally . It has the "GRANT READ, WRITE ON DIRECTORY dbname_1 " .
We have jobs running on 10g with / user .
Any help is appreciated .
Thanks
Venkat