Oracle 10g Can Not Login (after Restart Rhel4)


 
Thread Tools Search this Thread
Operating Systems Linux Oracle 10g Can Not Login (after Restart Rhel4)
# 1  
Old 05-25-2007
Oracle 10g Can Not Login (after Restart Rhel4)

to all friends

i am using RHLE 4 ( AS)

successfully i installed oracle 10g configured working properly(user as oracle)
i can login to oracle through http://localhost.localdomain:1158/em

successfully i login through mozilla.i created table i can insert data

and i can list it. no problem working properly

but after i restrat i can't login. i got one alert message

the connection was refused when attempting to contact localhost.localdomain:1158/em

pls how i can login ?

also from where i get the option sqlplus.

in terminal sqlplus is not getting( from where i get sqlplus>

option like 8i,9i or 10g in windows)

awaiting your valuable advise

sadique
# 2  
Old 05-27-2007
There is a good chance that EM is not configured to start automatically on boot, do a
Code:
chkconfig --list

and see if your oracle services are correctly configured to start on boot (if init.d scripts have even been created).

sqlplus will be located in ${ORACLE_HOME}/bin, e.g.
Code:
oracle@host$ ls -l ${ORACLE_HOME}/bin/sqlplus
-rwxr-x--x   1 oracle   dba      1054392 Apr 23 17:46 /path/to/oracle/bin/sqlplus

To see if ORACLE_HOME is set:
Code:
oracle@host$ env | grep ORACLE_HOME

If not, set it
Code:
oracle@host$ ORACLE_HOME=/path/to/oracle export ORACLE_HOME

Cheers
ZB
# 3  
Old 03-04-2008
ur oracle has not started while u restarted the machine

login into ur machine as oracle user,

do "sqlplus / as sysdba"

sqlplus is in ORACLE_HOME/bin

then on sql prompt type "start"

now exit from sql prompt and give "lsnrctl start" on the shell prompt

This shall work.....

for autostart do as ZB says ....

HTH
-AJ
# 4  
Old 11-06-2008
Thanx

thanx for every body I have exactly the same problem I'd like to know about all the procedures after installing oracle on linux such as premessions and batchs
thanks again
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

need help in oracle upgrade from 10g to 11g

Hi , situation has come where in i want to upgrade my database from 10g to 11g ,my code heavily depends on Pro*C , i just want to know if i upgrade my DB from 10g to 11g , will there be any changes in my pro*c compiler ..? if so then wat are the prerequisites i need to check ..? thanks ... (2 Replies)
Discussion started by: senkerth
2 Replies

2. AIX

Oracle 10g on AIX7

Hi, anyone know if Oracle Database 10g is AIX 7 certified??? thanks in advance. Regards. Mario (2 Replies)
Discussion started by: Zio Bill
2 Replies

3. Programming

Oracle 10g tables dumps

HI All, I am using Oracle 10g . Want to take dumps(.dmp log) from many tables with where clause having same schema. ex : TB_MTH_ORA_CAB "WHERE TRUNC(dw_entry_dt )= TO_DATE('01-JAN-2011')" TB_AM_AT_OSS_MAT "WHERE TRUNC(dw_entry_date )>= TO_DATE('01-JAN-2011') AND TRUNC(dw_entry_date )<=... (4 Replies)
Discussion started by: Perlbaby
4 Replies

4. Solaris

Installing oracle 10g on solaris

Thanks all for your help. Now here is another problem i have, i have been trying to install oracle 10g on solaris but i keep getting this error message "there is not enough memory on the volume you specify to copy the starter database files the oracle universal installer discover that you have... (8 Replies)
Discussion started by: mutiat
8 Replies

5. AIX

oracle 10g on AIX 5

hi can anyone help me by telling step by stem oracle10g installation in AIX 5 . Munir mondolsoft Bangladesh (3 Replies)
Discussion started by: dbamunir
3 Replies

6. Red Hat

Help installing Oracle 9i/10g on RedHat?

If anybody can help would be greatly appreciated... I get the same error with Oracle 9i & 10g when installing on Red Hat Fedora 4, it's java related... Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-03-16_01-09PM/jre/lib/i386/libawt.so: connat restore segment... (0 Replies)
Discussion started by: Joncamp
0 Replies

7. UNIX for Advanced & Expert Users

oracle 10g

I have download Oracle 10g for Solaris and I have configurate environment than I will start runInstaller and I have a messege that my version of solaris is not 5.7 , 5.8 and 5,9 I have 5.10 Solaris version what I shoud do I have download most actuall Oracle databases. (4 Replies)
Discussion started by: Deux
4 Replies
Login or Register to Ask a Question