Hi,
I have download the zip file and unzip it.
But failed to install this.Can anybody help me out to install and configure this application
thanks,
Mannan
|
You can a jar file after you unzip this zip file.
If you havn't install JDK, you should install jdk first.
Then just double-click to run it.
Or, if you want execute export operation in Oracle database(Oracle 8i,Oracle 9,Oracle 9i,Oracle 10G), you needn't install jdk.
How to use it, please see this document.
http://www.hxtt.com/dbf2oracle/document.html
|
Thanks for prompt support . NOw I am stuck with Oracle jdbc connection.
On assign target screen when I give this URL (jdbc:oracle:thin:@bkplhr:1521:branch10) it fails to connect to Oracle.
any suggestions....
-Mannan
|
What's the error message in the exception dialog?
It seemed that you haven't assign the username and password.
You can use the follows url
jdbc:oracle:thin:youerusername/yourpassword@bkplhr:1521:branch10
Or assign the username and password properties in the dialog for building connection to oracle. There is a table in the bottom list the properties you can used to connect to oracle.
Attention, after you input the properties, you should click the ENTER key, and then click the Next button.
|