Monday, January 12, 2009

Change the Oracle's Port Number

Change the Oracle Port Number

Step 1: Go to command prompt or terminal (if Linux user).

Step 2: Type sqlplus user name / password.

Step 3: Type the following commands.
begin
dbms_xdb.sethttpport('9080');
dbms_xdb.setftpport('2100');
end;
The above commands to change the oracle port number.
Now the oracle port number is 9080

No comments: