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

Thread: import buffers and huge BLOBS

  1. #1
    Join Date
    Nov 2000
    Posts
    89
    Oracle People:

    I've just imported a 22M attachment(as part of a table) by using an extremely large BUFFER in my import command:

    imp file=cqdb.dmp.01.01.31 log=again buffer=30000000 fromuser=CQ06 tables=attachments_blob

    Is there a limit to the size of the buffer ? Can you crash oracle this way ? If people keep putting in huge blobs will import just not be able to create a big enough buffer to import them ?

    Thanks,

    Roger

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Oracle will not crash for giving max buffersize. AFAIK, size is Hardware Dependent. Unfortunately, I forgot the command which is real handy and gives me the max buffersize on the box. If some one knows it I would request 'em to post here.

    For this box its 42131456
    SunOS appserv7 5.6 Generic_105181-19 sun4u sparc SUNW,Ultra-4
    Reddy,Sam

  3. #3
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843

    Here is the command

    On Solaris
    <font face=courier>
    devt2% sysdef|grep -i buf
    drv/lebuffer
    strmod/bufmod
    10403840 maximum memory allowed in buffer cache (bufhwm)
    </font>
    Reddy,Sam

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