Archives for Oracle Category\

Remote Access in Oracle XE 10g (APEX)

Saturday, July 18th, 2009

Hi,

Sometimes if you install Oracle XE 10g and you not access remote application (APEX) in your browser.
The address http://yourhost:8080/apex don’t access.

For solve this problem execute this command in SQL Plus:

EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE)

This command allow remote access in Oracle XE 10g.

Bye.