Get status messages from Oracle sql queries
Hello,
i have a VBA code, that uses an sql query to an Oracle server. The query takes some minutes to finish. If i use the function DBMS_OUTPUT.PUT_LINE in Sql Developer i can see status messages during the execution of the query. Is there a way to get these messages in VBA? (or with an external DLL)
Thanx,
Daniel
|