Oracle Message ORA-15091 - operation incompatible with open handle in this session

ERRORoperation incompatible with open handle in this session
CAUSEThe current session contained an open handle from the DBMS_DISKGROUP PL/SQL package which precluded performing the command.
ACTIONClose the hanlde with DBMS_DISKGROUP.CLOSE() before executing the command, or execute the command in a different session.