Name
http_unlock — Unlocks the HTTP Web Server port
Synopsis
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
Example 24.153. Simple Use
SQL> http_unlock('password'); Done. -- 0 msec. SQL>