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!

Linux and domain user

4e7df2bf-093b-4246-a118-83472296f166Mar 2 2016 — edited Mar 11 2016

Hi,

I'm trying to connect from linux with domain user to remote Windows Oracle database and I'm getting ORA-1017: invalid username/password; logon denied

Using:

sqlplus "OPS$DOMAIN-COM\SERVICE.DB/password@TEST

In Oracle I created user IDENTIFIED EXTERNALLY. I tested it from remote Windows server and I was able to logon to Windows Oracle database( started CMD as domain user and connect with sqlplus /@TEST and it was working)

CREATE USER "OPS$DOMAIN-COM\SERVICE.DB" IDENTIFIED EXTERNALLY

    DEFAULT TABLESPACE TOOLS

    TEMPORARY TABLESPACE TEMP;

GRANT CREATE SESSION TO "OPS$DOMAIN-COM\SERVICE.DB";

I'm getting ORA-1017: invalid username/password; logon denied


On linux (client side) sqlnet.ora:

SQLNET.AUTHENTICATION_SERVICES = (BEQ,NTS)

NAMES.DEFAULT_DOMAIN=DOMAIN-COM

Do you know where can be a problem?

Thanks,

jan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2016
Added on Mar 2 2016
3 comments
842 views