I'm running an Oracle Database 12c Release 1 (12.1.0.2.0) on a Linux machine. To give some context to the situation, I've performed a partition for the database and am now trying to create a tablespace.
It doesn't go through and when I check my logs I see
CREATE TABLESPACE wlpspprim DATAFILE '/wlpspprim/wlpspprim.tbl' SIZE 25M AUTOEXTEND ON...
ORA-1119 signalled during: CREATE TABLESPACE wlpspprim DATAFILE '/wlpspprim/wlpspprim.tbl' SIZE 25M AUTOEXTEND ON...
I've double checked the disk space and I have more than enough space on the partitioned disk. Also I've made sure that the directory '/wlpspprim' does in fact exist on the machine - if anyone has any suggestions that would help a lot.
Thanks!
EDIT: Formatting