zoukankan      html  css  js  c++  java
  • OCP-1Z0-052-V8.02-118题

    118. Which three statements regarding the server parameter file (SPFILE) are true? (Choose three.)

    A.An SPFILE is a binary file.

    B.An SPFILE cannot reside on a client.

    C.An SPFILE cannot contain static parameters.

    D.An SPFILE can store changes persistently across instance restarts.
    E.An SPFILE can be read by the database server, but it is not written to by the server. 

    F.An SPFILE must be created manually, before creating a database, even if you use the Database

    Configuration Assistant (DBCA) to create the database. 一个SPFILE必须在创建数据库之前即使你使用数据库配置助手DBCA创建数据库之前来手动创建。

    Answer: ABD  

    答案解析:

    The server parameter file is a binary file that cannot be edited using a text editor. spfile是一个二进制文件,

    是属于服务器端,不是客户端。spfile可以包含有静态参数,也可以存储实例重新启动的参数的长久的变化,

    spfile可以在服务器上读,也可以通过alter system或者alter session来写入服务器。spfile在DBCA创建数据库时创建或者使用create spfile来创建。

    A server parameter file is initially built from a text initialization parameter file using the CREATE SPFILE statement. (It can also be created directly by the Database Configuration Assistant.) 
     


  • 相关阅读:
    Python爬虫 -- 抓取电影天堂8分以上电影
    Kotlin & Vertx 构建web服务
    js promise 风格编程
    Java Config 下的Spring Test方式
    (转)SpringSecurity扩展User类,获取Session
    maven 打包 xml文件
    EL表达式的操作符
    mysql 去除空格
    spring security
    GoogleApis 屏蔽
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316530.html
Copyright © 2011-2022 走看看