InterviewSolution
| 1. |
Explain Index, Table And Task Actions In Dac ? |
|
Answer» According to Oracle DOCUMENT: INDEX action: Override the default behavior for dropping and creating indexes. Table action: Override the default behavior for truncating and analyzing tables. Task action: Can ADD new FUNCTIONALITY of task behavior, such as precedinf action, success action, failure action, upon failure restart. According to Oracle Document: Index action: Override the default behavior for dropping and creating indexes. Table action: Override the default behavior for truncating and analyzing tables. Task action: Can add new functionality of task behavior, such as precedinf action, success action, failure action, upon failure restart. |
|