Re: Differences between Oracle JDBC thin and thick drivers

2002-04-10 Thread Don Granaman
CTED] Quad/Tech International, Sussex, WI USA > > > > -Original Message- > > From: Ben Poels [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 09, 2002 4:03 PM > > To: Multiple recipients of list ORACLE-L > > Subject: RE: Differences bet

RE: Differences between Oracle JDBC thin and thick drivers

2002-04-10 Thread DENNIS WILLIAMS
nts of list ORACLE-L > Subject: RE: Differences between Oracle JDBC thin and thick drivers > > > Hi > > I believe the difference is that the OCI drivers use SQL*Net > or NET8 or whatever they call it now, whereas the thin driver > does not require SQL*Net on the clie

RE: Differences between Oracle JDBC thin and thick drivers

2002-04-10 Thread Jesse, Rich
, April 09, 2002 4:03 PM > To: Multiple recipients of list ORACLE-L > Subject: RE: Differences between Oracle JDBC thin and thick drivers > > > Hi > > I believe the difference is that the OCI drivers use SQL*Net > or NET8 or whatever they call it now, whereas the thin dr

Re: Differences between Oracle JDBC thin and thick drivers

2002-04-09 Thread Marc Perkowitz
This is my understanding as well. So if you wanted to use the thick driver, you would need to install SQL*Net on each of your clients. If your clients are all internal and already use SQL*Plus, for example, you should be all set. Otherwise you may have some difficulties with this option. Marc

RE: Differences between Oracle JDBC thin and thick drivers

2002-04-09 Thread Ben Poels
Hi I believe the difference is that the OCI drivers use SQL*Net or NET8 or whatever they call it now, whereas the thin driver does not require SQL*Net on the client machine. Ben Poels Sr. Technical Analyst Queen's University -Original Message- Avrami Sent: Tuesday, April 09, 2002 4:29 P

RE: Differences between Oracle JDBC thin and thick drivers

2002-04-09 Thread DENNIS WILLIAMS
Louis - You may want to pick up the book "Java Programming with Oracle JDBC" by Don Bales. The editor, Jonathan Gennick participates on this list from time to time. It goes into quite a bit of detail on the differences between the thin and thick drivers, even performs benchmarks. Just a guess, but