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: Oracle 7.1 -> 7.3 migration

Re: Oracle 7.1 -> 7.3 migration

From: Sandy Thrasher <sandra.thrasher_at_MCI2000.com>
Date: 1998/01/15
Message-ID: <nVlv.2189$An2.670994@news.internetMCI.com>#1/1

I've ugraded recently from 7.1 to 7.3 and had no major problems. Here is the basic steps:

  1. Export your entire DB - perform a FULL export to get all data.
  2. Delete your entire DB.
  3. Install the new version of Oracle.
  4. Recreate your DB.
  5. Import your saved data - perform a FULL import to get all your data.

We only had to change some of our Apps. The new Oralce Precompiler on the HP 10.20 had us make some minor mods.

We had to change the way we implemented Database Links. These were done with OPS$ accounts and did not specify a user/password. However, 7.3 did not seem to support this, so, we changed to specifiying an account in our DB link definition.

Also, SQLDBA gets replaced with SVRMGR so we had to modify all or our DBA scripts to use the new code. No changes were required to the actual code however.

Sandy Received on Thu Jan 15 1998 - 00:00:00 CST

Original text of this message

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