Ich habs noch nicht probiert.
Allerdings klappt ja ein
Insert into lib.file
select * from rdb.lib.file

Also könnte man das dann auch in 3 Schritte zerlegen:
1x create .... select * from lib.file
2x insert into ...