RE: setting up jdbc with oracle 8i on NT

2000-10-03 Thread Boulatian, Misak

thanks very much. it worked.

-Original Message-
From: Porfiriev Sergey [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 7:58 PM
To: Orion-Interest
Subject: Re: setting up jdbc with oracle 8i on NT


this works with 8.1.5 / 8.1.6. (don't forget put classes12_1.zip into
$ORION_HOME/lib )



- Original Message -
From: "Boulatian, Misak" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, October 02, 2000 8:36 PM
Subject: setting up jdbc with oracle 8i on NT


> Hi all,
>
> Did anybody setup orion server to work with oracle8i? Please let me know
> what would data-sources.xml look like. This is what I have but it does not
> seem to work.
>  name="Oracle8i" location="jdbc/Oracle8i" xa-location="" ejb-location=""
> connection-driver="oracle.jdbc.driver.OracleDriver" username="system"
> password="manager" url="jdbc:oracle:thin@misaklap:1521:trade"
> inactivity-timeout="30" />
> 
> Please advise.
>
> Thanks,
> Misak

---
Porfiriev Sergey [EMAIL PROTECTED]visit: www.axwell.com e-commerece
portal based on orion server.





Re: setting up jdbc with oracle 8i on NT

2000-10-02 Thread Porfiriev Sergey

this works with 8.1.5 / 8.1.6. (don't forget put classes12_1.zip into
$ORION_HOME/lib )



- Original Message -
From: "Boulatian, Misak" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, October 02, 2000 8:36 PM
Subject: setting up jdbc with oracle 8i on NT


> Hi all,
>
> Did anybody setup orion server to work with oracle8i? Please let me know
> what would data-sources.xml look like. This is what I have but it does not
> seem to work.
>  name="Oracle8i" location="jdbc/Oracle8i" xa-location="" ejb-location=""
> connection-driver="oracle.jdbc.driver.OracleDriver" username="system"
> password="manager" url="jdbc:oracle:thin@misaklap:1521:trade"
> inactivity-timeout="30" />
> 
> Please advise.
>
> Thanks,
> Misak

---
Porfiriev Sergey [EMAIL PROTECTED]visit: www.axwell.com e-commerece
portal based on orion server.





Re: setting up jdbc with oracle 8i on NT

2000-10-02 Thread Jason Rimmer

I've got, as I'm sure many have, Orion working great with Oracle 8i. 
In my case I'm running 8iR2 on Linux.
The error message you gave in the other message you posted is vague, so
it's tough to diagnose from it.  Though upon looking at you data-source
tag you're missing a critical attribute, that being:
schema="database-schemas/oracle.xml".  See the original data-sources.xml
for an example of it's usage.
I also added the path to the JDBC driver to the application.xml's
orion-application tag in the form of: 
Here's what my data-source tag looks like:




"Boulatian, Misak" wrote:
> 
> Hi all,
> 
> Did anybody setup orion server to work with oracle8i? Please let me know
> what would data-sources.xml look like. This is what I have but it does not
> seem to work.
>  name="Oracle8i" location="jdbc/Oracle8i" xa-location="" ejb-location=""
> connection-driver="oracle.jdbc.driver.OracleDriver" username="system"
> password="manager" url="jdbc:oracle:thin@misaklap:1521:trade"
> inactivity-timeout="30" />
> 
> Please advise.
> 
> Thanks,
> Misak

-- 
Jason Rimmer
[EMAIL PROTECTED]