如果该文件不存在,Oracle 接着会搜索Spfile.ora参数文件。
如果您可以列出该文件,则表示该文件存在。
如果同名文件已存在,则该文件的内容会被完全取代。
If a file already exists with that name, the contents are simply replaced.
如果该文件已存在,则会使用新版本号和构建时间对其进行更新。
If the file exists, it just updates it with the new build number and time.
如果文件存在,用户还需要有对该文件的访问权限。
如果目标文件已存在,则覆盖该文件。
创建一个新文件。如果该文件已经存在,函数将覆盖已存在的文件并清除已存在的文件属性。
OPEN_EXISTING Opens the file. The function fails if the file does not exist.
创建一个新文件。如果该文件已经存在,函数将覆盖已存在的文件并清除已存在的文件属性。
OPEN_EXISTING Opens the file. The function fails if the file does not exist.
应用推荐