How to Install Oracle 12c R2 Database on Ubuntu 18.10 Cosmic 64-bit Easy Guide

March 17, 2019 | By the+gnu+linux+evangelist.

Making Directories & Setting Permissions

  1. 5. Making Directories

    Next Make Target Directories
    So execute:

    sudo mkdir -p /u01/app/oracle/product/12/dbhome_1

    Again Setup Ownership:

    sudo chown -R oracle:oinstall /u01

    And Permissions over it:

    sudo chmod -R 775 /u01

    Finally, Set also the temporary DB Ownership:

    sudo chown -R oracle:oinstall /tmp/database

QuickChic Theme • Powered by WordPress