Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle8i and Java

Re: Oracle8i and Java

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Sun, 19 Dec 1999 08:41:15 -0500
Message-ID: <pvnp5ss84hbn4rue0b7fvoumlbr4hnji4v@4ax.com>


A copy of this was sent to Bubba
<texas_computer_manNOteSPAM_at_technologist.com.invalid> (if that email address didn't require changing) On Sat, 18 Dec 1999 23:27:26 -0800, you wrote:

>in oracke 8i(815) you may not make connections outside of the rdbms for
>a jsp that resides in.
>

Yes you can!

  1. you can open a socket anywhere you want (tcp/ip to do Http, Smtp, Ftp, etc, etc, etc)
  2. you can use database links to get to any other data source using SQL.

>maybe in the future ... but doubtful due to security and code integrity
>concerns ..
>

grant javasyspriv to user

gives you opportunities to connect out of the database.

>
>* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
>The fastest and easiest way to search and participate in Usenet - Free!

--
See http://osi.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Sun Dec 19 1999 - 07:41:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US