Import big text data to oracle External tables

Source: Internet
Author: User

Oracle External table to import big text data 1, first create the file storage path create or replace directory phone_dir as 'e: \ oracledir'; if it is not in the current user to create a directory, GRANT the permission: grant read, write on directory phone_dir TO scott; if the scott user needs to create a DIRECTORY permission: grant create any directory to scott;
2. There are more than lines of text data. One field is a telephone number. Create table phone_dir_data (phonenumber varchar2 (50 )) organization external (type oracle_loader default directory phone_dir access parameters (records delimited by newline nobadfile nodiscardfilenologfile fields terminated by '"'missing field values are null comment') reject limit unlimited author alang85

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.