>   SET COMPRESSED /\t//

Okay, 'SET COMPRESSED /    //' works.

But even after installing the patch, after something over 100'000
records I get:

  DATAEXTRACT accession, id FROM taxa OUTFILE 'taxa.csv'
  Replication server error (-4 : 'received a garbled packet'

The table is pretty simple:

  CREATE TABLE taxa (
    accession CHAR(6),
    id INT,
    parent INT,
    FOREIGN KEY(accession) REFERENCES entries ON DELETE CASCADE)

The only thing I might be doing wrong is that 'lserver' isn't running as
root, I'll get that fixed ASAP and report back...


--
Eric Jain

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to