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

Thread: storing large objects in db

  1. #1
    Join Date
    May 2001
    Location
    Atlanta US
    Posts
    262
    Hi Gurus,
    How would I store large objects in a table?
    For example, I need to store xls files in a table.

    If I create a field in the table with a large object data type for this, then how would I populate the table with these files?

    Thanks!
    Hemant

  2. #2
    Join Date
    Mar 2001
    Posts
    314
    Use CLOB to store XML data. For populating, take a look at the DBMS_LOB pkg.

    -amar

  3. #3
    Join Date
    May 2001
    Location
    Atlanta US
    Posts
    262
    Hi,
    Can I store an XLS file (Excel) in a CLOB?
    Hemant

  4. #4
    Join Date
    Mar 2001
    Posts
    314
    Use BLOB!

    -amar

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