Get status messages from Oracle sql queries

8

84daniel84

Hello,

i have a VBA code, that uses an sql query to an Oracle server. The quer
takes some minutes to finish. If i use the function DBMS_OUTPUT.PUT_LIN
in Sql Developer i can see status messages during the execution of th
query. Is there a way to get these messages in VBA? (or with an externa
DLL)

Thanx,
Danie
 
Top