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

Home -> Community -> Usenet -> c.d.o.server -> Re: Mystery account at install

Re: Mystery account at install

From: Graham <lamontgra_at_yahoo.com>
Date: 2 May 2003 17:58:44 -0700
Message-ID: <ed28012c.0305021658.6843ff84@posting.google.com>


lamontgra_at_yahoo.com (Graham) wrote in message news:<ed28012c.0305010918.2317ab6e_at_posting.google.com>...
> I've just installed 9i Personal on W98SE.
>
> When Navigator is run I cant reach the default database.ORA-01017
>
> Username: PO8
>
> I didnt create this account.
> How do I access/change the password so I can use Navigator ?

Heh .. I wasn't going mad:

This problem has appeared several times over 2 years on these ngs, but no solution has been posted.

Problem: Seems PO8 account was never created in the 9i PE distribution .... oracle kindly leave this taskette to the new user.

Solution:
launch sql*plus...
create user PO8 identified by <pwd>;
grant all privileges to PO8;

now navigator should run.

Regards Graham Received on Fri May 02 2003 - 19:58:44 CDT

Original text of this message

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