Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

expdp / (with oracle user ) in 11gr1 ( 11.1.0.7 )

venkat vankayalaOct 5 2010 — edited Oct 5 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2010
Added on Oct 5 2010
4 comments
3,621 views