We are using Delphi 2005 with DOA 4.0.2. When we are calling functions/procedures from packages Oracle seems to be parsing my the calls every time I access it. How can I avoid this?
Our package unit looks like this:
procedure TQbLogic.Questionhaslogic(Qid: Double; Vid: Double; out Lid: Double...