ORA-22863: synonym for datatype string.string not allowed
Cause: A synonym specification for a datatype is not supported
Action: do not use the synonym for the datatype
详细说明:ORA-22863错误是一个非法同义词错误,它指出在Azure Synapse中不允许同义词指定某个数据类型,本例中不能指定string.string数据类型的同义词。
1.检查同义词语法
2.仔细检查数据类型
3.避免在同义词中指定数据类型