ORA-01652

Hello,

I got this error when I run insert script with select statement. This error about tablespaces. I just increased tablespace size.

ALTER TABLESPACE PSTEMP ADD TEMPFILE '/data/PSPRD/oradata/pstemp_4.dbf'
SIZE 1024M REUSE AUTOEXTEND ON NEXT 500M  MAXSIZE unlimited;

Loves,

Comments

Popular posts from this blog

PostgreSQL Foreign Data Wrappers

PostgreSQL High Availability - Patroni 2

pg_ctl: command not found