Entradas

Mostrando entradas de 2021

Solucionado: Error en ORDS, ORA-00604, error occurred at recursive SQL level 1, ORA-01031 insufficient privileges

Un día cualquiera trabajando con Oracle APEX, cuando los usuarios me reportan problemas al acceder a los servicios REST. Reviso el log del tomcat en el cual esta desplegado mi ORDS y me encuentro con el siguiente error: Caused by: Error : 604, Position : 0, Sql = select nvl(h.items_per_page,m.items_per_page) items_per_page, t.etag_type, t.etag_query, h.source_type, cursor(select p.name, p.bind_variable_name, p.source_type,p.access_method, p.param_type from user_ords_parameters p where p.handler_id = h.id) parameters, h.source from user_ords_modules m, user_ords_templates t, user_ords_handlers h where m.status = 'PUBLISHED' and t.id = h.template_id and m.id = t.module_id and h.id = :1 , OriginalSql = select nvl(h.items_per_page,m.items_per_page) items_per_page, t.etag_type, t.etag_query, h.source_type, cursor(select p.name, p.bind_variable_name, p.source_type,p.access_method, p.param_type from user_ords_parameters p where p.handler_id = h.id) parameters, h.source from user_ords_...