December 2002
Intermediate to advanced
928 pages
85h 29m
English
FUNCTION UTL_HTTP.GET_COOKIE_COUNT
RETURN PLS_INTEGER;
Returns the number of cookies currently maintained by the UTL_HTTP package for all servers.
PROCEDURE UTL_HTTP.GET_COOKIES
(cookies IN OUT NOCOPY COOKIE_TABLE);
Returns the cookies currently maintained by the UTL_HTTP package for all servers.
PROCEDURE UTL_HTTP.ADD_COOKIES
(cookies IN NOCOPY COOKIE_TABLE);
Adds cookies to be maintained by the UTL_HTTP package.
PROCEDURE UTL_HTTP.CLEAR_COOKIES;
Clears the cookies currently maintained by the UTL_HTTP package for all servers.