no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | tech:others:oracle_xe_enable_remote_access [2014/11/15 15:13] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Oracle xe - enabling remote access ====== | ||
| + | |||
| + | |||
| + | [[http:// | ||
| + | |||
| + | By default Oracle XE has remote access to Administration Console disabled. | ||
| + | |||
| + | Enabling Remote HTTP Connection to the Database, should be enough to try to enable remote access from the web console: | ||
| + | |||
| + | Home -> Administratrion -> Manage HTTP Access | ||
| + | |||
| + | or | ||
| + | |||
| + | from a SQL prompt connected as sysdba excute the store procedure: | ||
| + | EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE); | ||
| + | |||
| + | Once the remote access has been enabled it can be accessed not only from the http:// | ||