Oracle Managing Director Question and Answers
33. | How many rows in a table chained? |
---|---|
|
|
34. | How does row migration affect performance? |
---|---|
|
|
35. | How can you avoid chained or migrated rows? |
---|---|
You can set PCTFREE to a higher value to avoid migrated rows; whereas, to avoid chained rows, you need to set appropriate size for data block and design the tables appropriately. In addition, you can reorganize tables to reduce number of migrated or chained rows. The ALTER TABLE --- MOVE statement is used to re-organize a table. |
|
36. | How do you ensure that control file is safe considering the importance of it? |
---|---|
Multiplexing is used to ensure availability of the control file. It means creating multiple copies of the control file. Ideally, you should keep those copies in different physical locations so that in case of media failure, you have at least one copy of control file that can be used. | |