http_unlock
Unlocks the HTTP Web Server port
any http_unlock
(in pwd varchar);
Description
This function takes as parameter the password of the dba user and unlocks the HTTP Web Server port
Parameters
pwd – The password of the dba user.
Examples
SQL> http_unlock('password');
Done. -- 0 msec.
SQL>