Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: remotely connect as internal

RE: remotely connect as internal

From: Trassens, Christian <CTrassens_at_uni2.es>
Date: Tue, 20 Feb 2001 09:08:08 -0800
Message-ID: <F001.002B8B71.20010220081552@fatcity.com>

Hi,

You must use the password file. So you have to create it in the remote database with the orapwd utility in $ORACLE_HOME/dbs or %ORACLE_HOME%\dbs: orapwd file=< in NT: pwd<SID>, in Unix orapw<SID>> password=..... entries=< number of users that have the privilege to bounce and startup the database >. Then you need the parameter remote_login_passwordfile=<EXCLUSIVE/SHARED>. Also you should give the privilege sysoper or sysdba to the users included in the number of entries.

Regards.

> -----Mensaje original-----
> De: Psycharis Nektarios [SMTP:PsycharisN_at_aia.gr]
> Enviado el: martes 20 de febrero de 2001 15:41
> Para: Multiple recipients of list ORACLE-L
> Asunto: 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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Trassens, Christian
  INET: CTrassens_at_uni2.es

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 - 11:08:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US