Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle8 datafiles setting
there is a one to many relationship between an Oracle tablespace and its datafiles. it therefore follows that you need to look at
create tablespace X
and
alter tablespace X.
This is all documented in the Oracle documentation.
HTH
-- Niall Litchfield Oracle DBA Audit Commission UK "Ken" <shihlo_at_erols.com> wrote in message news:39732C11.B2CBB0CD_at_erols.com...Received on Fri Jul 21 2000 - 00:00:00 CDT
> I confused the oracle datafile setting:
>
> create database datafile...
> create tablespace .... datafile ....
> alter database create datafile....
> alter database datafile....
> alter tablespace ... add datafile ....
>
> which commands are used when the datafile is not exist and need to
> create?
> which commands are used when the datafile is already exist ?
>
> Ken
>
>
![]() |
![]() |