cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Connecting to oracle database

aganeshappa1
1-Newbie

Connecting to oracle database

Hi All,

I want to connect to oracle 10g database and am using the below connection string and driver class name, I know i am missing something here. Can you please advise me on this.

JDBC Driver Class Name- oracle.jdbc.driver.OracleDriver

JDBC Connection String - jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=LENOVOUSER.com)(PORT=1521))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)))

connectionValidationString- SELECT NOW()


Thanks for the help..


4 REPLIES 4

Hello,

I believe if you follow this documentation from KCS, you will have greater success connecting.

Hope this helps!

Tori

Thanks a lot for the reference documentation. I could connect to the database now.

Appreciate your help.

Ashok, do you get a specific error message? Have you tried setting the connectionValidationString to SELECT SYSDATE from DUAL?

Thanks Aaanjan. The issue is resolve now.

Top Tags