oracle10g_rman_語法測試_show專題
Keywords and Parameters
Syntax Element | Description |
---|---|
ALL | Displays all user-entered CONFIGURE commands as well as default configurations. |
ARCHIVELOG BACKUP COPIES | Shows the currently configured degree of duplexing for archived redo log backups. |
ARCHIVELOG DELETION POLICY | Shows the currently configured archived redo log deletion policy. |
AUXNAME | Displays the CONFIGURE AUXNAME settings. |
BACKUP OPTIMIZATION | Displays the CONFIGURE BACKUP OPTIMIZATION settings: ON or OFF (default). |
[AUXILIARY] CHANNEL | Displays the CONFIGURE CHANNEL settings. You can specify a normal channel or an AUXILIARY channel. |
FOR DEVICE TYPE deviceSpecifier | Specifies the device type of the channel. For example, SHOW CHANNEL FOR DEVICE TYPE DISK displays only channel settings for disk channels. |
CONTROLFILE AUTOBACKUP | Displays the CONFIGURE CONTROLFILE AUTOBACKUP settings: ON or OFF. |
FORMAT | Displays the format for the control file autobackup file for configured devices. |
{DATAFILE | ARCHIVELOG} BACKUP COPIES | Displays the CONFIGURE ... BACKUP COPIES setting for datafiles and archived redo logs: 1, 2, 3, or 4. |
[DEFAULT] DEVICE TYPE | Displays the configured device types and parallelism settings. If DEFAULT is specified, then SHOW displays the default device type and settings. |
ENCRYPTION | Shows currently configured encryption settings for the database or tablespaces within the database, when used with ALGORITHM or FOR {DATABASE |TABLESPACE }. |
ALGORITHM | Displays the configured default algorithm to use for encryption, when writing encrypted backup sets. Possible values are listed in V$RMAN_ENCRYPTION_ALGORITHMS. |
FOR
{ DATABASE |TABLESPACE } |
Displays current encryption settings for the database or for each tablespace. |
EXCLUDE | Displays only the tablespaces that you have specified should be excluded. |
MAXSETSIZE | Displays the CONFIGURE MAXSETSIZE settings. |
RETENTION POLICY | Displays the settings for CONFIGURE RETENTION POLICY for the current target database. |
SNAPSHOT CONTROLFILE NAME | Displays the CONFIGURE SNAPSHOT CONTROLFILE settings. |
Examples
Showing Channel Configurations: Example This example shows commands relevant for displaying automatic channel configurations:
RMAN> SHOW CHANNEL;
RMAN> SHOW DEVICE TYPE;
RMAN> SHOW DEFAULT DEVICE TYPE;
RMAN> SHOW MAXSETSIZE;
Showing All Configurations: Example This example shows all persistent configurations for the target database (and includes sample output):
RMAN> SHOW ALL;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION ON;
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE DEVICE TYPE "SBT" PARALLELISM 1;
CONFIGURE DEVICE TYPE DISK PARALLELISM 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DISK TO 2;
CONFIGURE DATAFILE BACKUP COPIES FOR SBT TO 1; #default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR SBT TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DISK TO 1; # default
CONFIGURE MAXSETSIZE TO 2097152K;
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/oracle/dbs/cf_snap.f';
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-615568/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【show me the code】Python練習題&語法筆記 2Python筆記
- 前端測試框架Jest——語法篇前端框架
- [20240818]測試21c下sqlplus show recyclebin的小問題2.txtSQL
- TPA測試專案管理系統-測試問題管理專案管理
- 測試開發專題-開篇
- 軟體測試培訓之:白盒測試的語句覆蓋法和判定覆蓋法
- 測試標題測試標題
- python介面自動化測試之python基礎語法Python
- PJzhang:搜尋引擎高階語法與滲透測試
- goroutine 語法問題Go
- markdown 標題語法
- ESlint語法檢測工具EsLint
- Android 14 CTS 測試無法執行的問題?Android
- 軟體測試實戰專案,問題答疑
- 測試題
- 面試測試題面試
- 測試面試題面試題
- C語言[工程專案應用]gtest測試框架編寫以及自定義測試框架C語言框架
- 五道Python基礎語法面試題!Python入門Python面試題
- 專訪測試資深大神“雲層”,深入解答測試行業7大問題行業
- 我使用jest測試專案中常見的問題
- Python初級面試語法Python面試
- 測試CMS同步問題測試CMS同步問題
- 效能測試面試題面試題
- 測試標題
- APP 多語言測試APP
- 【專項測試系列】-快取擊穿、穿透、雪崩專項測試快取穿透
- 單體專案語法練習
- Matplotlib: Max OSX系統上pyplot.show()無法顯示圖片問題分析
- 測試工程師必知的10大測試法則工程師
- 軟體測試經典測試題(4)
- 程式測試第一法則?
- 軟體測試面試問題_介面測試(二)面試
- 測試筆試多選題筆試
- 測試面試問題(二)面試
- 測試面試題總結面試題
- [20210723]adrci show 'No ADR base is set' 解決辦法.txt
- vue面試題:列舉說明vue的模板語法和常用指令?Vue面試題
- 測試標題2