On 4/19/16, Yadav, Rohit <rohit.yadav at ku.edu> wrote:
> Hello,
>
> I got this error "sqlite3.OperationalError: database or disk is full? and I
> researched about it and created another directory that has lot of space and
> pointed SQLITE_TMPDIR, TMPDIR, TMP, TEMP to the newly created directory. I
> also used sqlitecur.execute("PRAGMA temp_store = 1;?) but it looks like
> sqlite is still using /tmp directory to write temporary files. Can anyone
> help me on how to solve this issue ?
>

The error might not be due to insufficient temp space.  Please
consider turning on the error and warning log
(https://www.sqlite.org/errlog.html) to see if that provides
additional information.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to