• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Oracle DB Connectivity & Master Configuration

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Am new to IBM Websphere,using IBM RAD version 7.0, am not able to connect the oracle DB. Am using Java 1.5, Oracle 9 with ojdbc14.jar file.

while configuring "JDBC Providers"

DB Type: oracle
Provider Type: Oracle JDBC Driver
Implementation Type: connection pool data source
classpath: ${ORACLE_JDBC_DRIVER_PATH}/ojdb14.jar
------------------------------------------------
while configuring "Data Source"

Name: DEDUP
JNDI Name: jndi/DEDUP
URL: jdbc rcle:thin:@*.*.*.*:15** EDUP
-------------------------------------------------
while selecting "DEDUP" and clicks "Test Connection" a message will displays:

"Changes have been made to the resource configuration for this scope. You must Save these changes to the master configuration before performing this action"

After clicking to the link "Save" a new page dislays it will asks for "Save", "Discard" and "Cancel"

But there is no "Save" button at this page.

please help me...
 
Hari Kumarkar
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am sorry:
URL: jdbc rcle:thin:@*.*.*.*:15**:ABC
 
Hari Kumarkar
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to add more information, while testing test connection for datasource, it dispalys a message as:-

The test connection operation failed for the date source **** on server **** at node **** with the following exception : java.sql.SQLException:invalid arguments in callDSRA0010E:SQL State=null, Error Code=17,433

Thanking you.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic