To change default http port used by Oracle XE all you need is execute simple command. Run SQL Command line:
SQL> connect
Enter user-name: system
Enter password:
Connected.
SQL> exec dbms_xdb.sethttpport(8088); // or any other port you want
PL/SQL procedure successfully completed.
SQL> quit
That's it!
SQL> connect
Enter user-name: system
Enter password:
Connected.
SQL> exec dbms_xdb.sethttpport(8088); // or any other port you want
PL/SQL procedure successfully completed.
SQL> quit
That's it!
Комментариев нет:
Отправить комментарий