Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Solved!! Windows 2003 Server Enterprise SP1 and home page connection....

572051Apr 23 2007 — edited May 22 2007
I solved it, thanks everybody anyway!
I did like this, I set to manual both the services OracleServiceXE and OracleXETNSListener and I put in the start up folder (it could be in the run registry key) the following batch file:
net start OracleXETNSListener
net start OracleServiceXE
@oradim -startup -sid XE -starttype inst > nul 2>&1
exit
It's a modified version (just add exit in the end) of the StartDB.bat batch file in the bin folder!
There gotta be some problem with the services right of way I guess!!!

Ciao
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 19 2007
Added on Apr 23 2007
2 comments
180 views