原因:
Could notconnect to ASM due to following error ORA-01031:insufficientprivileges
[root@localhost bin]# id oracle
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba)
解决:
[root@localhost bin]# gpasswd -a oracle asmdbaAdding user oracle to group asmdba
[root@localhost bin]# id oracle
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba),54326(asmdba)
[root@localhost bin]#