Hi guys
I put this in AfterConnect.sql :
BEGIN
dbms_application_info.set_module(module_name => 'my_progs',action_name => 'none');
END;
I works fine, but when I fire SQL Window it did not use AfterConnect.sql.
How to change it, I know I can write this same statmement in SQL Window.
cheers
I put this in AfterConnect.sql :
BEGIN
dbms_application_info.set_module(module_name => 'my_progs',action_name => 'none');
END;
I works fine, but when I fire SQL Window it did not use AfterConnect.sql.
How to change it, I know I can write this same statmement in SQL Window.
cheers