Connect to Unifier Database

A direct connections to the Unifier database using SQL Developer is not possible. The creation of SQL queries must be done in Unifier Data Views, or by pulling rows down from Unifier into a local database.

If you need to pull the data into a local database for the purpose of SQL development, Oracle offers Oracle Database 11g Express Edition (XE) free of charge. You can install this lightweight DB on your computer and use it for development purposes.

Download Oracle Database Express Edition (XE). Refer to the XE documentation for instructions on how to install the software and create a local database.

(Optional) Pulling Down the Data

In Unifier, once you know the table names, you can export 200 lines so it can be inserted into your local Database (DB). To pull down the data:

  1. Sign in to Unifier as a Company Administrator and go to the Company Workspace tab, ensure that you are in Administration mode > Data Structure Setup > Data Views.
  2. Click New to create a new Data View.
  3. Enter a name (for example, Export DV) and a Label (for example, Export Data View).
  4. In the SQL Definition field, enter the following for a particular table: SELECT * FROM <tablename>
  5. Click OK.
  6. Click the Status drop-down list and set the newly created Data View to Published.
  7. Highlight the Data View you just created and click Data on the toolbar.
  8. In the window, click Export as SQL on the toolbar to save the .sql file locally. This SQL file includes the CREATE and INSERT commands required to get your data into your local XE database.

At this point, you can create the table and insert the exported rows into your local XE database using tools like SQL Developer.

Repeat the steps above for any tables that you like to access offline.

Note: You can reuse the same Data View multiple times; however, you need to do find and replace in the downloaded SQL to ensure that the table names match the names that are in Unifier.

Since you have a subset of the database locally, you can use SQL Developer to write complex queries, offline, before bringing them into Unifier.



Legal Notices | Your Privacy Rights
Copyright © 1998, 2020

Last Published Friday, April 9, 2021