Hi,
question about hint in 11.2.0.4
A developer write a query in which use this hint:
/*+ ordered first_rows(1) parallel */
In the plan there are 2 tables in FTS.
I don't know why, but is a nosense the use of first_rows and parallel with FTS?
Thank you