Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Error creating TABLESPACE using raw device on Solaris 8.

Error creating TABLESPACE using raw device on Solaris 8.

From: Francesco <francesco.cantisano_at_tin.it>
Date: Thu, 14 Nov 2002 10:43:29 +0100
Message-ID: <aqvr7s$c96pr$1@ID-74096.news.dfncis.de>


Hi to all,
we are trying to create a tablespace using a raw device. The sysadm as created some raw devices (1Giga each) e.g. /dev/rdsk/c0t0d0s4
And I have created with the oracle user some symbolic links to these devices in
/store0/oradata/PGV880

so, I see with an ls -la
lrwxrwxrwx 1 oracle dba 18 Nov 12 14:33 PGV880_data4_1000M.dbf ->
/dev/rdsk/c0t0d0s4

But if I try to use one of these files
create tablespace raw_tbs datafile
'/store0/oradata/PGV880/PGV880_data4_1000M.dbf' size 1000M;

I get

ERROR at line 1:
ORA-01119: error in creating database file '/store0/oradata/PGV880/PGV880_Data4_1000M.dbf' ORA-27040: skgfrcre: create error, unable to create file SVR4 Error: 13: Permission denied

Can someone help us to understand what is wrong? Thanks,
Francesco Received on Thu Nov 14 2002 - 03:43:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US