ORA-27455: Only “SYS” is a valid schema for a string.
Cause: A non-SYS schema was specified for an object that must be in the SYS schema.
Action: Reissue the command, leaving out the schema name or using the schema name of SYS.
ORA-27455:只有”SYS”有效作为字符串的Schema。
其次,检查原架构中String数据类型是否有效,看看是否与软件版本和数据库版本相关,然后再更新数据库版本,确保String数据类型有效。
最后,重新编译SQL脚本,根据架构更新String数据类型,确保SQL脚本正确执行。