Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Reporting database
Hi, I used the following approach and it worked fine for me while the
database was not very big:
1. Create and run standby database on another machine.
2. Periodically stop standby, create a copy, start again and activate it
2a. If this is not a first pass, shutdown report database
3. Rename standby database and mount/open it as report database
4. restore standby from copy, continue standby recovery.
Everything was automated with shell scripts and worked well.
You will need another approach, presumably materialized views/snapshots for bigger database.
Vadim Gorbounov
Oracle DBA
-----Original Message-----
Sent: Tuesday, February 06, 2001 7:26 AM
To: Multiple recipients of list ORACLE-L
How are you all creating reporting databases? We currently have an OLTP database and we wish to create a reporting database from it. As I see it, we have the following options:
How are the rest of you doing it? Are there any other options that I forgot?
Thanks,
Tom
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Terrian, Thomas
INET: Thomas.Terrian_at_standardregister.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Feb 06 2001 - 15:05:42 CST