Oracle Database Appliance (ODA) (MOSC)

MOSC Banner

Request to remove need to have grid:oinstall owner on /u01/app/oraInventory/locks

When we upgrade our ODA's, create dbhomes, databases, etc.. we get errors unless we do the following

1. Please verify the ownership and permissions of the Oracle Inventory folder and files:

  # ls -la /u01/app/oraInventory

  # ls -la /u01/app/oraInventory/locks

2. If oracle does not have write access, please remove and recreate the folder using:

# rm -rf /u01/app/oraInventory/locks

# mkdir -p /u01/app/oraInventory/locks

# chown grid:oinstall /u01/app/oraInventory/locks

# chmod 775 /u01/app/oraInventory/locks

3. Then, re-try creating the 19.13 DBHome.


The problem is caused us using Enterprise Manager to look at our databases. The ODA plugin requires us to create a user oemuser to install the agent. The agent changes the ownership to oemuser:oemuser.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center