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: 10g upgrade survey

RE: 10g upgrade survey

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Tue, 20 Mar 2007 10:56:04 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45071FD852@NT15.oneneck.corp>


Not sure what you mean by #2 - it sounds like an argument for using exp/imp as you have it phrased there.  

If you really care about retaining object creation times, I'd recommend logging them somewhere else than in dba_objects because they can get updated there at unexpected times. You could easily do a "create table object_creation_dates as select owner, object_id, object_name, created from dba_objects" and that would take care of that problem for you.  

Regards,
Brandon


From: GovindanK [mailto:gkatteri_at_fastmail.fm] Sent: Tuesday, March 20, 2007 10:52 AM
To: Allen, Brandon; oracledba.williams_at_gmail.com; Oracle Discussion List Subject: RE: 10g upgrade survey

I see three reasons against going for exp/imp:

  1. Minimal downtime
  2. System Tablespace / Data Dictionary corrupted but i am able to export all user/data schema
  3. I would need to retain the timestamp,create date as per dba_objects

HTH GovindanK

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Mar 20 2007 - 12:56:04 CDT

Original text of this message

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