当前位置:网站首页>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

边栏推荐
猜你喜欢

「游戏引擎 浅入浅出」4. 着色器

egg-ts-sequelize-CLI

ES6模块化+CommonJS

Optimization analysis and efficiency execution of MySQL

The auxiliary role of rational cognitive educational robot in teaching and entertainment

Build a maker Education Laboratory for teenagers

UE4 靠近物体时显示文字,远离时文字消失

UE4 displays text when it is close to the object, and disappears when it is far away

第三篇如何使用SourceTree提交代码

qt编译报错整理及Remote模块下载
随机推荐
Rotate array minimum number
View and modify the number of database connections
ES6 modularization +commonjs
clock_ gettime
UE4 two ways to obtain player control
Embedded practice -- CPU utilization statistics based on rt1170 FreeRTOS (24)
「游戏引擎 浅入浅出」4. 着色器
How does win11 change the power mode? Win11 method of changing power mode
人脸数据库收集总结
【UOJ 429】串串划分(Runs)(容斥)+ 有关 Lyndon Tree 及其应用的小小记录
Phaser(一):平台跳跃收集游戏
Postman 导入curl 、导出成curl、导出成对应语言代码
mongoDB为什么快
旋转数组最小数字
数组排序1
UE4 通过按键控制物体的旋转
The difference between positive samples, negative samples, simple samples and difficult samples in deep learning (simple and easy to understand)
SQL encryption and decryption injection details
Spark Structured Streaming HelloWorld
理性认知教育机器人寓教于乐的辅助作用