Sie sind auf Seite 1von 6

1.

In an oracle database all the tables from a customer defined tablespace were moved to SAP
standard tablespace after reorganization. As the reorganization was done at the database level
nothing was changed in the ABAP dictionary. All the mappings related to customer defined
TABART and tablespace space remain the same as it was before the reorganization. What will
happen if a migration is done on this database?
Choose 3 answers:

A. DBSIZE.XML will contain the name of the tablespace.


B. As the tablespace no longer exists in the database, R3load ends up in error.
C. R3SZCHK will calculate the table and index size.
D. A separate str file is created for the customer defined TABART.
E. As the tablespace is no longer in the database, the tablespace is not created in the target system.

2. Which program creates R3LOAD task file?

A. R3SZCHK.
B. SAPINST
C. R3SETUP
D. R3LOAD

3. R3LOAD has the following command line option


r3load –o IVP……

Chose how the actual TSK file should be considering the TSK file given below.

T AZCL C xeq
D AZCL E xeq
P AZCL~0 C xeq
I AZCL~1 C xeq

Options:
A. T AZCL C ok
D AZCL E ok
P AZCL~0 C xeq
I AZCL~1 C xeq

B. T AZCL C ok
D AZCL E ok
P AZCL~0 C err
I AZCL~1 C err

C. T AZCL C ok
D AZCL E ok
P AZCL~0 C ign
I AZCL~1 C ign

4. Analyze what will happen during export considering the give TSK file. Select 2 options.
T AZCL C ok
D AZCL E ok
P AZCl~0 C err
I AZCL~M C ign
T A056T C xeq

A. Index AZCL~M is ignored if it exists.


B. Primary key is deleted and then recreated.
C. Table A056T is created.
D. Data for AZCL is loaded.

5. In which logs files can you find the error related to migration key during export? Select 2 options.

A. SAPINST.log
B. Export.log
C. MIGKEY.log
D. PACKAGE.log

6. What is required for migration key generation? Select 2 options.

A. The installation number of the target system.


B. The version information of R3LOAD.
C. SAP Migration check to be requested with SAP.
D. Heterogeneous system copy.

7. Under what circumstances can an SAP certified consultant perform OS/DB migration using 3 rd
party tools?

A. If he has knowledge about the 3rd party tool.


B. If the tools has been released by the database vendor.
C. If the tool has been explicitly certified by SAP.

8. Which files are to be transported to the target system? Select 3 options.

A. TOC files
B. Command files
C. Task files
D. EXT files
E. TPL files

9. Who is responsible for the creation of TSK files? Select 3 options.

A. R3SETUP
B. R3LDCTL
C. MIGMON
D. SAPINST
E. R3SZCHK
10. In version 4.x which file is read before restarting an export process?

A. TSK
B. TOC
C. LOG
D. CMD files

11. What is true about package splitter?

A. Is applicable from version Web AS 6.20


B. Requires STR files
C. Requires R3SZCHK extent files

12. In a 6.x system the export was terminated due to schedule offline back up, what will happen if
the export is restarted?

A. Reads the TSK and then the STR file


B. Gets info from STR about the next table info
C. Reads input from CMD files
D. Requires TOC files

13. During an import you will find that some of the EXT files are missing, what will happen during
the migration?

A. Create EXT file manually and place it in the import directory.


B. Tables will be created with the default initial extent size.
C. R3LOAD ends with error as the initial extend size information is mandatory.
D. Create EXT files in source system using command line options.

14. In 4.x the migration was interrupted due to power failure, what is the best option before
restarting export?

A. Delete LOG, CMD and TOC files


B. Use the merge_back option
C. Delete LOG, TOC and dump files

15. What will happen when you use merge_back option? Select 2 options.

A. The entries of TSK.BCK files is merged with TSK file and unsuccessful status are marked as “ok”
B. Export/import is started immediately after the merge.
C. A new TSK file is created using STR files.
D. As the existence of backup task file is not guaranteed an entry is made in package.log file.
E. There is another right answer ( I forgot)

16. What is done during SAP remote audit session? Select 2 options.

A. Name of the SAP certified consultant is verified.


B. Recommendations on how to improve the performance of the target database.
C. Existence of enough local disk space to carry out the migration.
D. Migration project schedule meet the migration requirement.
E. Feasibility of migration depending on the hardware, OS and DB versions.

17. What is true if the table exists in ABAP but not in DB?

A. Export ends with errors


B. R3LDCTL will create the STR files
C. Create customer defined TABART in DB

18. What is the purpose of program DIPGNTAB?

A. Adjusts the table filed order between DB dictionary and ABAP dictionary.
Don’t remember remaining options.

19. What is true about TABARTS? Multiple selection questions.

A. Customer defined TABART should use class “USR”.


B. One table per TABART.
C. Packages are created in the name of TABARTs.
Don’t remember remaining options.

20. Easiest way to determine the table existing in STR file is also in the DB?

A. Run db verification and compare ABAP and DB dictionary.


B. Compare ABAP and DB dictionary using DB02. ( Not sure about answer)
C. Compare the ABAP and DB dictionary using dipgntab.

21. Features of TPL files. Select 3 options.

A. Converts abap datatypes to database specific data types.


B. Has create table command entry.
C. Has insert command entry.
Don’t remember remaining options, total 6 options.

22. Features of TSK files. Select 4 options.

A. Useful in restarting the export and import


B. Useful in managing some exceptional conditions related to DB objects.
Don’t remember remaining options, total 6 options.

23. Features of CMD files. Select 4 options.

A. Provides the location of DUMP files.


B. Multiple dump file locations can be provided
C. Stores information about where the LOG file is stored
D. Provides information abt STR file location
Don’t remember remaining options, total 6 options.
24. Features of DUMP files. Select 4 options.

A. The first dump file will have linkage information to the 2 nd dump file.
B. The data stores at blocks level compressing
C. The dump file will have information about STR files
D. In 6.x will have source system information
Don’t remember remaining options, total 6 options.

25. A STR was split to 2 using package splitter. 2 dump files were created and the 2 nd dump file has
the largest table. The larger table information was manually put on top of the STR file. What will
happen to export?

A. Export will end up in error as the sequence in STR and TOC file do not match.
B. R3LOAD will not be able to read the 2 dump file

26. There are 10 large tables some are more than 32 GB and some are 8 GB. The migration has to be
done by package splitting the top ten largest table but when the STR file is created there are
tables which do not qualify as top ten tables. What is the reason behind this?

A. 1.78 GB is considered as the maximum table size.


B. R3SZCHK was not run due to time constraint.

27. What are the pre-requisites of IMIG. Select 2 options.

A. for version starting from 6.20 WEB AS


B. for small number of tables with large tables
C. The target database should support triggers for data synchronization.
Don’t remember remaining options, total 6 options.

28. Where is DDL<DBS>.TPL file located?


Ans: export\DB directory.

29. Under what circumstances SAP OS/DB migration should not be done?
Ans: ICNV conversion is not completed.

30. What is the meaning of “struct” in STR file? Select 2 options.

A. The tables should not be exported/imported.


B. Only data is copied
C. Only table with index is created.
D. Only the table is created.

31. The entry of the TSK file was changed from “ok” to “xeq” for few tables which have been already
imported. What will happen if import is restarted?

A. The table will be over written.


B. The table is dropped, recreated and then loaded.
C. R3LOAD will end up in error.
D. The table is truncated and then loaded.

32. Identify heterogeneous migration. Select 2.

A. AIX/Oracle 9.2 to AIX/Oracle 11g


B. Windows 2003/ Oracle to Windows 2008/Oracle
C. AIX/MaxDB to HP/MaxDB.
D. AIX/DB2 to Solaris/Oracle

33. The export of a large table was interrupted and you want to restart the export process by
manually restarting the R3LOAD process as the other R3LOAD process are busy in processing
other objects. Select the right option.

A. R3LOAD will run without any issues for the large table.
B. R3LOAD cannot be restarted as other R3LOAD processes are running.
C. R3LOAD process can only be restarted with –r option.

34. Migration Monitor ( please complete the sentence) Mingration Monitor ( 2 correct answers)

A. Can create command files automatically


B. Can ship the dump files between source to target with rcp command
C. Create the STR and TSK files
D. Signals the import Monitor to load the dump file

35. If the dump files are created in different locations. How sapinst will import the data without
errors (2 Correct Answers).

A. Need to provide location of the dump files in CMD files


B. Change the content in TOC file and ship them
Don’t remember

Das könnte Ihnen auch gefallen