Skip to content

Instantly share code, notes, and snippets.

@foobarbaz-pl
Created May 18, 2021 11:24
Show Gist options
  • Save foobarbaz-pl/668271a121650efcd1bf86fe3c69236c to your computer and use it in GitHub Desktop.
Save foobarbaz-pl/668271a121650efcd1bf86fe3c69236c to your computer and use it in GitHub Desktop.
ORDS - Print CGI Variables
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