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 connect to remote machine

user460521Jul 24 2009 — edited Jul 24 2009
Hi Brother,

We would like to connect remote DB via sqlplus, below command is work

sqlplus system/manager@test <------work

But we would like to use below command

sqlplus system/manager


Pls help

Comments

JustinCave
1) The database character set controls (and specifies) the character set of CHAR & VARCHAR2 columns. The national character set controls the character set of NCHAR & NVARCHAR2 columns.

2) Please make sure that you read the section of the Globalization manual that discusses character set migration. In particular, going from UTF-8 to Windows-1252 is going to require a bit more work since the latter is a subset (and not a strict binary subset) of the former.

Justin
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 21 2009
Added on Jul 24 2009
7 comments
1,492 views