Consultor Eletrônico



Kbase P21512: 2Gig limit for Ascii dump
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

Is 2Gig limit on ASCII dump removed?

FIX:

The 2Gig limit on ASCII dump from the Data Dictionary has been removed with Progress 64-bit product as it is possible to access files bigger than 2 gigabytes from 4GL with it. Our first 64-bit product was 9.1C for HP-UX 11.0 (June, 2001).

Should you hit the limit on ASCII dump with one of our 32bit products, then use the Binary dump which allows dumping of tables with more than 2 Gig of data.
Binary dump is done with
proutil <db> -C dump [<PUB|SQL92_owner>.]<table> <directory> [-index <num>]
The binary load is to be run with the option "load" of the command "proutil".