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!

Solved - Client connexion results in ORA-0134 and ORA-27101

JeanParisOct 12 2013

Hi,

I have solved the problem, this is what I did:

I issued the command $ps -ef | grep ora

and noticed that orarim appears in lower case in the output.

So I went into listener.ora, sqlnet.ora, tnsnames.ora, .bash_profile and changed all uppercase to lowercase orarim.

Then I restarted lsnrctl.

This was the original message:

I have both errors on the Oracle Linux with 11g RDBMS when trying to connect:

SQL>connect scott@orarim/pwd

But if I omit the oracle_sid I can connect fine.

From the client I get an OK when I run tnsping orarim

I have read ten+ threads about these errors on the web.

It was working until I installed Weblogic.

Message was edited by: JeanParis

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 9 2013
Added on Oct 12 2013
0 comments
358 views