• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

ATG oracle thin problem

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to connect to oracle database 8.1.7 using thin drivers
from ATG application server. I am getting following exception all the
time. Following is my connection string

URL=jdbc racle:thin:@localhost:1521 rcl
driver=oracle.jdbc.driver.OracleDriver
password=manager
user=system

I also tried running a standalone java program. It works fine.
I really don't know wut's happening with the connection.
can someone please point me in the right direction.

And also, if I try connecting in the JTDataSource in ATG admin module, i have "The attempt to connect to the database server resulted in the runtime error: java.lang.ArrayIndexOutOfBoundsException: 7 ". My ATG is 6.3. This works fine in ATG 5.6. Kindly help me pls...

Thanks in advance
Daniel Jao
reply
    Bookmark Topic Watch Topic
  • New Topic