Hi All,
We have an Apex application running on one database - call it 'A'. Cursor sharing is set to exact on this instance. However, the Apex application does use database links to execute some SQL on a remote database - call it 'B'. Cursor sharing is set to force there. I see that views and synonyms are also being used on 'A' for these SQL's. Does anyone know that impact of having two different values for cursor_sharing would be?
DB versions: A = 12.2.0.1; B = 12.1.0.2
Regards,
Charles