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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Installation on raw partitions

Re: Installation on raw partitions

From: <mark.powell_at_eds.com>
Date: 17 Oct 2002 15:52:16 GMT
Message-ID: <aommbg$mbg$1@news.netmar.com>


In article <aol6vl$nfes0$1_at_ID-18576.news.dfncis.de>, Amadium <someone_at_nowhere.com> writes:
>Greetings,
>I wish to install oracle on raw partitions. Where can I find a sample code?
>
>Thanks
>
>

Once the System Administrator creates the raw partitions just use thier names like filenames in the create tablespace statement

create tablespace dataspc
 datafile '/dev/rw/tblspc_nm.dat' size 1024M;

Some sites like to create OS links to the raw partitions using a 'normal' file name and use the link name in the create/alter tablespace statements.

HTH -- Mark D Powell --

Received on Thu Oct 17 2002 - 10:52:16 CDT

Original text of this message

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