Oracle 11g DATABASE on RAW device IBM UNIX 7.1
lrwxrwxrwx 1 oracle dba 21 Oct 13 01:06 /crsp/oradata/spares/spare10g_489.dbf-> /dev/rcrsp_spr10g_489
/dev/rcrsp_spr10g_489 is a raw device
When we add space, we do the following steps
1) mv /crsp/oradata/spares/spare10g_489.dbf /crsp/oradata/index1/index3_100M57.dbf
2) ALTER TABLESPACE INDEX3_100M
ADD
DATAFILE '/crsp/oradata/index1/index3_100M57.dbf' SIZE 1024M AUTOEXTEND ON NEXT 100M MAXSIZE 10240M;
If we upgrade to 12c, can we still use this? If not, what's choice?
Thanks,