database calls out to ineternet

  • From: Jeff Chirco <backseatdba@xxxxxxxxx>
  • To: oracle-l-freelist <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 2 May 2018 14:57:35 -0700

We have a requirement to make a web service call out to the internet.  We
want to do this from within pl/sql. We've review the code to do that and
that is no a problem.  The problem is our security admin doesn't want it to
our main database server to make the call and do the processing and is
asking that we have a separate database a different server to make the call
and do the processing of the return data.  This seems overly complicated of
a process because we have to call a diff database, processes it there and
then it will need to send the results back. versus doing it all in one
database.
Anybody run into similar issue with your network team or how do you handle
external calls?  We are an private company and extermley private with our
data

Jeff

Other related posts: