A. Table Splitting for multiple data process
B. Implementation is database and platform specific
C. Efficient data compression
D. Requires syntax check for heterogeneous data import
A. Write platform-dependent dump files.
B. Export ABAP Dictionary index definitions.
C. Convert cluster tables into transparent tables.
D. Compress dump data on block level.
A. driver
B. appl
C. url
D. dbetch
E. auth
A. JPKGCTL
B. SAPINST
C. JLOAD
D. JMIGMON
A. SDM
B. JPKGCTL
C. SAPINST
D. JLOAD
A. Import database with JLOAD
B. Install migration tools
C. Set up the migration file systems/directories
D. Make sure the current system has the right file system
A. DISTMON is making use of R3LOAD features is available below 5.40
B. DISTMON is not supported below SAP basis 6.20
C. Only the "NET" mode of MIGMON is implemented
D. For SAP systems with JAVA add-in, the ABAP and the JAVA Part must be exported/ imported jointly
A. Features concurrent export and import
B. Released since R3LOAD 6.40
C. Network connection is a must
D. Fully supported by the SAPINST
A. If a status is "err" for a create index task, R3LOAD will drop the index and recreate it to restart the import.
B. If the status is "err" for a create table task, R3LOAD will drop and recreate the table to restart the import.
C. If the status is "err" for a data import task, R3LOAD will drop the table to restart the import.
D. If the status is "err" for a create primary key task, R3LOAD will delete data and recreate the primary key to restart the import.
A. struct = Create table/index, but do not load any data
B. table= Create table/extent size limit
C. data = Load data only (table must be created manually)
D. all = Create table/index and load data