zoukankan      html  css  js  c++  java
  • 052(三十八)

    186、

    186.You plan to implement the distributed database system in your company. 
    You invoke Database Configuration Assistant (DBCA) to create a database on the server. 
    During the installation, DBCA prompts you to specify the Global Database Name.
    What must this name be made up of?
    A. It must be made up of a database name and a domain name. 
    B. It must be made up of the value in ORACLE_SID and HOSTNAME. 
    C. It must be made up of the value that you plan to assign for INSTANCE_NAME and HOSTNAME. 
    D. It must be made up of the value that you plan to assign for ORACLE_SID and SERVICE_NAMES.

    187、View the Exhibit and examine the output of the query.

    What do you infer from this? 
    A. The SGA_TARGET is a static parameter. 
    B. The instance is started, but the database is not yet open. 
    C. The server parameter file (SPFILE) was used to start the instance. 
    D. The SGA_TARGET parameter does not have any effect on the database instance until the SGA_MAX_SIZE parameter is specified. 

    188、View the Exhibit and examine the output.

    Which two statements are true regarding the LISTENER2 listener? (Choose two.) 
    A. The ORCL instance is registered dynamically with the listener. 
    B. The ORCL instance is registered statically in the listener.ora file. 
    C. The number of current client connections handled by the service handler is two. 
    D. The total number of client connections handled so far by the service handler is two.

    189、

    189.User SCOTT wants to perform a bulk insert operation in the EMP_DEP table. SCOTT receives the 
    following error after the INSERT statement is issued and few rows are inserted: 
    INSERT INTO EMP_DEP (emp_id,name,salary,dep_name,mgr_id) *
    ERROR at line 1:
    ORA-01653: unable to extend table SCOTT.EMP_DEP by 128 in tablespace USERS
    Identify two actions either of which will help you resolve this problem. (Choose two.)
    A. Grant the RESOURCE role to SCOTT. 
    B. Add data files to the USERS tablespace. 
    C. Grant the CREATE ANY TABLE privilege to SCOTT. 
    D. Increase the space for SCOTT on the USERS tablespace. 
    E. Increase the size of the data file associated with the USERS tablespace.

    190、

    190.Some non-DBA users in your database have been granted ANY TABLE system privileges and they 
    are able to access data dictionary base tables. You decide to restrict their access to data dictionary objects. 
    Which method would you adopt to achieve this objective? 
    A. Revoke the RESOURCE role from the users. 
    B. Set the value of the OS_ROLES parameter to TRUE. 
    C. Use Database Resource Manager to restrict user access to objects. 
    D. Grant ANY TABLE system privileges again without ADMIN OPTION. 
    E. Set the value of the O7_DICTIONARY_ACCESSIBILITY parameter to FALSE. 
  • 相关阅读:
    项目Beta冲刺(团队) --1/7
    Beta:凡事预则立
    事后诸葛亮(葫芦娃队)
    项目问题回复
    Alpha冲刺阶段总结
    Alpha冲刺笔记十:第十天
    Alpha冲刺随笔九:第九天
    项目测试用例
    Alpha冲刺随笔八:第八天
    项目Beta冲刺(团队2/7)
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5370912.html
Copyright © 2011-2022 走看看