SQL is taking very long time to complete
Hi Team,
The Query mentioned below is taking more than 5 hours to provide the data.
recently we have updated our database from 12c to 19c and from that time onwords we are noticing that the query is taking this much time to complete.
Need your prior help on this.
select * from mtl_material_transactions where trunc(transaction_date) between '01-SEP-21' and '30-SEP-21'
Thanks in advance!
Thanks,
Bhargav
The Query mentioned below is taking more than 5 hours to provide the data.
recently we have updated our database from 12c to 19c and from that time onwords we are noticing that the query is taking this much time to complete.
Need your prior help on this.
select * from mtl_material_transactions where trunc(transaction_date) between '01-SEP-21' and '30-SEP-21'
Thanks in advance!
Thanks,
Bhargav
0