|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#354. You execute the following command to create a table in your database: SQL> CREATE TABLE oe.orders (ord_id NUMBER(4), ord _date DATE, cust_id NUMBER(4), ord_tot NUMBER(11,2)) PCTUSED 40 PCTFREE 30 INITRANS 5 MAXTRANS 10 STORAGE (INITIAL 32K NEXT 32K PCTINCREASE 50 MINEXTENTS 5 MAXEXTENTS 100) TABLESPACE users;
The Oracle block size is 8K. Identify three properties that would be set for the table, (Choose three.)
Show comments for this question (0)
Add comments
Link to this question
|
|
#355. Your database instance is running in dedicated server mode. To restrict resource utilizations in your database, you created a profile, PROF1, by executing the following command: SQL> CREATE PROFILE prof 1 LIMIT SESSIONS_PER_USER 10 IDLE_TIME 5 PRIVATE_SGA 2MB CONNECT_TIME 10;
After creating the profile, you assigned it to the users of the administration department. Which three statements are true regarding the usage of the profile? (Choose three.)
Show comments for this question (0)
Add comments
Link to this question
|
|
#360. You created seven roles, ROLE1, ROLE2, ROLES, ROLE4, ROLE5, ROLES, and ROLE7 with different sets of privileges. You granted: - ROLES and ROLE4 to ROLE 1. - ROLE5 and ROLES to ROLE2. - ROLE 1 and ROLE2 to ROLE7. - ROLE7 to the user USER01. Next, you executed the following command to set the default role for the user, USER01: SQL> ALTER USER user01 DEFAULT ROLE role7;
What is the result of this command?
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.098
|
Server date 08:23 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|