Database Networking (MOSC)

MOSC Banner

ORA-12547

edited Sep 25, 2015 2:04PM in Database Networking (MOSC) 3 commentsAnswered

I've got a strange problem.  I duplicated an 11.2.0.4 RAC database to a new machine running 11.2.0.4 (patched exactly the same).  Everything seems to work fine...except local sqlplus connections for users other than oracle. IE:

su - oracle

export ORACLE_SID=dup1;

export ORACLE_HOME=/app/oracle/product/11.2.0.4/db

export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LIBRARY_PATH


export PATH=$ORACLE_HOME/bin:$PATH

sqlplus someuser/theirpassword

sql>


So, everything is good to go with the above.  Next I try:


su - some_other_user

export ORACLE_SID=dup1;

export ORACLE_HOME=/app/oracle/product/11.2.0.4/db

export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LIBRARY_PATH

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center