Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to start Oracle Enterprise Manager ?
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
![]() |
![]() |