1. 程式人生 > >Oracle OCP 1z0-053 2018年9月最新考過的題庫分享-2

Oracle OCP 1z0-053 2018年9月最新考過的題庫分享-2

3.One of your databases has resumable space allocation enabled.

Which two conditions will suspend a session performing DML in that database instance?

A) A deadlock is detected.

B) A transaction reaches a tablespace space quota.

C) The DML affects objects in a tablespace that is going offline.

D) A transaction cannot allocate extents in a temporary segment.

E) Total undo space for a session exceeds the amount available.

BE#

5.Which two are true about automatic PGA memory management?

□     A) PGA_AGGREGATE_TARGET cannot be configured if SGA_TARGET is configured.

□     B) The PGA is auto-tuned whether or not PGA_AGGREGATE^TAKGET is explicitly set.

□     C) PGA_AGGREGATE_TARGET cannot be configured if MEMORY_TARGET is configured.

□     D) Memory is allocated separately for FGA_AGGREGATE_TARGET and SGA_TARGET.

□     E) PGA_AGGREGATE_TARGET always defaults to zero.

BD

6 .Examine these RMAN commands:

RMAN> CONFIGURE DEFAULT DEVICE TYPE TO disk;

RMAN> CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COPY;

RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;

Your database uses an SPFILE.

You issued this command:

RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;

Which three actions will occur?

□     A) backup of the entire SPFILE

□     B) backup only of SPFILE content that has changed since the last backup

□     C) backup of online logs

□     D) backup of all used and unused blocks in all data files

□     E) backup of archived logs

□     H backup of all used blocks only, in all data files

ADE

7 .In which two situations must you open a database with RESETLOGS

□     A) after bringing a recovered user tablespace online

□     B)    after performing a database point-in-time recovery

□     C)   after recovering from the loss of a server parameter file

□     D)   after recovering from the loss of a CURRENT redo log group

□     E)    after recovering from the loss of an ACTIVE redo log group

BD

9.One of your database's is In ARCHIVE LOG mode.

You execute these commands:

CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COPY;

CONFIGURE CONTROLFILE AUTOBACKUP ON;

CONFIGURE BACKUP OPTIMIZATION ON;

BACKUP DATABASE;

What will the backup contain?

A) used blocks only from data files and the control file  

B) used and compressed blocks only from data files

C) all blocks from data files, the control file, the server parameter file (SPFILE), and archived redo log files

D) all blocks only from data files, the control file, and the server parameter file (SPFILE)

E) all blocks only from data files and the control file

D#

10.You have configured archive log destinations lot one of your databases.

Which two ensure log switching will only occui if archiving Is successful to at least two destinations?

A) Set the OPTIONAL attribute for LOG_ARCHIVE_DEST_n for the four destinations and set LOG_ARCHIVE_MIN_SUCCEED_DEST to 4

B) Set the MANDATORY attribute for LOG ARCHIVE DEST_n for any two destinations and set LOG_ARCHIVE_MIN_SUCCEED_DEST to 1.

C) Configure the flash recovery area and set the LOG_ARCHIVE_MIN_SUCCEED_DEST parameter to 2.

D) Set LOG_ARCHIVE_DEST and LOG_ARCHIVE_DUELEX_DEST to two chosen destinations and set LOGAKCHIVE MIN SUCCEED DEST to IXJ

E) Set the OPTIONAL attribute for LOG ARCHIVE DEST n for the four destinations and set LOG ARCHIVE MIN SUCCEED_DEST to 2.

BE

11. The BOOKINGS table contains online booking information. When a booking is confirmed, the details are transferred to an archival table BOOKINGS_HIST and deleted from the BOOKINGS table. Is no fixed time interval between each online booking and its confirmation. Because sufficient space is not always available from the delete operations, the high-water mark(HWM) is moved up and many rows are inserted below the HWM of the table.

 The BOOKINGS table has Automatic segments space management(ASSM) and row movement enabled. The table is accessible in 24x7 mode.

What is the most efficient method to reclaim the space released by the delete operations in the BOOKINGS table?

  1. Move the BOOKINGS table to a different location by using the ALTER table … move command.
  2. Shrink the bookings table by using the alter table … shrink space command.
  3. Perform export,drop,and import operations on the bookings table sequentially.
  4. Deallocate the space in the booking table by using the alter table... deallocate unused command.

  B

13 .In a database instance, the NLS_DATE_LANGUAGE parameter is set to AMERICAN.

On a client, the NLSLANG environmental variable is set to FRENCH_CANADA.WE8ISO8859P1.

A user starts a session on the client and issues these commands:

SQL> ALTER SESSION SET NLS LANGUAGE = GERMAN;

SQL> SELECT TO_CHAR(hire_date,’DD/MON/YYYY ' ,' nls_date_lanquage = ITALIAN’)

FROM employees;

What is the result?

A) The query displays    abbreviated  month    names   in    Canadian      English.

  B) The query displays    abbreviated  month    names   in    Canadian      French.

C) The query displays    abbreviated  month    names   in    German.

  D) The query displays    abbreviated  month    names   in    Italian.

E) The query displays abbreviated month names in US English,

D

15   .You plan to use the Flashback Drop feature to recover a dropped table SALES_EMP. NO other table with the same name exists in the schema.

You query RECYCLEBIN and find multiple entries for the SALFS EMP table as follows:

SQL> SELECT object_name, original name, droptime FROM recyclebin;

QBJECTNAME                    ORIGINAL_NAME          DROPTIME

------------ ----------         ---------------    -----------

BINS/m0DrBV9RFGOAA53dC+FPw=$0  SALES EMP           2007-12-07:11:08:55

BINS2DeIssLeQTqgH/nSQRm2JO=50    SALES_EMP        2007-12-07:11:11:38

BIN$OuqroHodQy6ouDtaAr-XOVw=$0  SALES EMP            2007-12-07:11: 08 :18

You then issue this statement to recover the table:

SQL> FLASHBACK TABLE sales_emp TO BEFORE DROP;

What would be the outcome of the preceding statement?

A) It retrieves the latest version of the table from the recycle bin.

B) It returns an error because the table name is not specified as per the names in the OBJECT_NAME column

C) It retrieves the version of the table for which undo information is available.

D) It retrieves the oldest version of the table from the recycle bin.

A

17.A database is running In ARCHIVELOG mode.

You took a binary backup of the control file.

Which two statements are true about recovery using the backup control file?

A) You must always RECOVER the database after restoring a backup control file, even if no data files have been restored

B) You can only restore the control file to its original location.

C) You can perform only an incomplete recovery with a backup control file even If all the online redo logs and archived logs are available.

D) You must open the database RESETLOGS after recovery using a backup control file.

E) You can only restore the control file to the default location.

AD

20.Examine this recovery manager(RMAN) command:

RUN{

SET UNTIL TIME '2008-01-14:21:59:0’;

RESTORE DATABASE;

RECOVER DATABASE;

}

The time specified Is earlier than the most recent backup taken before the recovery, but older backups also exist.

Which two actions will occur?

A) All data files and the control file from the most recent backup prior to the recovery will be restored.

B) All data files from the most recent backup prior to SET TIME will be restored.

C) All data files from the most recent backup will be restored.

D) Only the SYSTEM data file from the most recent backup will be restored.

E) All redo log data up to the set time will be applied.

F) All (data flies, redo logs, and control files from the most recent backup prior to the recovery will be restored.

BE

21.View the Exhibit and examine the results of two queries executed In two user sessions from the same client. What accounts for the formatting differences?

A) The NLS LANG environment variable was changed on the database host before starting the second session.

B) The second session connected via the listener but the first session used a local connection.

C) The database character set was changed before executing the second query.

D) The NLS_LANG environment variable was changed on the client before starting the second session.

E) The database national character set was changed before executing the second query.

 D

27.Which two are true about a fast incremental backup?

  1. It requires the fast recovery area to be configured.
  2. It uses a block change tracking file when the incremental level is greater than 0.
  3. It can be enabled only for the whole database.
  4. It can be performed for both cumulative and differential incremental backups.
  5. It can be performed for both level 0 and level 1 incremental backups.

 BD

30 . Note these parameter settings in your database:

   SGA_MAX_SIZE=1024M

   SGA_TARGET=700M

   DB_8K_CACHE_SIZE=12M

   LOG_BUFFER=200M

You issued this command to increase the value of DB_8K_CACHE_SIZE:

SQL> ALTER SYSTEM SET DB_8K_CACHE_SIZE=140M;

What will happen?

  1. It will be successful only if the memory is available from the autotuned components of the SGA.
  2. It will fail because an increase in DB_8K_cache_size cannot be accommodated within SGA_TARGET.
  3. It will fail because an increase in DB_8K_CACHE_SIZE cannot be accommodated within SGA_MAX_SIZE.
  4. It will fail because the DB_8K_CACHE_SIZE parameter cannot be changed dynamically.

A

35.How can a DBA control a job's resource utilization using Oracle Job Scheduler?

A) by using a file watcher to associate the job with a resource plan

B) by using a job class to associate the job with a resource consumer group that is managed by the current resource manager plan

C) by using a job chain to associate the Job with a resource plan

D) by using a job anay to associate the job with a resource plan

E) by using a window to associate the job with a resource consumer group that is managed by the current resource manager plan

B#

36.A database is configured in ARCHIVELOG mode.

You issued this RMAN command to take backup to media:

BACKUP DATABASE

PLUS ARCHIVELOG

TAG TESTDB

KEEP UNTIL ’SYSDATE+1'

RESTORE POINT TESTDB06;

Which two statements are true?

□     A) Online logs are backed up.

□     B) Archived logs are backed up if they have not yet been backed up.

□     C) The backup is always automatically deleted after one day.

□     D) The backup is categorized as OBSOLETE after one day.

□     E) The backup is categorized as EXPIRED after one day.

DB

相關推薦

Oracle OCP 1z0-053 20189最新分享-1

1.you configured the fast recovery area for one of your database but it is now running out of space. which two could make space available

Oracle OCP 1z0-053 20189最新分享-2

3.One of your databases has resumable space allocation enabled. Which two conditions will suspend a session performing DML in that databa

Oracle OCP 1z0-052 20189最新分享-1

1.Which three statements are true about temporary tables? A) DML on temporary tables may be rolled back B) Their rows are always lost whe

Oracle OCP 1z0-052 20189最新分享-3

1. Which four statements are true about truncating a table? A) Any insert triggers for the table will be executed. B) Any of the table’s i

去哪網2018917號第二AC程式碼

這道題是標準的騎士問題,但是當時沒有考慮其實和終止位置相同的情況,所以就浪費了好多時間。好在最後想出來了。 題目: AC程式碼: #include <iostream> #include <queue> using namespace std; void

20189最新蘋果IOS內購退款新政策,退款理由和流程,進來看看

首先請大家一定要花3-5分鐘看完這篇文章,因為都是個人真實寫出來的,它會對你有很大的幫助!隨著自己退款的人越來越多,學著百度那些水帖,15-16年的老退款方法,已經害慘了不少的朋友浪費了自己的首退,請大家自己認真考慮下,真的技術會在百度免費公開嗎???那些過時的

201895日第一貼

技術 初步了解 type img 2018年 mar 分享圖片 分享 安裝 初步了解會了安裝redhat7的虛擬機2018年9月5日第一貼

20189Python計算機二級復習攻略

讀寫 第三方 format 名稱 二分 參數 考試 計算機 內置 考試方式:   上機考試,考試時長 120 分鐘,滿分 100 分。   1. 題型及分值   單項選擇題 40 分( 含公共基礎知識部分 10 分)。   操作題 60 分( 包括基本編程題和綜合編程題

CSP考試 20189第1 賣菜 C++實現

    #include <iostream> using namespace std; int a[1001]; int main() { int n; cin>>n; for(int i=0;i<n;i++) { cin

愛奇藝2018915日筆試程式設計題目AC程式碼

這幾天一直在關注著工作的事情,師兄們做筆試題,我也跟著在刷,包括華為,百度,騰訊,阿里等公司的筆試題都做了,基本上都幫助師兄拿到了面試的資格,但是因為密度太大,而自己還要整理leetcode的學習筆記,所以,很多題目沒有來得及整理,今天正好提前AC完成,就簡單分享一下愛奇藝的兩個題目。 第一個題

2018926日Django的安裝以及建立第一個Django專案和子模組

python字串物件的find()和index()方法的區別? index()和find()函式都是用於查詢字串,但是index()在沒有找到子串的時候會有報錯丟擲異常,影響程式執行。find()在找不到目標子串時不會丟擲異常,而是會返回-1,因此不會影響程式的執行。   函式

2018925日TCP三次握手和四次揮手

  TCP三次握手和四次揮手: SYN: 表示建立連線 FIN: 表示關閉連線 ACK: 表示響應 PSH: 表示有 DATA資料傳輸 RST: 表示連線重置。 seq: 資料包本身的序列號 ack:是對收到資料包的確認以及期望對方繼續傳送的下一個資料包的序

201899日用HTML開發網頁的總結

今天學到的新單詞: relationship n關係 inherit v繼承 rel:relationship的英文縮寫·REL屬性用於定義連結的檔案和HTML文件之間的關係 註釋:rel屬性,描述了當前頁面與href所指定文件的關係. rel是relationship的英文縮寫 styleshe

201899日正則表示式隨堂記

*********************** 今天遇到的新單詞: element n元素,要素 multibyte n多位元組 sequence n數列,序列 illegal adj不合法的 transaction n事務 python中正則引數如果出現下面的錯誤提示: type error

2018925日python的web框架Django入門的理論知識

好久沒有更新文章了,罪過罪過,以後要堅持更新文章!不能再懶了!   儲存器容量大小的轉換: 1TB = 1024GB 1PB = 1024TB 1EB = 1024PB 1ZB = 1024EB ………… 1、什麼是軟體     

20189國內手機市場執行分析報告

一、國內手機市場總體情況   9月份國內手機市場總體出貨量環比增長近兩成,前三季度出貨量累計超過3億部。2018年9月,國內手機市場出貨量3902.2萬部,同比下降11.7%,環比增長19.7%; 2018年1-9月,國內手機市場出貨量3.05億部,同比下降17.0%。 &nb

java實現:201899日晚上的京東筆試題:現給出n個物品的a,b,c引數,請你求出不合格品的數量。

題目: 現有n個物品,每個物品有三個引數,ai,bi,ci,定義i物品不合格的依據是:若存在物品j,且aj>ai,bj>bi,cj>ci,則稱i物品為不合格品。 現給出n個物品的a,b,c引數,請你求出不合格品的數量。 輸入: 第一行包含一個整數n(1<=n&

java實現:201897日下午的科大訊飛筆試題:平安夜殺手

下邊是自己理解的解答,如果有問題歡迎指出。 java實現:2018年9月7日下午的科大訊飛筆試題:平安夜殺手 題目:(這裡是按照原題打字的) 有n個殺手排成一行,每一個殺手都有不同的編號(編號為1~n),在每個夜晚殺手都會行動,如果殺手編號大於他右邊的殺手的編號,他就會殺死他右邊的殺手,

商業銀行理財業務監督管理辦法-2018926日

中國銀行保險監督管理委員會令 2018年第6號 《商業銀行理財業務監督管理辦法》已經中國銀保監會2018年第3次主席會議通過。現予公佈,自公佈之日起施行。           &nbs

資訊--20189

2018年9月 OpenCV 4.0內測版上線   OpenCV4.0不僅因為添加了很多新演算法(如GMS、EAST、CSR-DCT),而且越來越強大的DNN module讓人血脈噴張!   具體來說:ONNX解析器已新增到OpenCV DNN模組中。它支援各種分類網路,如Al