Working with very large text data and CLOB column

前端 未结 3 1684
青春惊慌失措
青春惊慌失措 2020-12-06 03:30

According to documentation CLOB and NCLOB datatype columns, can store up to 8 terabytes of character data.

I have text, which contains 100 000 character, how can I

3条回答
  •  萌比男神i
    2020-12-06 04:02

    I have resolve this case with Data Import feature in Oracle SQL Developer:

    1. Make .dsv file with your large string and other attributes.
    2. Just rclick on table and choose 'Data Import'
    3. Choose your file
    4. In Data Import Wizard Step1: select rigth Delimeter, Line Terminator, Row Limit, Encloser characters etc.
    5. Step2: Import Method=Insert, Step3: Map file and table columns to each other
    6. Step4: Run the Data Import

提交回复
热议问题