sql performance
Hi Experts,
Attached sql is long running and consuming high cpu. We can see only one full table scan happening but the table has one record.
SQL> select count(*) from GL_LEDGERS;
COUNT(*)
----------
1
Any suggestions please
Thanks,
SG