Doug,  

Thanks that worked.

Mustafa
--- Doug Pham <[EMAIL PROTECTED]> wrote:
> Mustafa,
> 
> Here is one that I am using.  Make sure your jdbc
> drivers are in the Orion's
> library directory.
> 
>    <data-source
>      
> class="com.evermind.sql.DriverManagerDataSource"
>       name="Oracle"
>       schema="database-schemas/oracle.xml"
>       location="jdbc/OracleCoreDS"
>       xa-location="jdbc/xa/OracleXADS"
>       ejb-location="jdbc/OracleDS"
>      
> connection-driver="oracle.jdbc.driver.OracleDriver"
>       username="myName"
>       password="myPasswd"
>       url="jdbc:oracle:thin:@myhost:1521:mydb"
>       inactivity-timeout="30"
>    />
> 
> I hope this will help you.
> 
> 
> Good Luck
> 
> Doug Pham
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On
> Behalf Of Mustafa Cayci
> Sent: Tuesday, May 29, 2001 2:23 PM
> To: Orion-Interest
> Subject: ATM example and Oracle
> 
> I am trying to deploy and run the ATM example using
> Oracle as database.  Below is the data-sources.xml,
> I
> anticipate a problem in the file since orion is not
> finding the data source:
> 
>         <data-source
> 
> class="oracle.jdbc.driver.OracleDriver"
>                 name="Oracle"
>              --->   location=""
> 
> connection-driver="oracle.jdbc.driver.OracleDriver"
>                 username="scott"
>                 password="tiger"
>                 url="jdbc:oracle:oci8:@ora816"
>                 inactivity-timeout="30"
>         />
> What does the location should be?
> 
> Any help is appreciated.
> 
> Thanks,
> Mustafa
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great
> prices
> http://auctions.yahoo.com/
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to