Unsolved
This post is more than 5 years old
26 Posts
0
273
July 23rd, 2006 00:00
AutoStart 5.2 with Oracle module
Hi Again,
Another problem I found in AutoStart 5.2 is in Oracle module. I can startup oracle manully with out problem.
But once I try to start Oracle by AutoStart after the xxx_SQLNet process started (it's green) then it go down and restart Oracle Resource Group over and over.
I found on the response test script that they check the file $FT_DIR/modules/oraclemodule3.1/ _listener_no_resp.cookie
So I touch those file and the startup process is work fine.
From the SQLNet startup scripts It's will touch this file after they see listener process (they using loop to check resource of ps -ef, grep listener name and then loop check every word in line search for "inherit") I wonder why this step is go wrong?
Anyway I wonder why they don't use simple thing like `ps -ef | grep $LISTENER | grep inherit` instead of loop check.
This is a bug? How to fix it?
One more thing, I found when we take resource group offline the listener process still running. Is it normal?
Regards,
Kawin.
Another problem I found in AutoStart 5.2 is in Oracle module. I can startup oracle manully with out problem.
But once I try to start Oracle by AutoStart after the xxx_SQLNet process started (it's green) then it go down and restart Oracle Resource Group over and over.
I found on the response test script that they check the file $FT_DIR/modules/oraclemodule3.1/ _listener_no_resp.cookie
So I touch those file and the startup process is work fine.
From the SQLNet startup scripts It's will touch this file after they see listener process (they using loop to check resource of ps -ef, grep listener name and then loop check every word in line search for "inherit") I wonder why this step is go wrong?
Anyway I wonder why they don't use simple thing like `ps -ef | grep $LISTENER | grep inherit` instead of loop check.
This is a bug? How to fix it?
One more thing, I found when we take resource group offline the listener process still running. Is it normal?
Regards,
Kawin.
0 events found
No Events found!

