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: Using a cd for queries?

Re: Using a cd for queries?

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 23 Jun 1999 17:29:37 +0100
Message-ID: <930155673.7878.0.nnrp-08.9e984b29@news.demon.co.uk>


In outline:

Make the tablespace readonly.

Copy the tablespace's files to a CDROM

mount the CDROM as a file system

shutdown the database,

'hide' the original files - e.g. rename them.

mount the database, and use

    alter database rename file
to tell the database that the files for that tablespace are now on another file system.

Open the database.

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

jmorley823_at_my-deja.com wrote in message <7kqvqu$ahe$1_at_nnrp1.deja.com>...
>i was told it is possible for oracle to attach to a cdrom, and be able
>to query from it. i've looked around, but i have not been able to find
>any documentation on how to do this.
>
>we have lots of archived data that is 'almost' never accessed, and
>being able to save the information on a cd would help enormously.
Received on Wed Jun 23 1999 - 11:29:37 CDT

Original text of this message

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