datafiles
美
英 
例句
DATAFILES is a mandatory clause for each external table. It specifies the file path where the data can be read from or written to.
DATAFILES是每个外部表的必需子句,它指定读写数据的文件路径。
In Oracle there is no such command; a database is deleted by deleting all the associated datafiles.
而在Oracle中没有这样的命令。数据库的删除是通过删除所有相关数据文件来完成的。
DELIMITED: The data files specified in the DATAFILES section are delimited.
DELIMITED:在DATAFILES中指定的数据文件是分隔开的。
The editor can now save the datafiles to another location than the default one.
编辑器可以保存数据文件到其他地方了。
The datafiles key could not be opened.
无法打开数据文件项。
Restore of a subset of datafiles, complete recovery
还原数据文件的子集,完全恢复
Drop temporary tablespace temp including contents and datafiles;
删除原来的临时表空间
Restore all datafiles from backup
从备份中恢复所有数据文件。
Example of how to backup individual datafiles
备份单独的数据文件的例子