ODAC
Used to close OCI cursor after fetching all rows.
TOraDataSetOptions
property AutoClose: boolean stored True;
Use the AutoClose property for TOraDataSet to close OCI cursor after fetching all rows. Allows reducing the number of opened cursors on the server.