DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: SQL Loader for loading CLOB value

  1. #1
    Join Date
    Oct 2009
    Posts
    1

    SQL Loader for loading CLOB value

    I have tab delimitted file which is having 15 column.Out of 15 column there is one column which is having size more than 4000 characteer.This particular column is of CLOB datatype.while rest of them are of varchar.

    This file is having around 100 records in it.

    Now i am using sql loader to load all these record to load the data in Oracle database.

    My problem is that i am not able to load the CLOB data value in database.
    Please note that there is no separate file for CLOB data.As CLOB data is within the same file which is having other 14 column data.

    Appreciate if someone please provide me any example/sample with regard to loading the CLOB data using sql loader.

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width