【新題】OCP 12c 062出現大量新題-15
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢2018年的時候,OCP 11g考試題庫大更新,052 053出現了很多新題,
2019年,11g即將?嫉那捌,Oracle又出現了一次大變動,12c出現了很多新題,比如062 063題庫大更新
OCP解析公開課時間:【每周五晚8點】
OCP解析公開課地址:http://ke.qq.com/course/326223
OCP解析群資料分享:1015267481 驗證:ocp
-------------------------------------------------------
3.23-2:choose one
In your Oracle 12c database, you plan to execute the command:
SQL> CREATE TABLESPACE tbsl DATAFILE '/u02/oracle/data/tbs0l.dbf' SIZE 50M;
The u02 file system has 1 GB of free space available.
What is the outcome?
A) It raises an error because extent management is not specified.
B) It creates a locally managed tablespace with automatic segment space management enabled.
C) It creates a dictionary-managed tablespace with manual segment space management enabled.
D) It creates a locally managed tablespace with manual segment space management enabled.
Answer:B
(解析:從10g開始,創建的表空間默認就是本地管理ASSM的表空間。)