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

边栏推荐
- Rotate array minimum number
- View and modify the number of database connections
- C language lseek() function: move the read and write location of the file
- Analyzing the curriculum design evaluation system of steam Education
- 快恢复二极管工作原理及使用
- Autocomplete prevents the form from automatically filling in
- 2022 Henan Mengxin League game (3): Henan University a - corn cannon
- idea插件离线安装(持续更新)
- UE4 switching of control rights of multiple roles
- egg-sequelize TS编写
猜你喜欢

Optimization analysis and efficiency execution of MySQL

idea插件离线安装(持续更新)

Spark Structured Streaming HelloWorld

An SQL server queries the latest records as of a certain date

MySQL - multi table query - Cartesian product sum, correct multi table query, equivalent connection and unequal connection, inner connection and outer connection

Working principle and application of fast recovery diode

Scroll view pull-down refresh and pull-up load (bottom)

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

Steam science education endows classroom teaching with creativity

Kubernetes 进阶训练营 调度器
随机推荐
2022杭电多校 DOS Card(线段树)
Threadpooltaskexecutor and ThreadPoolExecutor
View and modify the number of database connections
十一、异常处理器
Steam science education endows classroom teaching with creativity
Array sort 1
ES6 modularization +commonjs
Add watermark to ffmpeg video
Phaser(一):平台跳跃收集游戏
Weights & biases (II)
2022河南萌新联赛第(三)场:河南大学 B - 逆序对计数
SQL加解密注入详解
Fill in the vacancy, and fill in later
QT compilation error sorting and remote module Download
7、 Restful
UE4 多个角色控制权的切换
Authentication Encyclopedia (cookies, sessions, tokens, JWT, single sign on), in-depth understanding and understanding of authentication
C语言——指针一点通※
Batch convert ppm format pictures to JPG format
理性认知教育机器人寓教于乐的辅助作用