Converting applications from Jet database to Oracle database

If you have multiple applications that require Oracle database, you can convert the applications from a Microsoft Jet Database to a single Oracle database using Datacap Application copy tool.

Multiple Datacap applications within a single Oracle instance are differentiated by the user credentials used to access them. You can use the same Oracle database for multiple Datacap applications, as long as each unique Oracle "User" owns the schema for each application.
Note: You cannot combine schemas for multiple Datacap applications into a single Oracle schema.

  1. Create a unique database user for each application. This will create a schema for that user.

Note: You can optionally specify a new tablespace for each user/schema. If the tablespace is not specified, by default the users are created in the system tablespace. The users can be in the same tablespace or different tablespaces.
Repeat the following steps for each user.

  1. Log on to Oracle as one of the users created in step 1.
  2. Navigate to ...\Datacap\support\DBScript\ and run the following Oracle scripts:
    • Oracle_Adm_base.sql
    • Oracle_Eng_base.sql
    • Oracle_FP_base.sql