// role definition is a database owner power. This may change
// in the future since this SQL is more liberal.
//
final String currentAuthId = lcc.getAuthorizationId();
dd.startWriting(lcc);
//
// Check if this role already exists. If it does, throw.
//
RoleGrantDescriptor rdDef = dd.getRoleDefinitionDescriptor(roleName);