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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

sqlplus to connect to remote oracle database server

AerosmithNov 26 2008 — edited Nov 26 2008
Hi,

I have oracle 10g database server on solaris 10 and I usually connect using my solaris account and run sqlplus on the server itself. this works !

I have downloaded and installed oracle instant client for solaris 64 and I can run sqlplus command but I am confused on what should be the syntax on the command to connect to remote solaris 10 databse server where I have both system and oracle account.

I have tried sqlplus help but still I could not get correct sysntax which could be used to authenticate myself to oracle server.

I tried

sqlplus user@hostname:1512/SID

then it asked for password but when I typed password and pressed enter, it gave some error

but it again asked for username so I type user@SID and then password prompt - typed password and this works!

so I don't understand what should be the correct syntax so that in the first attempt only I am able to connect.

if possible please give the exact command with realworld examples,(I have tried with sqlplus -help already)

Thanks in advance.
This post has been answered by JustinCave on Nov 26 2008
Jump to Answer

Comments

67995
Hi,

have a look at
http://www.oracle.com/support/library/data-sheet/oracle-lifetime-support-policy-datasheet.pdf

Here you can find:

9.2 PremiumSupport until Jul 2007 Extended Support until Jul 2010
10.2 PremiumSupport until Jul 2010 Extended Support until Jul 2013
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 24 2008
Added on Nov 26 2008
4 comments
1,719 views