I wonder if someone could please give me a pointer as to where to start loking as I undsertand what I need to do, I just can not see how to do it!!
I have been told that the DBA no-longer wants developers using the Imp /exp facility and instead to use SQL scripts for updating the database so that things can be rolled back easier and we do less harm!!
The thing I thus need to do if have a SQL script that takes the table definition and also dumps the data from the table into a file (using select I suppose). I then need another script that I can run on the production server that takes the table definition and data from the extract file I suppose and alows me to create / update the table definition and also load the new data into the table (using insert into values .. ) I suppose.
Thanks for you ideas.
I have been told that the DBA no-longer wants developers using the Imp /exp facility and instead to use SQL scripts for updating the database so that things can be rolled back easier and we do less harm!!
The thing I thus need to do if have a SQL script that takes the table definition and also dumps the data from the table into a file (using select I suppose). I then need another script that I can run on the production server that takes the table definition and data from the extract file I suppose and alows me to create / update the table definition and also load the new data into the table (using insert into values .. ) I suppose.
Thanks for you ideas.