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

Ubuntu 20.04 How to Fix Oracle 12c Database R2 Libraries Linking Issues

August 22, 2021 | By the+gnu+linux+evangelist.

Running Script

  1. 1. Downloading Script

    Download Oracle 12c DB R2 Fixing Script

    Grab Oracle 12c R2 Script

    Grab fixOracle12DbR2LibLink.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:

    echo $ORACLE_HOME

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

    sudo sh ~/Downloads/fixOracle12DbR2LibLink.sh

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

Contents