简体   繁体   中英

Connecting Derby DB to Oracle SQL Data Modeler

Can someone help me please?

I have an existing database created via NetBeans on the Java DB server and I recently got myself the Oracle SQL Developer Data Modeler, but I'm struggling a bit to connect to my Derby database.

I've read some other questions and topics on this and tried to reproduce the steps, but for some reason, I fail.

I have included the Derby JARs on Oracle, and tried to set up my database connection (Username omitted): 新连接

Note the error when trying the connection: Driver class not found.

I have also used org.apache.derby.jdbc.EmbeddedDriver as Driver Class

Could someone please give me a quick tutorial through this for specifically Derby? I also tried it according to the App's help manual.

I think your driver is not pointed in your CLASSPATH. I dont know how to do it on Netbeans; most of ides has options to include class (and automatically includes on path), if not try to include on CLASSPATH by hand.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM