InterviewSolution
Saved Bookmarks
| 1. |
Which Parameter Specified In The Default Storage Clause Of Create Tablespace Cannot Be Altered After Creating The Tablespace? |
|
Answer» All the default STORAGE PARAMETERS defined for the tablespace can be changed USING the ALTER TABLESPACE command. When objects are CREATED their INITIAL and MINEXTENS values cannot be changed. All the default storage parameters defined for the tablespace can be changed using the ALTER TABLESPACE command. When objects are created their INITIAL and MINEXTENS values cannot be changed. |
|