My Oracle 10G XE is on port 8080. Can I change the port?

If you have port conflict and you want to change Oracle 10G XE’s HTTP port (default is 8080) you can change it.

This is what you do in the Windows XP machine.

Make sure OracleServiceXE and OracleXETNSListener have started in the Control Panel.

From Start | Run open a command window.
Assuming your environmental variables are set correctly start with the following: (Reds are what you type-in and blues are what the computer writes to screen)

C:\>sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 – Production on Tue Aug 26 10:40:44 2008

Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> connect
Enter user-name: system
Enter password:
Connected.
SQL> Exec DBMS_XDB.SETHTTPPORT(8087); [Assuming you want to have HTTP going to this port]

PL/SQL procedure successfully completed.

SQL>quit
Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 – Production

In Hodentekhelp

2 Comments

  1. Pingback:Cambiar puerto HTTP de Oracle XE « Fetishcode

  2. Thanks for sharing your thoughts on tee
    inspector. Regards

Leave a Comment

Your email address will not be published. Required fields are marked *