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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Password after installation?

Re: Password after installation?

From: Chuck Hamilton <chuckh_at_dvol.com>
Date: 1997/08/08
Message-ID: <33ec524d.16863842@news.dvol.com>#1/1

Dirk Pogrzeba <dirk_at_antwerpes.de> wrote:

>What are the default words for:
>
>- log in
>- password
>- service
>
>of the starter database?
>
>
>Regards,
>
>Dirk Pogrzeba

log in = SYS or SYSTEM
password = MANAGER or CHANGE_ON_INSTALL
Service = blank

You may need to set the ORACLE_SID environment variable before using sqlplus or svrmgrl. This should be set to whatever you named the instance during the installation procedure.

This all assumes your client and server are the same machine. If not, you'll need to create a listener.ora file on the server, tnsnames.ora on the client, and use the TNS name you assign as the service name (sometimes called 'connect string'). Creation of these files is beyond the scope of a usenet article.

--
Chuck Hamilton
Sr. DBA
Keystone Mercy Health Plan
chuckh_at_dvol.com

Press CTRL+ALT+DEL to continue.
Received on Fri Aug 08 1997 - 00:00:00 CDT

Original text of this message

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