Database Connection
Using Dialog
In the Data view, right-click DATABASE and click Add Store.
In the Add Database Connection Information dialog,
Fill out connection information as below and click OK.
Name: order (ODI name)
Vendor: mysql
Database IP Address: oz.ozeform.io
Database Port number: 3306
Database name: ozdemodb
User name: designer
Password: password
Using DB Connection Pool
db.properties
Go to the default working folder (
C:\Users\username\Documents\OZRepository\)
and createdb.properties
.Add DB connection information below.
Connecting to database
In the Add Database Connection Information dialog,
Tick the checkbox Alias at the bottom and type in "demo"
Select the db.properties from the file browser.
Click OK.
Database Information
Once connected to the database, tables are listed in the lower part of the Data view.
By right-clicking a table name you can see table field information or data rows (max 100 rows by default).
To change the max row count, go to File tab menu, select Options > Environment > General.
Connecting to SQL Server
For Designer
Put the driver .jar file into
OZ Query Designer 9.0/UniversalDriver
Open
OZ Query Designer 9.0/config/launch.cfg
Replace sqljdbc.jar with the downloaded jar and save.
Add database alias definition in the db.properties
For Server
Put the downloaded jar file into WEB-INF/lib
Restart tomcat for the server
Connecting to Oracle12C
Put it in C:\Program Files (x86)\Forcs\OZ Report 6.0\OZ Query Designer 6.0\UniversalDriver
Delete classes12.jar and classes12.zip from UniversalDriver.
Open ..\config\launch.cfg, find "classes.zip", and change it to "ojdbc6.jar".
Add database alias definition in the db.properties
Database Connection (6.0)
Using Dialog
In the Data view, right-click DATABASE and click Add Store.
In the Add Database Connection Information dialog,
Fill out connection information as below and click OK.
Name: order (ODI name)
Vendor: user
Driver Class Name: com.mysql.jdbc.Driver
Connection URL: jdbc:mysql://127.0.0.1:3306/ozdemodb
User name: username
Password: password
Using DB Connection Pool
db.properties
Go to the default working folder (
C:\Users\username\Documents\OZRepository\)
and createdb.properties
.Add DB connection information below.
Last updated
Was this helpful?