ORA-32351: database link name cannot start with a number while creating materialized view ORACLE 报错 故障修复 远程处理
文档解释
ORA-32351: database link name cannot start with a number while creating materialized view
Cause: This event was disabled by default. If enabled, the fix for bug 6074902 will be disabled and you will be unable to create database links starting with a number when creating a materialized view on remote tables.
Action: No action necessary.
Oracle 错误 ORA-32351 表明数据库链接 (Database Link) 名不能以数字开头。
官方解释
“ORA-32351:数据库链接名无效。 All database link names must start with a letter.”
此错误是在试图创建一个物化视图 (Materialized View) 时发生的,但在物化视图使用到数据库链接时,就会引发此错误。
一般处理方法及步骤
1.确定物化视图的使用的数据库链接的名称。
2.确保数据库链接的名称以字母开头。
3.重新使用 DDL(数据定义语言)语句,创建物化视图。