Logical Thinking
Pages
(Move to ...)
Donate
Home
My Dad's App
Bookmarks
Best Practices
Why Blogging
Notes
Scenarios
Q&A
About Me
Hobbies
▼
Policies
(Move to ...)
Privacy Policy
▼
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
July 2, 2024 at 5:37 AM
What is the source of the get method? Where can I find it and removed it?
Reply
Delete
Replies
Reply
Add comment
Load more...
‹
›
Home
View web version
What is the source of the get method? Where can I find it and removed it?
ReplyDelete