Beginner |
|
Joined: Thu Jul 28, 2005 1:19 pm Posts: 24
|
Hello
Forgive me if this is not the right forum to post my question. I am working with oracle10g and middlegen; the tool is not discovering my tables, it suggest that my schema does not contain anything. This is not true, I wrote a jdbc connection with java and used the getMetaData().getTables() and was able to read tables from my schema. Why middlegen has this problem. I start middlege with ant:
<middlegen appname="xxxx"
prefsdir="${basedir}"
gui="true"
databaseurl="jdbc:oracle:thin:@machine:1521:sid"
driver="oracle.jdbc.driver.OracleDriver"
username="username"
password="pass">
I think this is the right way to connect to oracle. If I add schema and catalog I get ORA-01424: error. Please advice
|
|