aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-19812: cannot use string without DB_RECOVERY_FILE_DEST

ORA-19812: cannot use string without DB_RECOVERY_FILE_DEST
Cause: There are three possible cause for this error: 1) The indicated parameter was in use when no DB_RECOVERY_FILE_DEST parameter was encountered while fetching the initialization parameter. 2) An attempt was made to set indicated the parameter with the ALTER SYSTEM command when no DB_RECOVERY_FILE_DEST was in use. 3) An attempt was made to clear DB_RECOVERY_FILE_DEST with the ALTER SYSTEM command when the indicated parameter was in use.
Action: Eliminate any incompatible parameter definitions.

请先 登录 后评论

1 个回答

小智
ORA-19812:不能使用不带DB_RECOVERY_FILE_DEST的字符串,
.原因:此错误有三种可能的原因:1)当获取初始化参数时未遇到DB_RECOVERY_FILE_DEST参数时,指示的参数正在使用。2)未使用DB_RECOVERY_FILE_DEST时,尝试使用ALTER SYSTEM命令设置指示参数。3)尝试在使用指定的参数时使用ALTER SYSTEM命令清除DB_RECOVERY_FILE_DEST。,
.操作:消除任何不兼容的参数定义。,
.
请先 登录 后评论