当前位置:才华都>教师之家>试题>

OracleDBA逻辑备份试题

试题 阅读(2.1W)

q. 1 : what option of exporting allows quicker data extractions

OracleDBA逻辑备份试题

1. grants =y

2. consistent =y

3. direct = true

4. direct=y

4 : direct=y option bypasses the sql layer to allow quicker data extractions

q. 2 : how are exports useful ?

1. can be used to recover to a point in time

2. can be used to recover from a media failure

3. can be used to recover dropped tables due a user error

4. none of the above

3

q. 3 : what are the 3 levels of exports

1. global, user, tablespace

2. full, user, table

3. full, tablespace, table

4. global, local, transactional

2

q. 4 : the following methods can be used to run exports

1. interactive dialog

2. export section of data manager in oem

3. command line interface with parameter file

4. all of the above

4

q. 5 : which of the following are valid parameters for an export utility

1. log

2. statistics

3. direct

4. all of the above

4

q. 6 : what incremental parameters can be used with exports

1. inctype = complete

2. inctype = cumulative

3. inctype = incremental

4. all of the above

4q. 7 : what can you do to reduce the burden on a rollback segment during the import of a large table

1. assign a large rollback segment

2. set transaction use rollback segment rbslarge

3. commit=y

4. none of the above

3

q. 8 : what is an incremental export

1. export of the objects that have changed since last export

2. export of rows that have changed since last export

3. incremental exports cannot be performed in oracle

4. none of the above

1

q. 9 : an incremental export is a good strategy for

1. applications with few large tables and less data changes

2. applications where changes are scattered across small tables

3. all of the above

4. none of the above

2

q. 10 : what is a cumulative export

1. export of the objects that have changed since last export

2. export of objects that have changed since last cumulative or complete export

3. export or rows that have changed since last cumulative or complete export

4. none of the above

2

q. 11 : what option of export utility allows for faster extraction of data

1. full=y

2. direct=y

3. sql=n

4. all of the above

2

q. 12 : why is direct path export faster

1. this option by passes the sql layer

2. all sga is used for export

3. all of the above

4. none of the above