Hi there,
I have a problem with my afterConnect script it is not working at all... here is the code:
---------------------------------------------
declare
l_db_name varchar2(40);
begin
--
select global_name into l_db_name from global_name;
if (l_db_name in ('XE')) then
execute...