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

边栏推荐
- Recognized again | saining network security has been listed in the ccsip 2022 panorama of China's network security industry
- STM32开发 | AD7606并行多路采集数据
- 1、 Basic introduction
- FFmpeg 视频编码
- MySQL usage
- Kubernetes advanced training camp scheduler
- Array sort 3
- Offline installation of idea plug-in (continuous update)
- 数组排序2
- Low cost, fast and efficient construction of digital collection app and H5 system, professional development of scallop technology is more assured!
猜你喜欢

qt编译报错整理及Remote模块下载

UE4 多个角色控制权的切换

A series of problems about the number of DP paths

What if win11 cannot wake up from sleep? Solution of win11 unable to wake up during sleep

性能和成本的综合架构:单元化架构

数组排序3

Good at C (summer vacation daily question 6)

Optimization analysis and efficiency execution of MySQL

columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by mysql8.0解决办法

Working principle and application of fast recovery diode
随机推荐
AWS Support Plan
2022 Henan Mengxin League game (3): Henan University L - synthetic game
十、拦截器
UE4 two ways to obtain player control
Spark Structured Streaming HelloWorld
[enterprise micro procedure]
滑动窗口——leetcode题解
「游戏引擎 浅入浅出」4. 着色器
Scroll view pull-down refresh and pull-up load (bottom)
数据库启动报:ORA-29702: error occurred in Cluster Group Service
Postman imports curl, exports curl, and exports corresponding language codes
Array sort 3
Good at C (summer vacation daily question 6)
9、 File upload and download
[300 + selected interview questions from big companies continued to share] big data operation and maintenance sharp knife interview question column (VIII)
补位,稍后补上
Recognized again | saining network security has been listed in the ccsip 2022 panorama of China's network security industry
Integrated architecture of performance and cost: modular architecture
C语言——指针一点通※
Rotate array minimum number