cancel
Showing results for 
Search instead for 
Did you mean: 

oracle not mounting

Former Member
0 Kudos

hi everyone,

in my server one of oracle service is not starting.

"oracleorahome81httpserver" if i try to start this service its telling that " error 1067, the process terminated unexpectedly.

i checked in cmd prompt, by r3trans -d. its telling " error <0012>

.i need the command for mounting the database.

its urgent...,

regards

gopi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go to run type sqlplus /nolog

sqlplus>connect internal

sqlplus>alter database open;

Regards

Umesh K

Former Member
0 Kudos

hi yaar,

its telling that oracle not connected,

what i want to do now?

regards

gopi

Former Member
0 Kudos

Hi,

sqlplus> connect /as sysdba

sqlplus>startup

Regrds, Umesh K

Former Member
0 Kudos

sqlplus /nolog

connect / as sysdba

startup

Former Member
0 Kudos

hi yaar,

thank u very much,

one more problem is that " its telling no available destinations"

what i want to do for this.

plz help me.

regards

gopi

Former Member
0 Kudos

Hi,

We didnt understand ur question...when this error is comming ....when u issue this sql commands or after u connect to the databse this error is showing

Regards

Umesh K

Former Member
0 Kudos

hi,

after giving connect/as sysdba

and start up..

its telling like that

Former Member
0 Kudos

Hi,

U have to configure tis in Tnsnames.ora

regards

Umesh K