当前位置:网站首页>Rman-06031 cannot convert database keywords
Rman-06031 cannot convert database keywords
2022-07-26 04:40:00 【cqszpx】
database :oracle 19.3
System :Windows 11
Problem description :rman command show all Times wrong RMAN-06031, As shown below :
RMAN> show all;
db_unique_name by ORCL Of the database RMAN The configuration parameter is :
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
CONFIGURE RMAN OUTPUT TO KEEP FOR 7 DAYS; # default
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: be located 06/11/2022 11:29:22 Of show Command fails
RMAN-20021: The database has not been set
RMAN-06031: Unable to convert database keywords
The hint is clear , Unable to convert database keywords , This exception is usually caused by the character set .
View database character set :
SQL> select userenv('language') from dual;
USERENV('LANGUAGE')
--------------------------------------------------------------------------------
SIMPLIFIED CHINESE_CHINA.AL32UTF8
Modify registry regedit in NLS_LANG value , Change it to SIMPLIFIED CHINESE_CHINA.ZHS16GBK.
Normal display after that .
RMAN> show all;
Replace the recovery directory with the target database control file
db_unique_name by ORCL Of the database RMAN The configuration parameter is :
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
CONFIGURE RMAN OUTPUT TO KEEP FOR 7 DAYS; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'F:\ORACLE19C\DATABASE\SNCFORCL.ORA'; # default

边栏推荐
猜你喜欢

UE4 two ways to obtain player control

Embedded practice -- CPU utilization statistics based on rt1170 FreeRTOS (24)

SQL加解密注入详解

2022 Henan Mengxin League game (3): Henan University L - synthetic game
![[semantic segmentation] 2018-deeplabv3+ ECCV](/img/c9/d1e2d7e63df8db2a7fa2bde31b10f7.png)
[semantic segmentation] 2018-deeplabv3+ ECCV

【300+精选大厂面试题持续分享】大数据运维尖刀面试题专栏(八)

UE4 键盘控制开关灯

一个sql server查询截止某个日期最新的记录

STM32开发 | AD7606并行多路采集数据

Codeforces Round #807 (Div. 2)
随机推荐
UE4 键盘控制开关灯
Chapter 3 how to use sourcetree to submit code
Spark Structured Streaming HelloWorld
egg-ts-sequelize-CLI
Cnosdb Nirvana Rebirth: abandon go and fully embrace rust
Keil V5 installation and use
AWS Support Plan
2022 Henan Mengxin League game (3): Henan University J - magic number
数组排序1
创建MySQL数据库的两种方式
建设面向青少年的创客教育实验室
MySQL log classification: error log, binary log, query log, slow query log
IEC61131 数据类型与 C#数据类型的对应
Scroll view pull-down refresh and pull-up load (bottom)
2022 Henan Mengxin League game (3): Henan University L - synthetic game
Threadpooltaskexecutor and ThreadPoolExecutor
egg-sequelize TS编写
Weights & Biases (二)
egg-ts-sequelize-CLI
Build a maker Education Laboratory for teenagers