Chris Haelg
Member
It is very useful to Set_Client_Info with every session since you can view this in Oracle's V$Session View.
TOracleEvent creates a new session where I want to apply the same principle by using
OracleEvent1.Start;
and then
OracleEvent1.InternalSession.DBMS_Application_Info.Set_Client_Info('My Info');
However this does not work. Moreover the whole Application aborts without any error message. Whats wrong with this? I'm using DOA 3.4 with Delphi 7.
Chris
TOracleEvent creates a new session where I want to apply the same principle by using
OracleEvent1.Start;
and then
OracleEvent1.InternalSession.DBMS_Application_Info.Set_Client_Info('My Info');
However this does not work. Moreover the whole Application aborts without any error message. Whats wrong with this? I'm using DOA 3.4 with Delphi 7.
Chris