User Tools

Site Tools


wiki:update_oracle_database_on_windows_server

This is an old revision of the document!


  • Download the required patches to perform update

Latest versions can be found on the following page: https://support.oracle.com/knowledge/Oracle%20Cloud/2521164_1.html

Windows Bundle Patch - R19x Database Release Update Revision, column "Included in Windows Bundle"
OJVM - R19x OJVM Release Update

Once patches numbers are noted you can download from the support page: https://support.oracle.com

  • Install patches on Windows server
  1. Extract the zipped files in a folder
  2. Install the Windows Database bundle patch
  3. Install OJVM

Installation of the Windows Database bundle patch:

  • Check if there are any invalid packages

Start CMD as administrator

sqlplus /nolog
SQL> connect as sysdba
Enter user-name: sys
Enter password:*****
Connected
SQL> set line 2000
SQL> select owner, object_type, object_name,status from dba_objects where status != 'VALID' order by owner, object_type;
wiki/update_oracle_database_on_windows_server.1705674659.txt.gz · Last modified: by wagner.jer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki