Discussions
11gR2 Connect to ASM via SCAN
Hi,
I am able to connect to ASM instance from remote client by adding a TNS entry in the tnsnames.ora
ORAVMASM1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = oravm1)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = +ASM)
(UR=A)
)
)
However if I use scan name like (HOST = oravm-scan) it stops working and give ORA-12514: TNS:listener does not currently know of service requested in connect descriptor.
I read [ID 340277.1]. but it did not mention using scan name.
Any idea on how to connect to ASM from remote client using SCAN name?
Thanks,
Sha
I am able to connect to ASM instance from remote client by adding a TNS entry in the tnsnames.ora
ORAVMASM1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = oravm1)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = +ASM)
(UR=A)
)
)
However if I use scan name like (HOST = oravm-scan) it stops working and give ORA-12514: TNS:listener does not currently know of service requested in connect descriptor.
I read [ID 340277.1]. but it did not mention using scan name.
Any idea on how to connect to ASM from remote client using SCAN name?
Thanks,
Sha
0