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

Thread: pls. help me

Hybrid View

  1. #1
    Join Date
    Apr 2001
    Posts
    46

    how do we get the full data while the column is clob type

    i am having a table ds in this i am having a column dtstruct as clob
    while i am using the select dtstruct from ds
    i am not getting the full data
    i am getting all rows i that rows some data is missing

  2. #2
    Join Date
    Apr 2001
    Posts
    51
    Best way for reading lobs data is to use DBMS_LOB package.

  3. #3
    Join Date
    Apr 2001
    Posts
    46
    Originally posted by miritika
    Best way for reading lobs data is to use DBMS_LOB package.
    thanx miritika,
    How do we read the lobs data from DBMS_LOB

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