Install Oracle Instance - Intergraph Smart 3D - Installation & Upgrade - Hexagon PPM

Intergraph Smart 3D Oracle Linux Installation and Configuration

Language
English
Product
Intergraph Smart 3D
Search by Category
Installation & Upgrade
Smart 3D Version
13.1
  1. Open a terminal window, and run the following command:

    mount -t tmpfs shmfs -o size=XXg /dev/shm

    XX is the size of <Memory_Max_Target> + 5g, and XX is less than the physical memory size.

  2. In the terminal window, run the following command to edit the fstab file:

    gedit /etc/fstab

  3. In the file editor, append the line below to the end of the file, and then save the changes:

    shmfs /dev/shm tmpfs size=XXg 0

    XX is the size of <Memory_Max_Target> + 5g, and XX is less than the physical memory size.

  4. In the terminal window, run the following command:

    dbca

    The Database Configuration Assistant window displays.

    If you receive an error about the proxy setting having an incorrect value, run these two commands:

    $ unset https_proxy

    $ unset no_proxy

  5. Select Create Database, and then click Next.

    Create Database

  6. Select Advanced configuration, and then click Next.

    Advanced Mode

  7. Select Custom Database, and then click Next.

    Custom Database

  8. Define the global database name and the Oracle system identifier (SID), clear the Create as Container database check box, and then click Next.

    Define SID

  9. Select Use following for the database storage attributes. Then, select File System for Database files storage type. Browse to and select the appropriate database files location.

    Oracle19StorageOption

  10. Clear the Specify Fast Recovery Area and Enable archiving check boxes.

    Oracle19FastRecoveryOption

  11. Select Create a New Listener and type a name and port number. Click Next.

    Oracle19NetworkConfiguration

  12. On the Database Components tab, clear all the check boxes. Click Next.

    Oracle19DatabaseComponents

  13. On the Memory tab, select Use Automatic Shared Memory Management.

    Oracle19MemoryTab

  14. On the Sizing tab, verify that Block Size is set to 8192 and Processes is set to 300.

    Oracle19Sizingtab

  15. On the Character Sets tab, select Use Unicode (AL32UTFB).

    Oracle19CharacterSetstab

  16. On the Connection Mode tab, select Dedicated Server Mode, and then click All Initialization Parameters.

    Oracle19ConnectionModeTab

  17. Select Configure Enterprise Manager (EM) Database Express, and then type 5500 in the EM Database Express Port box. Click Next.

    Configure Enterprise Manager

  18. Select Use the Same Administrator Password for All Accounts. Enter and confirm the password, and then click Next.

    Admin Password

  19. Select Create database check box, and then click All Initialization Parameters.

    Connection Mode tab

  20. Select Show advanced parameters check box. Set these values.

    Press ENTER after typing the values to display the check mark in the Override Default column.

    Advanced Parameters with check box

  21. Click OK, and then click Customize Storage Locations.

  22. Create an additional Redo log file, and set the size of the four Redo Log Groups to 500 MB.

    Redo Log Groups

  23. To improve performance, we recommend that you increase the file size of temp and undotbs1 to 200 MB. Set the AUTOEXTEND increment to 100 MB.

    temp file size

    temp increment size

    undotabl file size

    undotbl increment size

  24. Click OK, and then click Next.

  25. Click Finish on the Create Database Summary window.

    Wait for the database to be created.

  26. Click Close.