Re: Oracle questions (Slightly OT)

2001-09-14 Thread Robert S. Sfeir
ntwalker" Reply-To: Orion-Interest To: Orion-Interest Subject: RE: Oracle questions (Slightly OT) Date: Thu, 13 Sep 2001 09:27:28 -0700You will have to use clob's to store large strings in oracle.Go to www.elephantwalker.com and login. If you don't have an account, create one...its

RE: Oracle questions (Slightly OT)

2001-09-14 Thread The elephantwalker
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert S. SfeirSent: Friday, September 14, 2001 2:39 PMTo: Orion-InterestSubject: Re: Oracle questions (Slightly OT)You can't insert large data into Oracle directly. If you want to use a CLOB to store your large amount of data you CAN do

RE: Oracle questions (Slightly OT)

2001-09-13 Thread The elephantwalker
You will have to use clob's to store large strings in oracle. Go to www.elephantwalker.com and login. If you don't have an account, create one...its free. Go to this request http://www.elephantwalker.com/rfa?id=86 There you can download a stateless session bean and oracle dao to store large

RE: Oracle questions (Slightly OT)

2001-09-13 Thread Gregory Scott
is the most frequently used. From: "The elephantwalker" <[EMAIL PROTECTED]> Reply-To: Orion-Interest <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Subject: RE: Oracle questions (Slightly OT) Date: Thu, 13 Sep 2001 09:27:28 -0700 You will

RE: Oracle questions (Slightly OT)

2001-09-13 Thread The elephantwalker
, the elephantwalker -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gregory ScottSent: Thursday, September 13, 2001 10:07 PMTo: Orion-InterestSubject: RE: Oracle questions (Slightly OT) You can also look at the 8.1.7 online docs for java