02 maio 2010

ORACLE

To enable remote HTTP connection requests using SQL Command Line:

  1. Start SQL Command Line and connect to the database as user SYSTEM. Provide the SYSTEM password that you assigned upon installation (Windows) or configuration (Linux) of Oracle Database XE.

    See "Connecting Locally with SQL Command Line" or "Connecting Remotely with SQL Command Line" for instructions.

  2. At the SQL Command Line prompt, enter the following command:

    EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);