You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
begin
for buff in (
select username, db_link from user_db_links
order by username, db_link )
loop
dbms_output.put_line('Running Tests for ' || buff.db_link);
begin
-- execute immediate 'begin wtplsql.test_all@' || buff.username ||
execute immediate 'begin wtplsql.test_all@' || buff.db_link ||
'; end;' ;
exception when others
then
dbms_output.put_line(SQLERRM);
end;
commit;
end loop;
end;
Resolution
Issue Log
(Add newest entries on top and add Date/Time and Author for each entry.)