pipe data???

wallace

Member
just a quick newbie question ...
i want to pipe data from an oracle test instance to an oracle prod instance. is "export/import" the best way to do this. how about "data generator"???

thanks,
wallace.
 
The data generator will generate pseudo random data for testing and optimization purposes, so that is not a good choice. You can indeed use Export/Import for this.
 
Back
Top