Install Oracle Instance - Intergraph Smart 3D - Installation

Intergraph Smart 3D Oracle Linux Installation and Configuration

Language
English
Product
Intergraph Smart 3D
Search by Category
Installation & Upgrade
Smart 3D Version
12 (2018)
  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.

  6. Select Advanced Mode, and then click Next.

  7. Select Custom Database, and then click Next.

  8. Define the global database name and the Oracle system identifier (SID), and then click Next.

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

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

  11. Select Create a New Listener. Enter the listener name and port, and then click Next.

  12. Select Use Common Location for All Database Files, and enter the location to use in the File Location box.

  13. Clear the Specify Fast Recovery Area check box.

  14. Click OK, and then click Next.

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

  16. On the Memory tab, select Typical Settings and Use Automatic Memory Management.

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

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

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

  20. Show the advanced parameters. Set these values.

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

  21. Click OK, and then click Next.

  22. Select Create Database, and then click Customize Storage Locations.

  23. Set the size of the four Redo Log Groups to 500 MB.

  24. 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.

  25. Click OK, and then click Next.

  26. Click Finish on the Create Database Summary window.

    Wait for the database to be created.

  27. Click Close.