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: How to start Oracle Enterprise Manager ?

Re: How to start Oracle Enterprise Manager ?

From: gazzag <gareth_at_jamms.org>
Date: Wed, 04 Jul 2007 08:32:30 -0700
Message-ID: <1183563150.486365.318190@57g2000hsv.googlegroups.com>


On 4 Jul, 17:20, "Malone" <davor.boko..._at_zg.t-com.hr> wrote:
> "gazzag" <gar..._at_jamms.org> wrote in message
>
> news:1183561606.983981.142790_at_m36g2000hse.googlegroups.com...
>
>
>
>
>
> > On 4 Jul, 16:47, "Malone" <davor.boko..._at_zg.t-com.hr> wrote:
>
> >> Here is the error:
>
> >> Your username and/or password are invalid
>
> > OK, a couple of things to try:
>
> > 1. Log in to the database using SQL*Plus. Are you successful?
>
> > 2. What user are you trying to log in as and what would be the
> > implications of changing the password to something that you can
> > remember this time? ;)
>
> > -g
>
> I think I'm definitly doing something wrong.
>
> Loging using sqlplus - cant log, wrong username and pass
>
> I'm trying to log with username and password i created when was installing
> Oracle. Is that wrong ?- Hide quoted text -
>
> - Show quoted text -

Try:

Username: system
Password: <the password you supplied during install>

Failing that, if it's a new database that no-one is using, try the following from the command line:

$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 4 16:31:58 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining options

SQL> alter user system identified by <some_password_you_know>;

User altered.

SQL>

HTH -g Received on Wed Jul 04 2007 - 10:32:30 CDT

Original text of this message

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