ORACLE
To enable remote HTTP connection requests using SQL Command Line:
-
Start SQL Command Line and connect to the database as user
SYSTEM
. Provide theSYSTEM
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.
-
At the SQL Command Line prompt, enter the following command:
EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
0 Comments:
Postar um comentário
<< Home