Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Scripts to reengineer a DB / recovery speed-up

RE: Scripts to reengineer a DB / recovery speed-up

From: Mark Leith <mark_at_cool-tools.co.uk>
Date: Mon, 23 Sep 2002 02:58:26 -0800
Message-ID: <F001.004D655B.20020923025826@fatcity.com>


I'll endorse this (at a push ;P)..

Grab the DBATool (http://www.cool-tools.co.uk/products/dbatool.html), load up the export file (taken with rows=n), and look under the "PUBLIC" users information for roles, tablespaces etc.

DBATool is also related to another thread on this list as well ("Copying all schemas except sys").. DBATool will allow you to read a full export, and spool custom creation scripts to your needs (including or excluding objects as needed) with SYS objects being totally excluded..

HTH Mark


 Mark Leith             | T: +44 (0)1905 330 281
 Sales & Marketing      | F: +44 (0)870 127 5283
 Cool Tools UK Ltd      | E: mark_at_cool-tools.co.uk

===================================================
http://www.cool-tools.co.uk Maximising throughput & performance

-----Original Message-----
Peter.McLarty_at_mincom.com
Sent: 23 September 2002 00:53
To: Multiple recipients of list ORACLE-L

Go to Cool-Tools website http://www.cool-tools.co.uk/ and have a look at the Databee DBA Tool

Cheers

--

=================================================
Peter McLarty E-mail: Peter.Mclarty_at_mincom.com Technical Consultant WWW: http://www.mincom.com APAC Technical Services Phone: +61 (0)7 3303 3461 Brisbane, Australia Mobile: +61 (0)402 094 238 Facsimile: +61 (0)7 3303 3048
=================================================
A great pleasure in life is doing what people say you cannot do. - Walter Bagehot (1826-1877 British Economist)
=================================================
Mincom "The People, The Experience, The Vision"
=================================================
This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. The contents of this e-mail are the opinion of the writer only and are not endorsed by the Mincom Group of companies unless expressly stated otherwise. Andrey Bronfin <andreyb_at_elrontelesoft.com> Sent by: root_at_fatcity.com 23-09-2002 04:43 AM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: Subject: Scripts to reengineer a DB / recovery speed-up Dear gurus ! Could you please point me to a free script /tool to capture the current DB metadata and to be able to recreate the DB (except for the actual data), i.e. tablespaces, users, roles etc... I can think of 2 semi-ways of doing it: 1) get the physical DB attributes (data files , redo logs , character set etc..) from "alter database backup controlfile to trace" 2) get the rest of metadata from a full DB export with no rows (rows=N). But if someone has a ready script , it will save me some time and work ;-) Thanks a lot ! Another question : i need the above in order to speed up bringing our DB back to production. We currently back it up via RMAN to tapes (via HP OmniBack II). This is a quite large DB (~950 GB, running on win2k , no UNIX) , and the RMAN restore/recovery took almost 48 hours after the recent crash. We're looking to speed up recovery and the most feasible option seems to be this : recreate the DB (empty DB , just build the users, TBS , tables etc..) , load configuration / reference / lookup/ static data (which needs to be backed up (exported) separately) . At this point the DB is operational again, loss of detailed data may be tolerated. The actual question is : what do you think of this scheme ? DBAndrey * 03-9254520 * 058-548133 * mailto:andreyb_at_elrontelesoft.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Andrey Bronfin INET: andreyb_at_elrontelesoft.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mark Leith INET: mark_at_cool-tools.co.uk Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Mon Sep 23 2002 - 05:58:26 CDT

Original text of this message

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