User`s guide
Oracle Text Loader
Oracle Database Utilities 2-5
/START-PROGRAM $ORAC1120.EXPDP
* username/password [options]
Data Pump Export dump files are created by
EXPDP
as
PAM
files with
BLKSIZE=(STD,2)
.
When you try to use an export file from BS2000 as an import file on an ASCII platform,
use as transfer utility FTP on BS2000 side and indicate the parameter
binary
.
2.5 The Data Pump Import Utility
The Data Pump Import utility is used to write data from the files created by the Data
Pump Export utility to an Oracle database.
2.5.1 Starting the Data Pump Import Utility
To start the Data Pump Import utility,
IMPDP
, enter the following command:
/START-PROGRAM $ORAC1120.IMPDP
* username/password [options]
If you use an export file from an ASCII platform as an import file on BS2000, then use
as transfer utility FTP on BS2000 side and indicate the parameter
binary
.
Before you get the file, issue the FTP command:
file dmp-file,fcbtype=pam,blksize=(std,2),blkctrl=no
2.6 Oracle Text Loader
This utility imports and exports text data. For installation of Oracle Text, refer to the
chapter, "Oracle Text" in Oracle Database Installation and Administration Guide for Fujitsu
BS2000/OSD.
To start Oracle Text Loader enter the following command:
/START-PROGRAM $ORAC1120.CTXLDR
*-USER username/password [options]
For more information, refer to Oracle Text Reference.
Note: If you start
EXPDP
in UNIX-Style and use interactive-command
mode [K2] key, then the parameters must be specified when you are
prompted for them and not on the command line.
Data Pump Export to tape is not supported.
Note: If you start
IMPDP
in UNIX-Style and use interactive-command
mode [K2] key, then the parameters must be specified when you are
prompted for them and not on the command line.
Data Pump Import from tape is not supported.