InterviewSolution
Saved Bookmarks
| 1. |
How Can You Find Out If A Table Can Be Redefined? |
|
Answer» You can USE the dbms_redefinition.can_redef_table PROCEDURE to DETERMINE if a table can be REDEFINED. You can use the dbms_redefinition.can_redef_table procedure to determine if a table can be redefined. |
|