Hi
How to insert by select between two subsystems.
insert into dbxx.table1 --> sub system dbxa
select * from dbyy.table1 --> sub system dbya
ofcouse the above will not work, as both of them belong to different system.
Please advise, whether we can do like this or not.
This is just to avoid unload and load.
thanks
Hari
How to insert by select between two subsystems.
insert into dbxx.table1 --> sub system dbxa
select * from dbyy.table1 --> sub system dbya
ofcouse the above will not work, as both of them belong to different system.
Please advise, whether we can do like this or not.
This is just to avoid unload and load.
thanks
Hari