create table tq84_03155 (foo varchar2(10));
insert into tq84_03155 @ db_link with t as (select 'xx' foo from dual) select 'h' || foo from t;
Index