ORA-29319: datafile string is not correct
Cause: An incorrect datafile was copied to the production database. The datafile information in the export dump file differs with the information in the datafile in the production database.
Action: Copy the datafile from the clone database to the production database.
ORA-29319: datafile 字符串不正确
此错误表明,在尝试创建一个数据文件时,提供的路径或文件名有误,或者不存在该路径或文件名。
当你尝试通过创建表空间时当Server里没有相应的文件时报出ORA-29319的错误。
1.确保文件路径是正确的;
2.确保文件名是正确的;
3.确保路径已存在;
4.重新运行创建表空间命令检查是否可以正常执行。