Hi Experts - I am dealing with the strange problem wherein the SQL Code is hitting the Oracle database which does not belong to the application at all. The SQL Code is like this:
select name ,fbo_id_num from SD_ENTITY where action<>'DLT'

The above code lands with the huge number of Library Cache waits on the DB side (Since this table SD_Entiry does not exists in the DB) & causing massive wait chain.

I was wanting to know if the above code is internal to Java somehow

My environment is Oracle 12C, Weblogic with Java 1.7 version