文档解释
ORA-19664: file type: string, file name: string
Cause: This message is issued to identify the file which is the subject of an error.
Action: None – this is an informational message. There should be other Oracle messages explaining the cause of the error.
ORA-19664是一个操作系统上的报错代码。它发生在一个磁盘上的文件的类型和名称未被指定的情况。Oracle系统要求必须指定文件的类型和名称才能进行操作。
官方解释
常见案例
ORA-19664错误最常见的情况是使用DBMS_BACKUP_RESTORE包时没有指定文件的类型和文件名的时候发生的。
一般处理方法及步骤
1.检查磁盘上文件的类型和名称是否被指定。
2.如果文件名未指定,请采用参数FILENAME指定文件名。
3.如果文件类型未指定,请采用参数FILETYPE指定文件类型。
查看更多关于ORA-19664: file type: string, file name: string ORACLE 报错的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did234462