5 Annexure
This topic provides the details of utility scripts used in the upgrade process.
Table 5-1 Utility Scripts
Script Name | Location | Remarks |
---|---|---|
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Param files to export the production schema at site. In this par file, replace the word SOURCESCHEMA with the actual schema name to be exported. Also change the DIREC-TORY, ‘DUMPFILE, LOGFILE names as per the actual names used. This is applicable to all the par files supplied in the document. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Script to create database link. Before creating the DB link, configure the TNS connection between the source and destination database. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Scripts to list out the differences between the source schema and target schema. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Script to list out the differences in tables which are existing in both the schemas, but the columns are different. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Script to disable constraints and triggers. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Script to enable constraints and triggers. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Script to drop the sequence. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Param files to import static data. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Param files to import non- static data. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Par file to import sequence. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Scripts to truncate p-Data. |
| /SOFT/TOOLS/ Upgradetoolkit/ Soft/ImpExp/ Scripts | Param file to export required p_data tables. |