[SQL] Error in Extrack Database

2000-10-24 Thread Tubagus Nizomi
i have file Dump > 500 MB when i execute " gunzip -c data.dump.gz | psql internal " some error message emerged as follows : FATAL 1: copy: line 2516273, Memory exhausted in AllocSetAlloc() what might be happen with the process ?? how to solve the problem ?? i use sparc sun solaris 2.6, postgre

Re: [SQL] Error in Extrack Database

2000-10-24 Thread Poul L. Christiansen
My guess is that you don't have enough RAM. Maybe it can work if you first unzip the file, then log into database internal and use the command "\i data.dump" to load the data. If that doesn't work, try splitting up the file and load the files separatly. Poul L. Christiansen Tubagus Nizomi wrot