Hello: I'm using SQLite 3.4.1 on an AIX 5.3. I have a file that grew up to 2 GB, now when I try to open it with the sqlite3 command I cannot, the message is the following:
$ sqlite3 my_file.db Unable to open database "my_file.db": out of memory File permissions are ok, user limits are to the maximum, there is enough physical memory, I also tried with version 3.5.3 with the same results. Any hints on how can I fix this so that I can enter the file and erase some rows to make space? Thanks, Darío