Hello,
there are many ways to do this :
For my explanation I use BIG as the name for the bigtable and SMALL1, SMALL2 for the new designed tables :
1)
Create a SQL statement that give you back the dateiled result of table SMALL1 and SMALL2
After that use
INSERT INTO SMALL1 (field1, field2...)
SELECT field1, field2 ... FROM big WHERE ....
The Select part is your designed Select statement .. to this with both queries ... OK ?
2) Export the datas with SQLLOADER and import them ... (see SQLLOADER documentation)
3) Write a PL/SQL procedure to select the datas from the big table and put them into the new one ...
If you have problems writing the procedure - just let me know - I will help you ...
Hope this helps ?
Greetings
Manfred Peter
(Alligator Company)
http://www.alligatorsql.com
*** did you ever use Oracle8i, MySQL, Interbase and Birdstep RDM Server databases at the same time ? No ? Use AlligatorSQL ***