Database Networking (MOSC)

MOSC Banner

ORA-12532: TNS:invalid argument

edited Dec 11, 2012 1:59AM in Database Networking (MOSC) 2 commentsAnswered
Hi Experts,

I am getting the below error while using DB links.

  
SQL> select * from xx_bapl_in4_inv_hdr_stg@DBLINK.BENGALAERO.COM;
select * from xx_bapl_in4_inv_hdr_stg@DBLINK.BENGALAERO.COM
                                      *
ERROR at line 1:
ORA-12532: TNS:invalid argument
 

Dblink Syntax:
 
CREATE DATABASE LINK "DEV_TO_PROD.BENGALAERO.COM"
        cONNECT TO APPS
        IDENTIFIED BY xxxx
         USING '(DESCRIPTION=
          (ADDRESS_LIST =
                (ADDRESS=(PROTOCOL=tcp)(HOST=
124.153.101.225)(PORT=1525))
                 )
           (CONNECT_DATA=
            (SID=PROD)
        )
        )';


Please help,




Regards,
Raaza

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