proc does not terminate [message #93475] |
Thu, 31 January 2002 01:19 |
Laurent Brugneaux
Messages: 2 Registered: January 2002
|
Junior Member |
|
|
Hello
I am trying to precompile pc files with Proc.
The process did never terminate. the (last) displayed things are :
System default option values taken from : /u01/app/oracle/product/8.1.6//precomp/admin/pcscfg.cfg
If I type ps -aux, I can the proc working and also a zombie whose user and command are oracle.
I am working with oracle 8.1.6 on a red-hat 6.2.
My proc version is 8.1.6.0.0
I did not install Proc and the server at the same time.
Can anyone help me ?
Thanks in advance.
Laurent
|
|
|
Re: proc does not terminate [message #93480 is a reply to message #93475] |
Fri, 01 February 2002 04:01 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
I've never experienced a problem like this. Best would be to log a TAR with Oracle Support.
Can you trace what the executable is doing? Most Unix platforms allow some sort of processor trace (for example "truss" on Solaris and Sequent). Is the process connected to the database? Maybe it's waiting for a lock or latch.
Best of luck!!!
Frank
|
|
|