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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle10g_rman_語法測試_restore專題OracleREST
- oracle10g_rman_語法測試_1Oracle
- oracle10g_rman_語法測試_2Oracle
- oracle10g_rman_語法測試_3Oracle
- oracle10g_rman_語法測試_4Oracle
- oracle10g_rman_語法測試_5Oracle
- oracle10g_rman_語法測試_6Oracle
- oracle10g_rman_語法測試_7Oracle
- oracle10g_rman_語法測試_8Oracle
- oracle10g_rman_語法測試_10Oracle
- oracle10g_rman_語法測試_spool_sql_startupOracleSQL
- oracle10g_rman_語法測試_reset database_allocate channel_OracleDatabase
- 【show me the code】Python練習題&語法筆記 2Python筆記
- if測試和語法規則
- 前端測試框架Jest——語法篇前端框架
- python語法-測試程式碼Python
- 資料庫測試專用術語資料庫
- TPA測試專案管理系統-測試問題管理專案管理
- 測試開發專題-開篇
- 挨踢專案求生法則——測試篇
- 軟體測試培訓之:白盒測試的語句覆蓋法和判定覆蓋法
- 【專題】深入解析軟體測試外包
- MySQL 5.5 SHOW PROFILE、SHOW PROFILES語句介紹MySql
- MySQL SHOW 語句大全MySql
- C語言上機測試模擬題-1C語言
- C語言上機測試模擬題2C語言
- 語法問題
- 軟體測試實戰專案,問題答疑
- 【專題】測試人員 VS 開發人員
- C語言[工程專案應用]gtest測試框架編寫以及自定義測試框架C語言框架
- PJzhang:搜尋引擎高階語法與滲透測試
- 常見112個測試英語面試題面試題
- 測試CMS同步問題測試CMS同步問題
- 軟體測試專業中英文術語對照表
- 測試面試題面試題
- 面試測試題面試
- ORACLE 測試題:Oracle
- 專訪測試資深大神“雲層”,深入解答測試行業7大問題行業