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

Thread: datatype

  1. #1
    Join Date
    Dec 2000
    Location
    Mumbai
    Posts
    38
    how to get the contents of the clob file

  2. #2
    Join Date
    Apr 2001
    Posts
    51

    In order to access data fromthe clob column we need to make use of various functions. If u want some examples regarding the same do mention and i can send u the tested example for the same.

  3. #3
    Join Date
    May 2001
    Location
    San Francisco, California
    Posts
    511
    You may want to use DBMS_LOB package:

    DBMS_LOB.READ (lob_loc, amount, offset, buffer);

    Parameter Description:

    lob_loc - Locator for the LOB to be read.
    amount - Number of characters (for CLOBs) to read
    offset - Offset in characters (for CLOBs) from the start of
    the LOB
    buffer - Output buffer for the read operation.

  4. #4
    Join Date
    Aug 2001
    Posts
    1
    Dear Miritika,

    We have altered our table and included a field of the type CLOB.
    Therefore, I need to record and consult information in this field.
    Due to the lack of information about this kind of field I solicit that you
    send me off the routines so that I can execute inclusion, consultation, and
    alteration in these fields.

    Sincerely,

    Francisco Carlos Saores de Assis

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