Apparently I just ran out of space in my tablespace and I don't know how to increase its size, I tried the following command:
ALTER TABLESPACE SANDRA ADD DATAFILE '/u01/oradata/userdata03.dbf' SIZE 3000M;
and I get:
ORA-32771: cannot add file to bigfile tablespace
I don't know what else to try. If someone could tell me what to do I would appreciate it.