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

Thread: BLOB query

  1. #1
    Join Date
    Dec 2002
    Location
    Chennai, India
    Posts
    104

    BLOB query

    Hi Guys,
    I have a table which contains a BLOB type as field. I have queried
    the same table using select statement i got the following error.

    Inconsistent Data type.
    Could any one tell me the query for getting the value of this BLOB field.

    Regards,
    Sudheer

  2. #2
    Join Date
    Sep 2001
    Location
    Düsseldorf, Germany.
    Posts
    588
    refer to dbms_lob package

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    Query with SQLPLUS, if that was the case you must be kidding!

    How do you expect SQLPLUS shows you BLOB...

  4. #4
    Join Date
    Dec 2002
    Location
    India & Australia
    Posts
    68

    BLOB query

    Hi,

    try using the DBMS_LOB_READ package might take you nearest to the reading the data from database.

    VAST

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