Hello,
I have a very long sql query,and it contains 'like name '%aaa%' kind of filters.
I m wondering if I put this sql into plsql cursor and get it output from procedure,would it be faster? if so how can I measure it
I like to compare this sql runtime with plsql runtime.
I have toad and oracle sql developer tools
Best Regards