Friday, May 6, 2016

Get what proxy setting the database is using


SQL >

var proxy varchar2(100)
var no_proxy varchar2(100)
exec utl_http.get_proxy(:proxy,:no_proxy) ;
print proxy
print no_proxy

1 comment:

Anonymous said...

What is the source of the get method? Where can I find it and removed it?