GL_BC_PACKET performance issue
We are using GL_BC_PACKETS table in multiple Reports and Form Personalizations, which is taking long time to execute.
The sample query as below.
and exists (select 1 from gl_bc_packets where substr(je_line_description, 1, instr(je_line_description, ',', 1) - 1) = :4)
Any suggestion how performnace can be improved ?