ORA-39201: Dump files are not supported for estimate only jobs.
Cause: An attempt was made to add a dumpfile to an Export job that only requested file estimates.
Action: Do not specify a dumpfile for jobs that do not require dumpfiles.
ORA-39201错误是一种常见的由Oracle数据库引起的错误,意思是无法将文件作为备份源,但可以用于估计备份所需时间。
这是由于Oracle仅支持从数据库中备份,如果将文件作为备份源,则会出现此错误,这是正常的。
1.首先,检查您的输入并确保您要执行的是数据库备份操作(而不是只用于估计备份所需时间的操作)。
2.确认要备份的目标数据库活动。
3.开始将该数据库的备份复制到确定的存储位置。