Data Mover
PeopleSoft Data Mover is an administrative tool used by DBA's. It is used for many purpose as mentioned:
- It is used to move data from one database to another.
- With Data mover we can create scripts not objects.
- To install PeopleSoft database we require Data Mover.
- Using Data Mover you can take backup of data.
- You can rename record's and field's.
Data Mover Commands
- Export: Used to export data out of the database. A file is specified and the data gets loaded into it. Later this data can be used for importing into the same / different databases.
SET OUTPUT C:/Folder_Name/File.DAT;
SET LOG C:/Folder_Name/File.LOG;
EXPORT Table_Name;
EXPORT Table_Name;