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 05:37:44 -0700
Message-ID: <1183552664.238123.205540@g4g2000hsf.googlegroups.com>


On 4 Jul, 14:17, "Malone" <davor.boko..._at_zg.t-com.hr> wrote:
> Thanks my friend !
>
> I dont get ORACLE_SID = [oracle] ?
>
> I get something like this:
>
> ORACLE_SID = [1X10] ?
>
> and than, when I enter "oracle" i get:
>
> ORACLE_HOME = [/home/oracle] ?
>
> Do you know what is the problem ?- Hide quoted text -
>
> - Show quoted text -

The oraenv utility will default to the user that you're currently logged in as. For example:

[garethg_at_ACBristol105 ~]$ whoami
gazzag
[gazzag@<servename> ~]$ . oraenv
ORACLE_SID = [gazzag] ?
ORACLE_HOME = [/home/oracle] ?
[gazzag_at_servername ~]$ su - oracle
Password:
[oracle_at_servername ~]$ . oraenv
ORACLE_SID = [oracle] ?
ORACLE_HOME = [/home/oracle] ?
[oracle_at_servername ~]$

It would appear that you're logged in as a user called 1X10.

What output do the following commands give you?

$ whoami

$ cat /etc/oratab

Paste the results here for more help.

-g Received on Wed Jul 04 2007 - 07:37:44 CDT

Original text of this message

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