Skip to main content

How to debug sql triggered from IFS Cloud using Oracle sql developer ?

I don’t think you can directly debug SQL from IFS Cloud in SQL Developer, since most queries are executed through the middleware layer.
However, you could try enabling SQL trace or monitoring active sessions in the Oracle database to capture the statements being executed by IFS.
Using DBMS_MONITOR or querying v$session and v$sql could help you identify which SQLs are triggered from your user context.