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

Home -> Community -> Usenet -> c.d.o.tools -> What doe this mean

What doe this mean

From: Mark Riehl <mriehl_at_home.com>
Date: Thu, 18 Jan 2001 19:01:05 GMT
Message-ID: <R3H96.147337$w35.26080793@news1.rdc1.nj.home.com>

All,

This little section is from the Oracle Designer documentation. I need to create ~15 tablespaces.

create tablespace tbs_name datafile 'filespec' size nnk default storage (initial nnnk next nnnk minextents n maxextents unlimited pctincrease n);
where tbs_name is the name of the tablespace, and filespec is the complete file specification for the data file.

Question - what is filespec? Is it a path to a file?

Thanks,
Mark Received on Thu Jan 18 2001 - 13:01:05 CST

Original text of this message

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