You have a text file that maintainsinformation on thousands of items. The end-user application requires the transfer of that information into a table in the database. What would you use to achieve this task? (Choose two.) A) Oracle Text B) Data Pump C) SQL*Loader D) Oracle Import E) External table Answer: C,E 题目要求将一个txt的平文本文件导入数据库中,可以用Oracle提供的工具SQL*LOADER,也可以使用外部表技术。
|