How do I load the Embed Package(Without HXTT DBF JDBC Driver) into Oracle Database and execute export operation in Oracle database?
It’s same as load the Embed Package(With HXTT DBF JDBC Driver) into Oracle database. But at first, you should load the HXTT DBF JDBC Driver into Oracle database. In windows Command or Shell(Linux/Unix), run the follows command to load the embed package into Oracle database. loadjava -resolve -synonym -verbose -user username/password@OracleSid DBF_JDBC20.jar Attention, you should load the jdbc2.0 package to Oracle database for the inner JVM in Oracle database is JDK1.3, it only support JDBC to 2.0.