Download Upgrade RDBMS 10204 to 11202 DBUA To run the Pre

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Concurrency control wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Database wikipedia , lookup

Clusterpoint wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Database model wikipedia , lookup

Relational model wikipedia , lookup

Open Database Connectivity wikipedia , lookup

SQL wikipedia , lookup

Oracle Database wikipedia , lookup

PL/SQL wikipedia , lookup

Transcript
Upgrade RDBMS 10204 to 11202 DBUA
To run the Pre-Upgrade Information Tool
1. Log in to the system as the owner of the environment of the database being upgraded(10g
environment).
Important:
The Pre-Upgrade Information Tool must be copied to and must be run from the
environment of the database being upgraded.
2. Start SQL*Plus.
3. Connect to the database instance as a user with SYSDBA privileges.
4. Set the system to spool results to a log file for later analysis:
SQL> SPOOL upgrade_info.log
5. Run the Pre-Upgrade Information Tool:
SQL> @$11g_ORACLE_HOME/rdbms/admin/utlu112i.sql
6. Turn off the spooling of script results to the log file:
SQL> SPOOL OFF
Check the output of the Pre-Upgrade Information Tool in upgrade_info.log.
7. Best practice: Login as sysdba run purge recycle_bin (it removes all the objects from
the
recycle_bin whenever you drop an object it stays in the recyle_bin so it can be restored)
Obtain this information and keep
Invalid objects:
Set pages 300
Col object_name format a30
Col owner format a10
Select owner, object_name, object_type, status from dba_objects where status !=
‘VALID’ order by owner;
Select count(*) from dba_objects where status != ‘VALID’;
1
8. Make sure that timed_statistics is set to true if this parameter is in your spfile or pfile
parameter file. If not set the default is true.
9. After log has been reviewed switch to your 11g environment. Launch your x-term
emulator and type in dbua. Please follow option chosen in the screen shots. Please set
your TMP and TMPDIR to appropriate directory with proper size.
Click Next
2
Chose the database to be updated. Click Next
3
Choose Yes
4
Check Upgrade Timezone Version and TIMESTAMP WITH TIME ZONE Data. Click Next
5
Check Do not Move files as Part of Upgrade and click Next
6
Comment [VP1]: Check fast recovery area, make
it /oracle/admin/<SID>/fast_arecovery_area
7
Check Configure the Database with Enterprise Manager. Click Next
8
Click “ Use the Same Password for All Accounts. Type in password and click Next
9
Select “No, don’t register database” and click Tab Listeners
10
Make sure that no listener are selected and click Next.
11
Review Summary and click Finish
12
13
If you get the above error please click on ignore.
14
If you get the above errors please click on ignore.
15
If you get the above errors please click on ignore.
1.
Apply the following patch
For patch please use the opatch under your $ORACLE_HOME/OPatch
January CPU
CPU Jan 12 (13343244)
HPUX-PARISC
16
Download from ftp.usg.edu
p13343244_112020_HP64.zip in banner/prod/oracle/hpux11i/11g
Solaris -64 bit
Download from ftp.usg.edu
p13343244_112020_SOLARIS64.zip in banner/prod/oracle/solaris/11g
Linux 64 bit
Download from ftp.usg.edu
p13343244_112020_Linux-x86-64.zip in banner/prod/oracle/linux/11g
HPUX-IA
Download from ftp.usg.edu
p13343244_112020_HPUX-IA64.zip in banner/prod/oracle/hpux_ia64/11g
Please review FAQ 1-H4TMPD from www.sungardhe.com and download scripts from
banner/prod/oracle/script/11g.
role_grant_queryall.sql
create_queryall_role.sql
vp_gcnvconnectrole.sql
17
18