How to resolve "ORA-01031: insufficient privileges" while starting ASM instance?
We are running our database on Oracle 12c SE2 and its standalone database. We are planning to implement ASM feature for storage solutions. As initial POC, we are trying to migrate one of our non production database. We have successfully configured GRID and ASM. Even created a disk using "oracleasm createdisk". Both cluster and ASM services are running.Currently we got struck at the point of starting ASM instance. Its failing as below.
SQL*Plus: Release 12.2.0.1.0 Production on Wed Nov 25 15:45:49 2020
Copyright (c) 1982, 2016, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup;
ORA-01031: insufficient privileges
SQL> quit
Disconnected
Below is the content of trace file.