how to login sqlplus on cluster database
555530Jan 17 2011 — edited Jan 17 2011Hi,
I have a task to export a schema from database clusdb, which is a cluster database.
cluster database name : clusdb
Instances name: >>-->> Hostname: >> ASM Instance:
clusdb.global_clusdb01 >> srvpd_01.global >> +ASM1_srvpd_01.global
clusdb.global_clusdb02 >> srvpd_02.global >> +ASM2_srvpd_02.global
when I try run 'sqlplus' to logon to database on any of the host , it shows error command not found.
# oracle@srvpd_01.global:> sqlplus
-bash: sqlplus: command not found
# oracle@srvpd_02.global:> sqlplus
-bash: sqlplus: command not found
how to logon to cluster database ???
Thanks !