$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Ubuntu 18.04 How to Fix Oracle 12c Database R1 Libraries Linking Issues

May 7, 2018 | By the+gnu+linux+evangelist.

Running Script

  1. 1. Downloading Script

    Download Oracle 12c DB R1 Fixing Script

    Here Grab Oracle 12c R1 Script
    Link to Dowload the Oracle 12 Database R1 Fixing Script

    Grab fixOracle12DbR1LibLink.sh.
    Right-Click over the Raw content and Choose “Save as…”!

  2. 2. Running Script

    Now to Execute the Script
    First, as a precaution Check if $ORACLE_HOME is properly Set with:

    Copy
    echo $ORACLE_HOME

    If Not then go Back and follow the PATH Setup instructions.
    Then simply play on the Terminal window:

    Copy
    sudo sh ~/Downloads/fixOracle12DbR1LibLink.sh

    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.

Contents