I have allocated a whole load of LUNS from our SAN to a Solaris9 server to be used a raw devices for an oracle9.2.0.7 server. One of my users is attempting to create a tablespace on the raw device and its failing with the following error:-
SQL> create tablespace ARBOR_TEMP datafile '/ora2/oradata/CLTT1_C1/arbor_temp.dbf' size 500M reuse;
create tablespace ARBOR_TEMP datafile '/ora2/oradata/CLTT1_C1/arbor_temp.dbf' size 500M reuse
*
ERROR at line 1:
ORA-01119: error in creating database file
'/ora2/oradata/CLTT1_C1/arbor_temp.dbf'
ORA-27041: unable to open file
SVR4 Error: 5: I/O error
Additional information: 1
Can someone tell me what he is doing wrong?
SQL> create tablespace ARBOR_TEMP datafile '/ora2/oradata/CLTT1_C1/arbor_temp.dbf' size 500M reuse;
create tablespace ARBOR_TEMP datafile '/ora2/oradata/CLTT1_C1/arbor_temp.dbf' size 500M reuse
*
ERROR at line 1:
ORA-01119: error in creating database file
'/ora2/oradata/CLTT1_C1/arbor_temp.dbf'
ORA-27041: unable to open file
SVR4 Error: 5: I/O error
Additional information: 1
Can someone tell me what he is doing wrong?