Hi!
Do you want to copy tables?
1.) solution a
create table newtab1 as select * from tab1;
create table newtab2 as select * from tab2;
create index....
.....
2.) solution b
imp(ort)/exp(ort)
/Bjørn
"Wallace" <nospam (AT) nospamtin (DOT) it> skrev i en meddelelse
news:d3ikl4$qpo$1 (AT) area (DOT) cu.mi.it...
Quote:
How Can I duplicate 10 table with record and index with a single script?
What is the code?
Thanks