Oracle 10gXE admin page
Posted in QnA Arena on Jul 17, 2009 at 15:38 IST (about 1 year ago). Subscribe to this post
Email
Showing comments 1 to 3 of total 3 on page 1 of 1
Post replyShowing comments 1 to 3 of total 3 on page 1 of 1
« Previous1Next »
SajivRank: 24
Hi,
After I installed Apex 3.2 on 10g XE, I cant get the XE login page only apex login page is available.
I can login via sqlplus. so how to get XE admin page ?
After I installed Apex 3.2 on 10g XE, I cant get the XE login page only apex login page is available.
I can login via sqlplus. so how to get XE admin page ?
Posted by Sajiv on Friday, July 17, 2009, 3:38 pm
starblueRank: 131
OracleXE console listens on only the loopback address, so where are you connecting from? If you are connecting via remote, you can start a tunnel to connect from outside, like:
While keeping this proces running (or keep it on background via `screen` or `nohup`), you may now login to Oracle XE web administrations console on your local computer: http://localhost:8081/apex/.$ ssh oracle-xe-server -L 8081:localhost:8080
Please notice that your ssh daemon on your local computer should allow TCP forwarding:
AllowTcpForwarding yes in your sshd configuration file.Posted by starblue on Saturday, July 18, 2009, 10:05 am
SajivRank: 24
@starblue
I'm using XE from my system only and the address is http://127.0.0.1:8080/apex.
anyway I found out that if you upgrade the apex in 10gXE to apex3.2, you will loose the 10gXE admin/home page...you will get only apex admin page and any change to 10gXE should be done either using sqlplus or sqldeveloper.
I'm using XE from my system only and the address is http://127.0.0.1:8080/apex.
anyway I found out that if you upgrade the apex in 10gXE to apex3.2, you will loose the 10gXE admin/home page...you will get only apex admin page and any change to 10gXE should be done either using sqlplus or sqldeveloper.
Posted by Sajiv on Saturday, July 18, 2009, 11:37 am
Pages: « Previous1Next »