After installing Oracle yesterday (Version: 9.0.1.1.1 ), ProgramAfter the deployment, this problem occurs. My system is Windows2003. I searched the internet and found that all the machines with this problem installed oracle in the NTFS partition, while my oracle was installed in the FAT32 partition, therefore, the method I found on the Internet is not applicable. When I finally got off work, I suddenly remembered that I had encountered this problem before. After oracle was installed, the HTTP server of Oracle would have an impact on IIS, as a result, the website under IIS cannot work normally, because the default port of HTTP server after oracle is installed is 80, which is in conflict with the default port of IIS.
Solution:
Change the port number of the HTTP server supported by Apache in Oracle, or stop the Oracle HTTP Server, and change its startup mode to manual
You can either change the port number of the default IIS website and restart IIS.