Hi all,
I started a table space with this script
CREATE TABLESPACE "test"
LOGGING
DATAFILE 'E:\ORACLE\ORADATA\ORA9I\test.ora' SIZE 100M
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 100K SEGMENT SPACE
MANAGEMENT AUTO
Everything went fine for a while, but now I have 4 tablespace named test, test_01, test_02, test_03 of 2gig size all full and no new file will be created.
It's like there is an 8Gig limit.
What's wrong with this?
Thanks,
Simon
I started a table space with this script
CREATE TABLESPACE "test"
LOGGING
DATAFILE 'E:\ORACLE\ORADATA\ORA9I\test.ora' SIZE 100M
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 100K SEGMENT SPACE
MANAGEMENT AUTO
Everything went fine for a while, but now I have 4 tablespace named test, test_01, test_02, test_03 of 2gig size all full and no new file will be created.
It's like there is an 8Gig limit.
What's wrong with this?
Thanks,
Simon