Created
May 18, 2021 11:24
-
-
Save foobarbaz-pl/668271a121650efcd1bf86fe3c69236c to your computer and use it in GitHub Desktop.
ORDS - Print CGI Variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin | |
for i in 1..nvl(owa.num_cgi_vars, 0) loop | |
htp.p(owa.cgi_var_name(i) || ': ' || owa.cgi_var_val(i)); | |
end loop; | |
end; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment