|
Related Questions |
View Answer |
|
16. To grant the SELECT privilege on the table CUSTOMER to all users in the database, which statement would you use?
a. GRANT SELECT ON CUSTOMER TO ALL USERS; b. GRANT ALL ON CUSTOMER TO ALL; c. GRANT SELECT ON CUSTOMER TO ALL; d. GRANT SELECT ON CUSTOMER TO PUBLIC;
|
View Answer
|
|
Which data dictionary view can be queried to see whether a user has the EXECUTE privilege on a procedure?
a. DBA_SYS_PRIVS b. DBA_TAB_PRIVS c. DBA_PROC_PRIVS d. SESSION_PRIVS
|
View Answer
|
|
Which is not a system privilege? a. SELECT b. UPDATE ANY c. EXECUTE ANY d. CREATE TABLE
|
View Answer
|
|
Which clause should be specified to enable the grantee to grant the system privilege to other users?
a. WITH GRANT OPTION b. WITH ADMIN OPTION c. CASCADE d. WITH MANAGE OPTION
|
View Answer
|
|
Which view would you query to see whether John has the CREATE TABLE privilege?
a. DBA_SYS_PRIVS b. DBA_USER_PRIVS c. DBA_ROLE_PRIVS d. DBA_TAB_PRIVS
|
View Answer
|
|
User JAMES has a table named JOBS created on the tablespace USERS. When you issue the following statement, what effect will it have on the JOBS table?
ALTER USER JAMES QUOTA 0 ON USERS;
a. No more rows can be added to the JOBS table b. No blocks can be allocated to the JOBS table c. No new extents can be allocated to the JOBS table d. The table JOBS cannot be accessed
|
View Answer
|
|
Which clause in the CREATE USER command can be used to specify no limits on the space allowed in tablespace APP_DATA?
|
View Answer
|
|
Which dictionary view shows the password expiration date for a user?
|
View Answer
|
|
Which password parameter in the profile definitions can restrict the user from using the old password for 90 days?
|
View Answer
|
|
Which resource specifies the value in minutes?
|
View Answer
|
|
6. When a new user is created, and you do not specify a profile, a. Oracle prompts you for a profile name. b. No profile is assigned to the user. c. THE DEFAULT profile is assigned.
|
View Answer
|
|
What is the maximum number of profiles that can be assigned to a user?
|
View Answer
|
|
4. Choose the option that is not true.
a. Oracle creates a profile named DEFAULT when the database is created. b. Profiles cannot be renamed. c. DEFULT is a valid name for a profile resource. d. The SESSIONS_PER_USER resource in the DEFAULT profile initially has a value of 5.
|
View Answer
|
|
3. Which resource is not used to calculate the COMPOSITE_LIMIT? a. PRIVATE_SGA b. CPU_PER_SESSION c. CONNECT_TIME d. LOGICAL_READS_PER_CALL
|
View Answer
|
|
2. Which command is used to assign a profile to an existing use? a. ALTER PROFILE b. ALTER USER c. SET PROFILE d. The profile should be specified when creating the user; it cannot be changed.
|
View Answer
|
|
1. Profiles cannot be used to restrict. a. CPU time used b. Total time connected to the database c. Maximum time a session can be inactive d. Time spent reading blocks
|
View Answer
|
|
What is the difference between a unique constraint and a primary key constraint?
|
View Answer
|
|
Which script creates the CHAINED_ROWS table? A. catproc.sql B. catchain.sql C. utlchain.sql D. No script is necessary: ANALYZE TABLE LIST CHAINED ROWS creates the table.
|
View Answer
|
|
A constraint is created with the DEFERRABLE INITIALLY IMMEDIATE CLAUSE. What does this mean?
|
View Answer
|
|
Which data dictionary view shows statistical information from the ANALYZE INDEX VALIDATE STRUCTURE command?
|
View Answer
|