Used to close OCI cursor after fetching all rows.
property AutoClose: boolean stored False default False;
Use the AutoClose property for TOraDataSet to close OCI cursor after fetching all rows. Allows to reduce the number of opened cursors on the server.