dbTalk Databases Forums  

installation problem - Oracle 11.2 Enterprise ed. on Windows 7

comp.databases.oracle.server comp.databases.oracle.server


Discuss installation problem - Oracle 11.2 Enterprise ed. on Windows 7 in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ken Quirici
 
Posts: n/a

Default installation problem - Oracle 11.2 Enterprise ed. on Windows 7 - 09-10-2011 , 08:48 PM






I hope somebody can help with this at-the-last-possible-moment glitch
in the above installation.

In short, everything worked fine except the optional configuration
manager configuration.

Some jeee error or other.

So this is what I'm concerned with:

I ran sqlplus and entered as username sys@orcl2 which is the sid as
the installer told me,
and entered the password that I had supplied for 'administrator'
during the installation.

I got the message you should login to sys as sysdba or sysoper.

So I tried, using the same password.

But it said invalid username/password.

What effing password should I use if not the only password they asked
me for, for 'administrator'?

Regards,

last-ditch Ken

Reply With Quote
  #2  
Old   
Ken Quirici
 
Posts: n/a

Default Re: installation problem - Oracle 11.2 Enterprise ed. on Windows 7 - 09-10-2011 , 08:49 PM






On Sep 10, 9:48*pm, Ken Quirici <kquir... (AT) yahoo (DOT) com> wrote:
Quote:
I hope somebody can help with this at-the-last-possible-moment glitch
in the above installation.

In short, everything worked fine except the optional configuration
manager configuration.

Some jeee error or other.

So this is what I'm concerned with:

I ran sqlplus and entered as username sys@orcl2 which is the sid as
the installer told me,
and entered the password that I had supplied for 'administrator'
during the installation.

I got the message you should login to sys as sysdba or sysoper.

So I tried, using the same password.

But it said invalid username/password.

What effing password should I use if not the only password they asked
me for, for 'administrator'?

Regards,

last-ditch Ken
What I meant was I was not concerned with the error trying to
configure the configuration manager
since the installation was complete and it was optional anyway. But I
AM concerned with being
able to login as admin so I can create users and do the stuff I need
to do.

Regards again,

Ken

Reply With Quote
  #3  
Old   
Ken Quirici
 
Posts: n/a

Default Re: installation problem - Oracle 11.2 Enterprise ed. on Windows 7 - 09-10-2011 , 08:55 PM



On Sep 10, 9:48*pm, Ken Quirici <kquir... (AT) yahoo (DOT) com> wrote:
Quote:
I hope somebody can help with this at-the-last-possible-moment glitch
in the above installation.

In short, everything worked fine except the optional configuration
manager configuration.

Some jeee error or other.

So this is what I'm concerned with:

I ran sqlplus and entered as username sys@orcl2 which is the sid as
the installer told me,
and entered the password that I had supplied for 'administrator'
during the installation.

I got the message you should login to sys as sysdba or sysoper.

So I tried, using the same password.

But it said invalid username/password.

What effing password should I use if not the only password they asked
me for, for 'administrator'?

Regards,

last-ditch Ken
I think I'm ok. I logged in as system w/ that password and got in and
was able to create a user.

Regards,

Ken

Reply With Quote
  #4  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: installation problem - Oracle 11.2 Enterprise ed. on Windows 7 - 09-10-2011 , 09:35 PM



On Sat, 10 Sep 2011 18:55:45 -0700, Ken Quirici wrote:

Quote:
I think I'm ok. I logged in as system w/ that password and got in and
was able to create a user.
You are probably missing orapw$ORACLE_SID file. First of all, you cannot
connect just using sys/password@tns, you must connect to SYS as SYSDBA,
like this:

[mgogala@medo ~]$ sqlplus /nolog

SQL*Plus: Release 11.2.0.2.0 Production on Sat Sep 10 22:24:01 2011

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

SQL> connect sys/*****@local as sysdba
Connected.
SQL>

In order to do that over the net, you need the following file:
$ORACLE_HOME/dbs/orapw$ORACLE_SID

ls -l $ORACLE_HOME/dbs/orapw$ORACLE_SID
-rw-r----- 1 oracle oinstall 1536 Sep 8 15:48 /oracle/product/11.2.0/
dbhome_1/dbs/orapwO11

There is a utility called orapwd which is normally used to create the
password file. However, you mentioned logging in as "administrator", so I
figured out that you're using the One Platform To Rule Them All, in the
land of Redmond, where the shadows lie. Things may be different in Mordor,
I don't really know much about that platform.

--
http://mgogala.byethost5.com

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.