单选题You have been asked to create three users, PUB1, PUB2 and PUB3, for three newly hired employees and to allocate unlimited quota on their default tablespace PUBLISHER_TBS with no other privileges. After creating the users, which method can you use for g

题目
单选题
You have been asked to create three users, PUB1, PUB2 and PUB3, for three newly hired employees and to allocate unlimited quota on their default tablespace PUBLISHER_TBS with no other privileges. After creating the users, which method can you use for granting the required privileges?()
A

grant CONNECT role to all of the three users

B

grant RESOURCE role to all of the three users

C

grant both CONNECT and RESOURCE role to all of the three users

D

execute ALTER USER .. QUOTA UNLIMITED ON publisher_tbs command for all of the three users

E

create role with UNLIMITED TABLESPACE system privilege and assign the role to all of the three users

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are the network administrator for Company. You have been assigned the task to create and deploy a standard Windows 2000 Professional image to all 2,500 client computers that today are installed with Windows 98. You log on to a client computer called Company by using a local administrative account called SetupUser and install three Windows 2000 professional compatible software packages on Company. You create an image using third party software. You deploy the image to a test client computer and join the client computer to a domain. You want to create shortcuts on all users' desktops for the software packages you installed. You also want users to have the option to delete the icons.  Which profile must you edit?()

  • A、The SetupUser profile
  • B、The Default User profile
  • C、The Administrator profile
  • D、The System profile
  • E、The All Users profile

正确答案:B

第2题:

You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE '/u1/data/temp1.dbf' SIZE 10M TABLESPACE GROUP ''; Which statement regarding the above command is correct?()

  • A、It will create the tablespace TEMP1 in group G1.
  • B、It will create the tablespace TEMP1 in group G3.
  • C、It will not add the tablespace TEMP1 to any group.
  • D、It will create the tablespace TEMP1 in the default group.

正确答案:C

第3题:

Which option is best practice for creating a recovery catalog owner in the catalog database?()

A. Granting UNLIMITED QUOTA on the SYSTEM tablespace to the owner

B. Allocating the SYSTEM tablespace as the default tablespace and granting the SYSDBA privilege to the user

C. Creating a new tablespace, allocating this as the default, and granting UNLIMITED QUOTA on this tablespace to the user

D. Allocating the SYSAUX tablespace as the default tablespace and granting UNLIMITED QUOTA on this tablespace to the user


参考答案:C

第4题:

While creating a database using Database Configuration Assistant tool, you created a database default temporary tablespace. Which activity would cause the default temporary tablespace of the database to be used?()

  • A、the CREATE TABLE .. command
  • B、sorting of the SYSTEM tablespace’s data
  • C、sorting of data required by recursive SQL statements
  • D、the CREATE TABLE .. ORGANIZATION EXTERNAL .. command
  • E、sorting of data if the users have not been allocated temporary tablespace explicitly
  • F、sorting of data if the users have been allocated temporary tablespace explicitly

正确答案:E

第5题:

You are creating a recovery catalog for use with RMAN. You have issued these commands: SQL> CREATE TABLESPACE rman_ts DATAFILE  ’/DISK1/rman_ts01.dbf’ 2> SIZE 20M 3> DEFAULT STORAGE (initial 100K next 100K pctincrease 0); SQL> CREATE USER rman_db01 IDENTIFIED BY rman_db01 2> DEFAULT TABLESPACE rman_ts 3> QUOTA unlimited ON rman_ts;  Which command should you issue next?()

  • A、RESYNC CATALOG;
  • B、REGISTER DATABASE;
  • C、CREATE CATALOG TABLESPACE rman_ts;
  • D、GRANT recovery_catalog_owner TO rman_db01;

正确答案:C

第6题:

You have 100 segments in the USERS tablespace. You realize that the USERS tablespace is running low on space. You can use Segment Advisor to()。

  • A、identify the segments that you should shrink
  • B、modify the storage parameters for the tablespace
  • C、automatically shrink the segments with unused space
  • D、check the alerts generated for the tablespace that is running low on space

正确答案:A

第7题:

The EMPLOYEES table is stored in the USERS tablespace. You need to check if the EMPLOYEES table is affected by the block corruption found in the USERS tablespace. Which option would you use?()

  • A、 the RMAN LIST command
  • B、 the DBNEWID utility
  • C、 the RMAN REPORT command
  • D、 the RMAN BLOCKRECOVER command
  • E、 the RMAN CROSSCHECK command
  • F、 the ANALYZE command

正确答案:F

第8题:

You create a new pluggable database, HR_PDB, from the seed database. Which three tablespaces arecreated by default in HR_PDB?()

  • A、SYSTEM
  • B、SYSAUX
  • C、EXAMPLE
  • D、UNDO
  • E、TEMP
  • F、USERS

正确答案:A,B,E

第9题:

Which option is best practice for creating a recovery catalog owner in the catalog database?()  

  • A、 Granting UNLIMITED QUOTA on the SYSTEM tablespace to the owner
  • B、 Allocating the SYSTEM tablespace as the default tablespace and granting the SYSDBA privilege to the user
  • C、 Creating a new tablespace,allocating this as the default, and granting UNLIMITED QUOTA on this tablespace to the user
  • D、 Allocating the SYSAUX tablespace as the default tablespace and granting UNLIMITED QUOTA on this tablespace to the user

正确答案:C

第10题:

You have been asked to create three users, PUB1, PUB2 and PUB3, for three newly hired employees and to allocate unlimited quota on their default tablespace PUBLISHER_TBS with no other privileges. After creating the users, which method can you use for granting the required privileges?()

  • A、grant CONNECT role to all of the three users
  • B、grant RESOURCE role to all of the three users
  • C、grant both CONNECT and RESOURCE role to all of the three users
  • D、execute ALTER USER .. QUOTA UNLIMITED ON publisher_tbs command for all of the three users
  • E、create role with UNLIMITED TABLESPACE system privilege and assign the role to all of the three users

正确答案:D

更多相关问题