Différence de résultat de Opatch lsinventory
Bonjour.
Je dois passer une base 10g R2 sous windows 2003 vers une machine virtuelle en win2008 server 32bits.
l'installation initiale avait été faite à partir d'oracle 10.2.0.1 avec application d'un patch R2 set 4 (10.2.0.5)
mais la version 10.2.0.1 ne s'installe pas sous win2008 server.
J'ai donc installé la version 10.2.0.3 ainsi que le patch.
Sur la machine initiale, Opatch me renvoie
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
| C:\oracle\product\10.2.0\OPatch>opatch.bat lsinventory
Invoking OPatch 10.2.0.4.9
Programme d'installation des patches temporaires Oracle version 10.2.0.4.9
Copyright (c) 2009, Oracle Corporation. Tous droits rÚservÚs.
RÚpertoire d'origine Oracle Home : C:\oracle\product\10.2.0
Inventaire central : C:\Program Files\Oracle\Inventory
Ó partir de : n/a
Version d'OPatch : 10.2.0.4.9
Version d'OUI : 10.2.0.5.0
Emplacement d'OUI : C:\oracle\product\10.2.0\oui
Emplacement du fichier journal : C:\oracle\product\10.2.0\cfgtoollogs\opatch\opatch2018-01-19_09-24-03AM.log
Patch history file: C:\oracle\product\10.2.0\cfgtoollogs\opatch\opatch_history.txt
Lsinventory Output file location : C:\oracle\product\10.2.0\cfgtoollogs\opatch\lsinv\lsinventory2018-01-19_09-24-03AM.txt
--------------------------------------------------------------------------------
Produits de niveau supÚrieur installÚs (3) :
Oracle Database 10g 10.2.0.1.0
Oracle Database 10g Products 10.2.0.1.0
Oracle Database 10g Release 2 Patch Set 4 10.2.0.5.0
3 produits sont installÚs dans ce rÚpertoire d'origine Oracle Home.
Patches temporaires (1) :
Patch 8350262 : applied on Mon Dec 12 17:24:23 CET 2011
Unique Patch ID: 13011832
Created on 13 Sep 2010, 14:09:12 hrs GMT
Bugs fixed:
8350262
--------------------------------------------------------------------------------
OPatch succeeded.
C:\oracle\product\10.2.0\OPatch> |
Sur la machine virtuelle, j'obtiens
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
| C:\oracle\product\10.2.0\db_1\OPatch
>opatch lsinventory
Invoking OPatch 10.2.0.4.9
Programme d'installation des patches temporaires Oracle version 10.2.0.4.9
Copyright (c) 2009, Oracle Corporation. Tous droits rÚservÚs.
RÚpertoire d'origine Oracle Home : C:\oracle\product\10.2.0\db_1
Inventaire central : C:\Program Files\Oracle\Inventory
Ó partir de : n/a
Version d'OPatch : 10.2.0.4.9
Version d'OUI : 10.2.0.5.0
Emplacement d'OUI : C:\oracle\product\10.2.0\db_1\oui
Emplacement du fichier journal : C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch2018-01-19_09-23-20AM.log
Patch history file: C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\opatch_history.txt
Lsinventory Output file location : C:\oracle\product\10.2.0\db_1\cfgtoollogs\opatch\lsinv\lsinventory2018-01-19_09-23-20AM.txt
--------------------------------------------------------------------------------
Produits de niveau supÚrieur installÚs (2) :
Oracle Database 10g 10.2.0.3.0
Oracle Database 10g Release 2 Patch Set 4 10.2.0.5.0
2 produits sont installÚs dans ce rÚpertoire d'origine Oracle Home.
Aucun patch temporaire n'est installÚ dans ce rÚpertoire d'origine Oracle Home.
--------------------------------------------------------------------------------
OPatch succeeded.
C:\oracle\product\10.2.0\db_1\OPatch
> |
Qu'est-ce que la ligne "Oracle Database 10g Products" ?
Pourquoi n'est-elle pas présente sur la machine virtuelle?
Merci de votre aide