When trying to debug a database package this does not allow it because it shows the following error:
Conectando a la base de datos XXX_AC_XXX_LXXX.
Ejecutando PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( 'xxx.xxx.xxx.xxx', 'xxxxx' )
ORA-28031: se ha excedido el máximo de 150 roles activados
ORA-06512: en "SYS.DBMS_DEBUG_JDWP", línea 68
ORA-06512: en línea 1
El proceso ha terminado.
Desconectando de la base de datos XXX_AC_XXX_LXXX.
The point is that the number of roles that I have assigned to the user are the necessary and several users that even exceed the 350 roles which is normal within my business.
In my concept I think these validations should not be necessary to perform a simple debug, is there any way to suppress this validation without having to delete the roles to users who have more than 150 roles?
Thanks for the attention lent.