DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: EXPORT with Tables having CLOB datatype is SLOW

  1. #11
    Join Date
    Sep 2000
    Location
    Sao Paulo,SP,Brazil, Earth, Milky Way
    Posts
    350
    mahsnj , PMFJI, but the "Oracle9i Database Utilities" manual, in chapter 1 - Export, says :

    "Rows in tables that contain objects and LOBs will now be exported using conventional path, even if direct path was specified."

    SO, I pass a BUFFER param always, so IF my direct-path ends being "downgraded" to an conventional path due the LOBs it uses the correct BUFFER, and if not BUFFER is ignored (at least this have been my experience).

    []s

    Chiappa

  2. #12
    Join Date
    Mar 2002
    Posts
    534
    why do you need to make an export? Have you tried to copy the data via db link?

  3. #13
    Join Date
    Apr 2006
    Posts
    23
    Any Update

  4. #14
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    ummm you should be providing an update with what you have done

  5. #15
    Join Date
    Apr 2006
    Posts
    23
    Finally Option-2 works fine for me.
    Exp system@INTORA1 TABLES= (COL.ABC_TEXT) FILE=C:\ABC_TEXT.dmp BUFFER=37748736
    Thanks all for there help.
    regards

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