Re: Java - Linux - Oracle

2000-10-13 Thread Barnet Wagman
> Unfortunatly When I try to install Oracle 8i, i get a message that Java VM > not started. It's really a question of of where Oracle is looking for Java. Many apps that use Java look for JAVA_HOME environmental variable. If so, your .bashrc should contain expor

Re: Java - Linux - Oracle

2000-10-13 Thread paul campbell
These articles seem to discuss your question. http://www.linuxworld.com/linuxworld/lw-2000-04/lw-04-oracle8i-2.html http://www.linuxworld.com/linuxworld/lw-1999-05/lw-05-oracle.html http://www.linuxworld.com/linuxworld/lw-1999-06/lw-06-oracle-2.html At 11:28 PM 10/12/00, Santhosh Joseph wrote

Re: Java - Linux - Oracle

2000-10-13 Thread Paul T. McNally
Santhosh Joseph wrote: > Friends, > I'm relativly new to Linux/Java/Oracle. As a first step, i tried to > install Oracle 8i on my linuxbox (Red Hat 6.2 - which is the downloadable > version supplied along with a popular magazine ). Fortunatly, the CD carried a > script f

Java - Linux - Oracle

2000-10-13 Thread Santhosh Joseph
Friends, I'm relativly new to Linux/Java/Oracle. As a first step, i tried to install Oracle 8i on my linuxbox (Red Hat 6.2 - which is the downloadable version supplied along with a popular magazine ). Fortunatly, the CD carried a script file, which installed Java 1.1 in the /usr/bin dire

CLASSPATH to Install Oracle JDBC driver for jdk1.2?

1999-12-29 Thread Palsedge, John
Oracle for Linux wants a CLASSPATH defined to install the JDBC driver. For the older java versions, it was the path to the classesxxx..zip file but this has changed with jdk1.2. What should it be now? ./jdk1.2/lib would be my first choice: correct? I would appreciate advice from someone

Re: Oracle 8i & JDK 117v3

1999-11-15 Thread Bernardo Paz Betancourt
Yes I did can I hepyou. I use Oralce 8i + Java on Linux RH6 Bernardo At 04:09 p.m. 11/11/99 -0500, you wrote: > Sorry for the somewhat off-topic post, but... I need the help! > > Anyone had success installing Oracle 8i on Linux? I'm fighting >some problems with

Re: Oracle 8i & JDK 117v3

1999-11-15 Thread Carsten Hoeger
On Mon, Nov 15, Pietruschka, Ulf wrote: > A good source of information for Oracle on Linux is the Oracle technet > discussion forum: > > http://technet.oracle.com/tech/linux/htdocs/discussion_index.htm > > You have to be member of the Oracle technet to access this page, but &

Re: Oracle 8i & JDK 117v3

1999-11-15 Thread Pietruschka, Ulf
A good source of information for Oracle on Linux is the Oracle technet discussion forum: http://technet.oracle.com/tech/linux/htdocs/discussion_index.htm You have to be member of the Oracle technet to access this page, but this shouldn't be a probleme, membership is free. I had many pro

Re: Oracle 8i & JDK 117v3

1999-11-12 Thread Ugo Cei
ocess. > HOWEVER, we are unable to configure Net8. The tools like > "netasst" and others (I've forgetten the others we tried) die with an > "Unable to load library" error. The library in question (libnjni8.so) is > distributed by Oracle (see $ORACLE_HOME/

Re: Oracle 8i & JDK 117v3

1999-11-12 Thread Aaron Mulder
e to load library" error. The library in question (libnjni8.so) is distributed by Oracle (see $ORACLE_HOME/lib), but with size 0 (both the installed version and the version in the JAR on the CD). The directory is in our LD_LIBRARY_PATH, so I suspect it's just the "size 0" issue.

Re: Oracle 8i & JDK 117v3

1999-11-11 Thread Ugo Cei
Aaron Mulder wrote: > > Sorry for the somewhat off-topic post, but... I need the help! I don't think this is off-topic at all. > Anyone had success installing Oracle 8i on Linux? I'm fighting > some problems with the configuration tools, which are all

Oracle 8i & JDK 117v3

1999-11-11 Thread Aaron Mulder
Sorry for the somewhat off-topic post, but... I need the help! Anyone had success installing Oracle 8i on Linux? I'm fighting some problems with the configuration tools, which are all Java-based. Thanks,

Java - Oracle Connection

1999-08-26 Thread Bernardo Paz Betancourt
Hi Again, Some time ago I founded a problem using the Thin connection from Java to access to Oracle (8.0.5i) this problem is solved, thankyou for your contributions! Now I want to share this solution with you: this is a Oracle8i bug that can be resolved with a patch lnxpatch.tgz you found this

oracle/jdbc Image retrival from achive

1999-08-17 Thread Matt Zagni
Hi, This may seem complicated but I would like to retrive a number of images from a zip'ed/jar file where the location and image file is stored in the database. The jdbc/oracle query selects the user, returns the location of the image/photo and the image name. userid = location = /usr/

Java - Oracle Connection

1999-08-08 Thread Bernardo Paz Betancourt
1 ms [paz@ javajobs]$ >Also beware that if your Oracle is on Windoze you can't use a netBIOS >name, it has to be a DNS type name. How could I now that?, please Any other idea that could help... Bernardo >David Crooke, Austin TX, USA. +1 (512) 656 6102 >"Open source softw

Re: Jav - Oracle Connection

1999-08-06 Thread David Crooke
Looks like your JDBC_URL may be malformed...have you tried @zuriqui without the dot in between? Also beware that if your Oracle is on Windoze you can't use a netBIOS name, it has to be a DNS type name. "ping zuriqui" from the shell will verify that the name is recognized. -

RE: Connect to Oracle 7.3.4 using JDBC

1999-08-05 Thread Aravind Selvaraje
As long as it is a Type 4 driver it will work on any OS as it is pure Java. -- Aravind > -Original Message- > From: Sittidej Kuwarewong [mailto:[EMAIL PROTECTED]] > Sent: Friday, 6 August 1999 11:16 > To: [EMAIL PROTECTED] > Subject: Connect to Oracle 7.3.4 using JDB

Connect to Oracle 7.3.4 using JDBC

1999-08-05 Thread Sittidej Kuwarewong
Hello, this is the my first time posting question on this community. How can I connect to Oracle Database 7.3.4 via JDBC or other way using Apache JServ for Linux ? I've trying to search download section on http://technet.oracle.com, but I found only JDBC for Oracle Database 7 on N

Jav - Oracle Connection

1999-08-05 Thread Bernardo Paz Betancourt
Hello I have a problem trying to use oracle database from Java I can not make connection from Java to Oracle by the Thin nither Oci8 options using the import java.sql.*. To this proposs I use 2 simple java programs (attacheds). Them compiles well but when I try to run I obtains the errors

Java-Oracle

1999-07-28 Thread Bernardo Paz Betancourt
Good morning! Is there any budy working whith Java-Oracle by the java.sql.* library? I have some problems whith the thin and oci8 DriverManager.getConnection() ´s alternatives I will be wating for I answer to expose my entiere problem. Thankyou!. Bernardo . . . PS. Does any budy knows a Oracle

Re: jdbc and oracle 8.0.5 using jdk1.2

1999-07-20 Thread sgee
This may not be exactly what you are looking for, but this is the code I use to connect to oracle. ( and it is for 1.1

jdbc and oracle 8.0.5 using jdk1.2

1999-07-20 Thread Matt Zagni
Hi, I have installed java jdk1.2 and oracle 8.0.5 Installed net8 and all is working fine. refed the CLASSSPATH for jdbc as $ORACLE_HOME/jdbc/lib/classes111.zip The java source compiles ok, but when I run the .class file I am getting the following error. Exception in thread "

Re: retriev the oracle data! PROBLEM?????

1999-04-06 Thread sgee
you will need to "create a statement" using /* S N I P P L E T ***/ stmt = conn.createStatement(); where conn is your connection. /* S N I P P L E T ***/ Steve Gee Java Developer Maxor National Pharmacies Information Technologies [EMAIL PROTECTED

retriev the oracle data! PROBLEM?????

1999-04-06 Thread Chien-Lung Wu
Dear friends: I got some problem when I tried to retrieve data from oracle. Following is part of my code * . /* create table*/ String createString; createString = "create table ATMSimulation " + "(US

Re: JDBC for Oracle?????n

1999-03-26 Thread Christopher Rowan
Term confusion here? JDBC, an abstract database API, is part of Java and is included. JDBC requires drivers for vendor specific db access. In the case of Oracle, you need to look in the Oracle home jdbc/lib directory for a file called classes111.zip. Make sure this file is somewhere in your

Re: JDBC for Oracle?????n

1999-03-26 Thread John Summerfield
On Wed, 24 Mar 1999, Chien-Lung Wu wrote: > Dear firends: > I am a newbie of the JAVA and Oracle. However I have to install the Oracle on > my Linux box. I read some information said that JAVA 1.X can support JDBC. Now > this is my question. > 1. If I want to use JAVA to acces

Re: [RE: JDBC for Oracle?????]

1999-03-25 Thread Mistae
Hello, I am working in a project where I need to access our intranet database (M$ SQL Server) which has no IP addres, from the internet. I installed rmijdbc server and it allow me to reach the odbc datasources form applets running on netscape navigator but not in Internet explorer. For some reas

RE: JDBC for Oracle?????

1999-03-25 Thread Marcel Ruff
Hello, >1. If I want to use JAVA to access Oracle, can I have to install >JDBC for  ORACLE? Using the JDBC driver from http://www.oracle.com/st/products/jdbc/html/jdbc_collateral.html didn't work well in my case, i could only feed up to 1900 bytes of BLOB (as LONG RAW) data. Bigger

Re: JDBC for Oracle?????

1999-03-24 Thread Maureen Lecuona
t; I am a newbie of the JAVA and Oracle. However I have to install the Oracle on > my Linux box. I read some information said that JAVA 1.X can support JDBC. Now > this is my question. > 1. If I want to use JAVA to access Oracle, can I have to install JDBC for >ORACLE? > >

Re: JDBC for Oracle?????

1999-03-24 Thread Match Grun
Look for the Oracle Thin-Client driver (classes111.zip) on their website. It is 100% java code. Match At 3/24/99 05:33 PM, Chien-Lung Wu wrote: >Dear firends: >I am a newbie of the JAVA and Oracle. However I have to install the Oracle on >my Linux box. I read some information said that

RE: JDBC for Oracle?????

1999-03-24 Thread Paolo Comitini
You can find the oracle jdbc driver on your Oracle CD or you can downloand it from http://www.oracle.com It works wery well with java 1.x on Linux. Bye Paolo Comitini On 24-Mar-99 Chien-Lung Wu wrote: > Dear firends: > I am a newbie of the JAVA and Oracle. However I have to insta

JDBC for Oracle?????

1999-03-24 Thread Chien-Lung Wu
Dear firends: I am a newbie of the JAVA and Oracle. However I have to install the Oracle on my Linux box. I read some information said that JAVA 1.X can support JDBC. Now this is my question. 1. If I want to use JAVA to access Oracle, can I have to install JDBC for ORACLE? 2. Where can I get

Re: oracle

1998-12-05 Thread John Summerfield
On Fri, 4 Dec 1998, Jinpeng Xie wrote: > Hi, > > I got news about ORACLE server for linux. Does Oracle finish > porting ORACEL SERVER to Linux? When is it available to us? Go visit oracle & see. There's quite a lot to download: [summer@emu summer]$ ls oracle/

oracle

1998-12-04 Thread Jinpeng Xie
Hi, I got news about ORACLE server for linux. Does Oracle finish porting ORACEL SERVER to Linux? When is it available to us? Jinpeng

Re: Linux + java + oracle

1998-11-20 Thread Jason Kissinger
perform most normal functions. I too have a similar setup (Linux 2.0.35, JDK 1.1.7, Oracle 8.0.5) and have been using the oci driver within application code without a hitch. I haven't tried any applets that make direct db calls though. "Robert P. Biuk-Aghai" wrote: > Hi, > >

Re: Linux + java + oracle

1998-11-20 Thread peter . pilgrim
Check your CLASSPATH. It must indicate the zip file or jar file which contains the `oracle.jdbc.driver.OracleDriver.class'. Pete __ Reply Separator _ Subject: Re: Linux + java + oracle Author: duan ([EMAIL PROTECTED]) at lon

Re: Linux + java + oracle

1998-11-19 Thread Robert P. Biuk-Aghai
Hi, I have a similar setup (Linux 2 glibc, JDK 1.1.6, Oracle 8) and for me it works fine, however in *applications*. I tried running the same stuff in an applet, and although the classes111.zip file from Oracle was in my browser's classpath, I would get the same or a similar exception a

Re: Linux + java + oracle

1998-11-19 Thread Rudhuwan Abu Bakar
maybe this is unrelated but i need help I am using JDBC driver to connect to Oracle 8.0.5 under linux. However i keep getting unknown driver.I use oracle.jdbc.driver.OracleDriver as the name of the JDBC driver?Anyone can tell me if this is the correct driver. Sorry for this.I have no way to

Re: Linux + java + oracle

1998-11-19 Thread peter . pilgrim
_ Subject: Linux + java + oracle Author: przemol ([EMAIL PROTECTED]) at lon-mime Date:19/11/98 10:05 How can I connect to Oracle using java on Linux ? But ! we have in job Oracle 7.1.* so I cannot use Oracle Thin driver which works only with Oracle 7.3.* (I guess) and above

Linux + java + oracle

1998-11-19 Thread Przemek Bąk
How can I connect to Oracle using java on Linux ? But ! we have in job Oracle 7.1.* so I cannot use Oracle Thin driver which works only with Oracle 7.3.* (I guess) and above. przemol -- [EMAIL PROTECTED]

Re: JDBC for Oracle (was: RE: Retrieving a fully qualified hostname under NT)

1998-11-13 Thread Jason Kissinger
Urban Widmark wrote: > On Fri, 13 Nov 1998, Rudhuwan Abu Bakar wrote: > > > > > hello > > > > sorry for this. > > > > Where can I get a type 4(?) JDBC driver? I am testing an Oracle server and > > want to use a Java-based client. > >

Re: JDBC for Oracle (was: RE: Retrieving a fully qualifiedhostname under NT)

1998-11-13 Thread Robert P. Biuk-Aghai
On Fri, 13 Nov 1998, Urban Widmark wrote: > I believe Oracle includes their JDBC driver with the database, and that it > is a pure java driver. (I'm more certain of the first than the last). Yes, this is correct. We have Oracle system 8 and it includes JDBC drivers, which are 100

JDBC for Oracle (was: RE: Retrieving a fully qualified hostname under NT)

1998-11-13 Thread Urban Widmark
On Fri, 13 Nov 1998, Rudhuwan Abu Bakar wrote: > > hello > > sorry for this. > > Where can I get a type 4(?) JDBC driver? I am testing an Oracle server and > want to use a Java-based client. > > Thank you for your time. > > regards > duan > I believe