Operating System - HP-UX
1752631 Members
5728 Online
108788 Solutions
New Discussion юеВ

Gdb Error while mounting the database

 
SOLVED
Go to solution
tdmahendran
Advisor

Gdb Error while mounting the database

Hi Experts

i am facing one error..See i am started my Oracle Database its going upto mount state but stay some time afterwards it showing error GDB error .This is an HP-Itanium server..Pls help to close this issue.i attached the error file with this.
3 REPLIES 3
Mustafa Gulercan
Respected Contributor

Re: Gdb Error while mounting the database

Arunvijai_4
Honored Contributor
Solution

Re: Gdb Error while mounting the database

Hi Mahendran,

You should have gdb installed on your IA-64 server. Get it from www.hp.com/go/wdb

(You need to register DSPP. It is free)

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Indira Aramandla
Honored Contributor

Re: Gdb Error while mounting the database

Hi Tdmahenrda,

GDB is a debugger. The purpose of is to allow you to see what is going on "inside"' another program while it executes-or what another program was doing at the moment it crashed.

Did you install gdb. Do you have the symbolic link to gdb64 in /opt/langtools/bin directory.

The error "Waited for detached process" is usually signalled in an Oracle function to spawn a detached process. This means the wait() OS call returned an error

See the associated error number for mode details. Problem could had occurred while determine the blocksize of controlfile



Indira A
Never give up, Keep Trying