Hi there experts ,
I am trying to create my tables on the database for the new 7.1 on my local machine and on my local DB(Oracle 10G)…but i keep getting slapped with this.
Any ever faced with this issue before?
Thanks in advance…
Database Connection error: [wm-cjdbc36-0007][Oracle JDBC Driver]No more data available to read.
CREATE STORAGE [25] FAILED
CDC ERROR [wm-cjdbc36-0007][Oracle JDBC Driver]No more data available to read.
Suspending execution…
CDC Error: java.sql.SQLException: [wm-cjdbc36-0007][Oracle JDBC Driver]No more data available to read.
Database component configurator summary
Date : Tue Mar 11 12:37:21 MST 2008
Database : Oracle
User : sys
Action : create
I got it fixed and running.
The URL was wrong, and the account did not have sufficient privileges.
Thanks for all the helping with the debugging process Saurabh.
-ScoobydoOoOO
jdbc:wm:oracle://:1521;serviceName=<Your Database SID, default value is ORCL>. To get the host name of your PC, open command prompt and type ‘hostname’ and hit enter. Copy the value you see there and paste it above.
Thought, someone else might benefit from my detailed explanation.
HTH,
Hope.