> 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
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
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
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
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
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
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
&
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
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/
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.
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
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,
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
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/
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
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.
-
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
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
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
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
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
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 "
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
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
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
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
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
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
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?
>
>
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
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
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
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/
Hi,
I got news about ORACLE server for linux. Does Oracle finish
porting ORACEL SERVER to Linux? When is it available to us?
Jinpeng
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,
>
>
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
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
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
_
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
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]
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.
> >
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
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
43 matches
Mail list logo