Question: Which data dictionary view should be queried to find the following information about a user?
1.Whether the user's account has expired
2.The user's default tablespace name
3.The user's profile name
Question: Examine the SQL statement:
CREATE TABLESPACE user_data
DATAFILE '/u01/oradata/user_data_0l.dbf' SIZE 100M
LOCALLY MANAGED UNIFORM SIZE 1M
AUTOMATIC SEGMENT SPACE MANAGEMENT;
Which part of the tablespace will be of a uniform size of 1MB?