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

Thread: SQL*PLUS Copy Command Limitation?

  1. #11
    Join Date
    Dec 2005
    Posts
    9
    Quote Originally Posted by robertbalmer
    what about environment settings

    sql>set array 1000
    sql>
    sql>set long 2000
    SQL> copy from user/user@1234 to user/user@4321 create test1 using select
    * from t1

    Array fetch/bind size is 1000. (arraysize is 1000)
    Will commit when done. (copycommit is 0)
    Maximum long size is 2000. (long is 2000)
    robert, i tried your suggestion still giving the same fetch out of sequence error.

    Does anyone tried to execute a copy command from ORA8.0 to ORA9i? Maybe this thing dont work at all.

  2. #12
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    Didnt you answer slimdave that you were using 9i client to 9i database? Why you say you are using Oracle 8 now...?!

  3. #13
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Does anyone tried to execute a copy command from ORA8.0 to ORA9i? Maybe this thing dont work at all.
    The problem is most of us do not use Oracle 8.
    We have migrated to 8i / 9i / 10g....
    Hence, we do not have working env to test your case.
    Better, you should contact Oracle Support.

    Tamil

  4. #14
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Given the issues, the solution is to use DBLINKs than COPY i.m.h.o.

    The problem exists all the way from 8.1.6. Looks like it is yet to be addressed by Oracle. I don't have the setup here, to do the test.

    Thanx,
    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  5. #15
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Quote Originally Posted by Bong
    Will having a long column give this error?
    No, it shouldn't (unless it is a bug).
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  6. #16
    Join Date
    Dec 2005
    Posts
    9
    [QUOTE=sambavan]Given the issues, the solution is to use DBLINKs than COPY i.m.h.o.

    I agree with you. But DBLINK is actually the reason why I wanted to use COPY command because I can not DBLINK Orac8 and Ora9i.

    Any work around?

  7. #17
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    why cant you dblink?

  8. #18
    Join Date
    Dec 2005
    Posts
    9
    Quote Originally Posted by davey23uk
    why cant you dblink?

    The DBLink from Oracle 8.0 to Oracle 9i is not working. Only from Oracle 8i to Oracle 9i is possible.

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