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 -> Re: Placing schema in file system?

Re: Placing schema in file system?

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 29 Jun 2005 16:45:18 -0700
Message-ID: <1120088724.708967@yasure>


David E. Grove wrote:
> Oracle 10g
> Solaris 10
> Sun V480
>
> Is it possible to cause all database objects for a particular schema to be
> created in a (different) designated file system?
>
> For example, say database objects are stored in "/u01/oradata/orcl/". Is
> there a way to cause all objects created by "special_user" (and only those
> objects created by "special_user") to be stored in, say,
> "/u02/oradata/orcl"?
>
> Thank you.
>
> DG

It would be easier to give you an answer if you used terms that have meaning in the context of an Oracle database.

Data files are physical entities that map to the file system. A tablespace can consist of multiple physical data files. You can map an object to a specific tablespace but no more. So if you have a tablespace that consists of one or more data files at /u01/oradata/orcl/ then yes you can: Otherwise no.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Jun 29 2005 - 18:45:18 CDT

Original text of this message

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