Hi Oracle 11gR2 allows all ASM disk group manipulation only if a user connects to ASM instance as sysasm. I find the PERL Oracle DBD supports connecting to a database instance as only sysdba and sysoper.
Is there any way I can use PERL Oracle DBI->connect() to connect as sysasm...?