Hello all

I'am working on unassisted requests with a prerequest to perform a PL-Sql procedure. This PL-Sql procedure create a table with new datas, from tracked object tables.
So I wrote in my request definition in the prerequest tab :
CODE
TrkPLSqlProc(procedure_name)


In the request tab I wrote a simple request on the table created by the prerequest :
CODE
select * from created_table;


The result is that by using the monitoring interface, the result is : "le serveur a généré une erreur" in french, meaning : "An error has been generated by the server".

I presume the Sentinel server doesn't recognize neither the procedure nor the new table created.

Thank you for your help (and I apologize for my english... rolleyes.gif )