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: Lost sys and system passwords

Re: Lost sys and system passwords

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 28 Oct 2006 10:55:44 -0700
Message-ID: <1162058144.537348.269240@f16g2000cwb.googlegroups.com>

Stan Brown wrote:
> 'm trying to resurect an old 9.0.1 instance. I;ve got the instance starting
> up OK, but i have long since forgotten the sys and ssytem passwords (well I
> _thought_ I rembered them). In ab case, I found this with a Goolge search:
>
> http://tinyurl.com/yfy5xa
>
> But, when I try that I get:
>
> oracle_at_phsepi2:~$ sqlplus
>
> SQL*Plus: Release 9.0.1.0.0 - Production on Sat Oct 28 12:55:03 2006
>
> (c) Copyright 2001 Oracle Corporation. All rights reserved.
>
> Enter user-name: / @debian as sysdba
> ERROR:
> ORA-24314: service handle not initialized
>
> Debian does seem to be the sid:
>
> cat /etc/oratab
>
> debian:/home/oracle/9.01/software/app/oracle/product/release:Y
>
> What am I doing wrong?
>
> And how can I fix this problem?

ps -ef | grep oracle

export ORACLE_SID=whatever your ps shows the instance name is

lsnrctl start

sqlplus "/ as sysdba"

Do all this as the oracle user with correct environment variables setup ( ORACLE_HOME ) Received on Sat Oct 28 2006 - 12:55:44 CDT

Original text of this message

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