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: locally managed tspc and standby database

Re: locally managed tspc and standby database

From: Paul Drake <paled_at_home.com>
Date: Tue, 28 Aug 2001 06:14:41 GMT
Message-ID: <3B8B3690.3293C9D8@home.com>


Hanan Bar On wrote:
>
> hi all,
>
> I have a standby database and i want to change my temporary tbsp
> to locally managed tablespace in the primary database.
> on the standby database , do i write the same syntax of
> "alter database create datafile <filename1> as <filename2>"
> even tough it's tempfile and not datafile ?
>
> thanks,
>
> Hanan

sqlplus> alter database backup controlfile to trace;

grab the file out of the user_dump_dest and read it. You don't need a temp tablespace on the standby until you want to open it (read-only)
or activate it.

hth,

Paul Received on Tue Aug 28 2001 - 01:14:41 CDT

Original text of this message

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