Solved!! Windows 2003 Server Enterprise SP1 and home page connection....
572051Apr 23 2007 — edited May 22 2007I 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