Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> remotely connect as internal
Dear All
I try to connect remotely to a database on NT server. Database 8.1.5
First attempt:
>SET ORACLE_SID=NAME
>svrmgrl
>connect internal/password_at_NAME.ddd.dd
<mailto:internal/password_at_NAME.ddd.dd>
SUCCESFULL WAY
Second attempt
>SET ORACLE_SID=NAME
>sqlplus /nolog
>connect internal_at_NAME.ddd.dd
asks for password-given
ORA 01031 insufficient previliges
Third attempt
>SET ORACLE_SID=NAME
>sqlplus /nolog
>connect internal/password_at_NAME.ddd.dd
SUCCESFUL WAY
Anyone came accros with something like this????
Nektarios Psycharis
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Psycharis Nektarios INET: PsycharisN_at_aia.gr Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Feb 20 2001 - 09:53:39 CST