Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to login sqlplus on cluster database

555530Jan 17 2011 — edited Jan 17 2011
Hi,


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 !
This post has been answered by Murali Mohan on Jan 17 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 14 2011
Added on Jan 17 2011
7 comments
736 views