The following setup was made to perform reverse engineering of Oracle 11gR2 scheme into physical diagram using Sybase PowerDesigner 12.5 on Windows 7 x64.
ConnectionType: JDBC DBMS type: Oracle User name: <your scheme name> Password: <your password> JDBC driver class: oracle.jdbc.driver.OracleDriver JDBC connection URL: jdbc:oracle:thin:@//<your host>:<your port>/<your service name> JDBC driver jar files: c:\Oracle\product\11.2.0\client_1\jdbc\lib\ojdbc6.jarPlus had to install 32-bit Java and add edit path variable in batch file to make PowerDesigner use appropriate VM:
set path=C:\Program Files (x86)\Java\jre7\bin\client\;%path% cd "c:\Program Files (x86)\Sybase\PowerDesigner 12\" pdshell12.exeMany thanks to Devtype blog and Jan Bartos' answer on google groups.
No comments:
Post a Comment