For organizations with production and test databases (you do have a test environment, don't you?), copying updated production data into the test environment can be cumbersome. Rather than having to back up the production data and restore it into the testing database, you can use the datapump
command line tool.
Steps in this task
VSys.exe
and VSys.ini
are located.VSys.exe datapump:source,target
source
is the production database's name or nickname, and target
is the test database's name or nickname. VSys.exe datapump:source,target,table1,table2,table3
source
is the production database's name or nickname, target
is the test database's name or nickname, and the tableX
options (one or more of them) are the names of the tables to be copied. If no tables are specified then all tables are copied.-
". For example,VSys.exe datapump:source,target,-trace,-voxilogs,-zips
trace
, voxilogs
and zips
.