Create the Oracle 18c Database - Intergraph Smart 3D - Installation & Upgrade

Intergraph Smart 3D Installation

Language
English
Product
Intergraph Smart 3D
Search by Category
Installation & Upgrade
Smart 3D Version
12 (2018)

These steps guide you through the database creation process. You must log on to the server as a local administrator to create the Oracle database.

  1. On the Start menu, open the Oracle Database Configuration Assistant wizard as an administrator.

  2. On the Database Operation page, select Create a database and click Next.

    Oracle 18c Create a database

  3. On the Creation Mode page, select Advanced configuration and click Next.

  4. On the Deployment Type page, set Database type to Oracle Single Instance database. In addition, select the Custom Database option under Template name and click Next.

    Oracle 18c Oracle Single Instance database

  5. On the Database Identification page, enter the Global Database Name and the SID for the database. These names are generally identical and can be no longer than eight characters.

    Oracle 18c Global database name

  6. If you want to create a container database, select Create As Container Database.

  7. Enter the Global Database Name and SID. Clear the Create As Container Database option. Smart 3D does not support pluggable databases. Click Next.

  8. On the Storage Option page, select Use following for the database storage attributes. Then select File System for Database files storage type. Browse to and select the appropriate file location.

    Oracle 18c Database Storage Option

  9. On the Fast Recovery page:

    • If the database will be not used in a Global Workshare Configuration, select Specify Fast Recovery Area in the Recovery Configuration screen, and then click Next.

    • If the database will be used in a Global Workshare Configuration, select Enable Archiving, and then click Edit Archive Mode Parameters.

    Oracle 18c Fast Recovery Option

  10. Select Edit archive mode parameters to specify the location of the archive log files. Click OK.

    Oracle 12c Archive Mode Parameters

  11. Click Next.

  12. On the Network Configuration page, select Create a New Listener, and type a name and port number. Click Next.

    Oracle 18c Network Configuration

  13. On the Database Options page, clear all database component selections under the Database Components tab. Click Next.

    All the database components are selected by default if you are creating a container instance. Leave them all selected if that is the case.

    Oracle 18c Database Components

  14. On the Specify Configuration page, select the Memory tab.

  15. Select the Typical Settings option. The percentage of memory allowed for an instance of Oracle should not exceed 40 percent. If you have more than one Oracle instance on this server, the allocated memory should not exceed 40 percent of the system memory.

    Oracle 18c Memory Tab

  16. On the Sizing tab, configure the Processes option based on this formula:

    Processes » (Maximum Number of Users * 10) + (Number of Oracle System Processes)

    The number of Oracle system processes can vary based on the number of background processes that are running. This number is a high estimate. Overestimate the number to ensure Oracle will only use the number of processes that the instance needs.

  17. Select the Character Sets tab, and then select the Use Unicode (AL32UTF8) option.

    • All Hexagon products that participate in integration should set their encodings to Use Unicode (AL32UTF8) for the Database Character Set option, and to AL16UTF16 - Unicode UTF-16 Universal character set for the National Character Set option.

    • For more information about the Character Sets options, see your Oracle installation documentation.

  18. Select the Connection Mode tab and select Dedicated Server Mode.

  19. Select the Sample schemas tab and clear the Add sample schemas to the database box.

  20. Click Next.

  21. On the Management Options page, click Next without changing the default selections. Configure Enterprise Manager (EM) Database Express and port 5500 are the default options.

    Oracle 18c Management Options

  22. On the Database Credentials page, select a security option and provide the appropriate information. Click Next.

    Do not use the @ character in the password.

    Oracle 18c Database User Credentials

  23. On the Database Creation page, click All Initialization Parameters and select Show advanced parameters.

    Oracle 18c All Initialization Parameters

  24. Change the parameters values as shown. Make sure a check mark (Oracle blue override check) displays in the Override Default column.

    db_files 1000
    open_cursors 3000
    os_authent_prefix ""
    processes 1000
    undo_retention 3600

  25. Select Close.

  26. On the Creation Options page, click Customize Storage Locations.

    The control files should be divided among multiple physical hard drives. The database needs this file to start.

  27. Verify that the path in the Tablespaces folder is correct for SYSAUX, SYSTEM, TEMP, UNDOTBS1, and USERS.

    The information in the Datafiles and Redo Log Groups folders can retain the default settings as long as the folder path does not need updating.

  28. Create an additional Redo log file, and set the Redo log file size for each group to 500 MB.

    Oracle 12c Customize Storage Settings

    The Creation Options page allows you to save your database configuration as a template file, and also allows you to generate database creation scripts.

    Not every setting is preserved in the template file. If you re-use template files, check the parameters carefully to verify that the settings are correct.

  29. Click Next.

  30. Click Finish.

    The first 15 percent of the creation process validates the configuration settings. After the first 15 percent of the process has successfully passed, the database creation succeeds without any errors.

  31. After the Database Configuration Assistant completes the database creation, click Close.