Connect ASM Instance using TNS string
787588Jun 8 2011 — edited Aug 4 2011Experts,
Normally we will connect to database using TNS string from remotely as
sqlplus sys/*****@prod as sysdba
I want to connect to the ASM instance of a speciific database/server as below?
sqlplus sys/****@+ASM1 as sysdba*