After installing Oracle Express, point your web browser to http://localhost:8080/apex
To change the default port:
To change the default port:
sqlplus /nolog
connect sys/mypassword as sysdba
exec dbms_xdb.sethttpport('9090');
0 comments:
Post a Comment
Please Post your Comments..!