DBMS_SQLTUNE.select_cursor_cache
Hi,
I am trying to specify ranking_measure parameters with DBMS_SQLTUNE.select_cursor_cache. My question are
1) Do I just need to specify a positional number?
2) How do I specify asc or desc for the column being ranked?
3) Object_filter doesn't seem to work.
I went through Oracle documentation and was unable to find an example.
Anyone knows how to?
Thanks,
Sha
1) Do I just need to specify a positional number?
2) How do I specify asc or desc for the column being ranked?
3) Object_filter doesn't seem to work.
I went through Oracle documentation and was unable to find an example.
Anyone knows how to?
Thanks,
Sha
0