Back Up the 8.x.x.x Database - Intergraph Smart Materials - Version 2020 (10.0) - Installation & Upgrade - Hexagon

Intergraph Smart Materials Installation (2020)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
2020 (10.0)

Before you begin the actual upgrade procedure, you must perform a database backup. The backup procedure most appropriate for your situation depends on your environment, database configuration, and the upgrade path you choose. The steps described in this section should be regarded as recommendations to achieve a secure backup. If you have questions, do not hesitate to refer to the Oracle Server Administrator's.

  1. Login with the local administrator account.

  2. Have all connected users log out of your Smart Materials database.

  3. Launch Oracle Server Manager or Instance Manager.

  4. Shut down the database consistently, using either normal or immediate mode.

  5. Restart the instance using the restrict option to prevent normal users from connecting.

  6. Open a SQL Plus session against the database which should be exported.

  7. Create a directory into the database with this command:

    Example:

    create directory dpump as ‘D:\tmp‘;

    This directory must exist on the file system.

  8. Now set the rights with this command:

    Grant read,write on directory dpump to system;

  9. Open a Command Prompt window as an administrator.

  10. Set the oracle home of your database, for example:

    set ORACLE_HOME= c:\oracle12c\ora12c_201_x_Sta

  11. Perform a full database export with the Oracle expdp tool (replace <system_pw> with the password of system user, and SID with the name (sid) of your database):

    expdp system/<system_pw>@SID full=Y directory=dpump dumpfile=SID.dmp logfile=expdpSID.log

  12. Shut down the database.

  13. Perform a full cold backup, using redundant backup media (that is, do not use the same tape or hard disk that contains the export dump file created during the upgrade). Be sure to include all data files, all control file mirrors, all archived and online redo log files, and the instance initialization files.

  14. Store all backup media in a safe place.