| 1. |
When a user creates an object without specifying a tablespace, how does Oracle choose its permanent tablespace?
Please select the best answer.
|
| |
A.
|
Oracle always places the object in the SYSTEM tablespace. |
| |
B.
|
Oracle uses the user's default tablespace. If none was assigned, it uses the database default permanent tablespace, or SYSTEM if the database has no default. |
| |
C.
|
Oracle uses the user's temporary tablespace when no tablespace appears in the object definition. |
| |
D.
|
Oracle selects whichever permanent tablespace currently has the most free space. |