You are on page 1of 11

Flexcube Schema Data Refresh

Run the below script in the Source schema take the backup of all sequences.
seq_backup.sql

Then export the Dump (Only Data) from Source schema.

Disable all Triggers present in Target schema by below script.


DisableTriggers.sql

Truncate all the tables in Target schema.

Below is the sample script to fire the import script in database


Impdp_only_Data.txt

Note: its sample script according to requirement user credentials needs to be


modified
Enable all triggers in Target schema
EnableTriggers.sql

Check the export log and import log objects should not contain any errors.

As we are importing only table data so Target schema should not having any
invalids.
Below Param_val should be updated as directory which is created in Db
Machine, where Db logs will write for the user.

10 Run the below script in Target Schema to reset all the sequences.
seq_reset.sql

11 Below script is compiled to generate dynamic packages.

Dynamic_Packages_compilation.zip

ELCM Configuration Steps:


Step1: Take the ELCM URL from deployment.

Step2: Update the URL in CSTB_PARAM Table.


ELCM_DEBUG_PATH, ELM_HTTPS_URL, ELCM_URL parameter tables needs to be
updated.

Reports Configuration
Run the installer again. From the options page:

Select Reports DSN from Utilities and click on Next.

Provide the schema details and click on Test Connection.

Click on OK in the message box and Click on Next on the Installer.

Provide the details as shown in the below screen shots. DSN NAME should be
INIT_DSN.

Click on Next

JDBC URL will be automatically displayed in the next screen. Verify and click on
Next.

This will insert entries into the STTM_HOST_DSN table. Verify the entries in
STTM_HOST_DSN.

Please note that JNDI_NAME, RECORD_STAT and AUTH_STAT is null. Provide the
values as shown below:

You might also like