patching
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| patching [2018/12/08 12:49] – created 0.0.0.0 | patching [2023/07/30 23:06] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | * [[https:// |
| - | + | * [[https:// | |
| - | On bog standard iron, this is a fairly simple procedure. Download the patch, stop the databases and listeners and opatch the ORACLE_HOME. See general procedure [[Applying patches]]<br /> | + | ==== For versions below 12.2.0.1 |
| - | [[https:// | + | On bog standard iron, this is a fairly simple procedure. Download the patch, stop the databases and listeners and opatch the ORACLE_HOME. See general procedure [[Applying patches]]\\ |
| - | * [[http:// | + | [[https:// |
| - | =====What patches are installed?===== | + | * [[http:// |
| - | ====Display the Patch inventory==== | + | ==== What patches are installed? ==== |
| - | < | + | === Display the Patch inventory === |
| - | ====Display just the patches==== | + | < |
| - | < | + | $ORACLE_HOME/ |
| - | ====From SQL*Plus in version 11==== | + | </ |
| + | === Display just the patches === | ||
| + | < | ||
| + | $ORACLE_HOME/ | ||
| + | </ | ||
| + | === From SQL*Plus in version 11 === | ||
| dba_registry_history is a view on registry$history | dba_registry_history is a view on registry$history | ||
| - | < | + | < |
| + | col action_time for a21 | ||
| + | col action | ||
| + | col namespace | ||
| + | col version | ||
| + | col comments | ||
| + | select action_time, | ||
| + | </ | ||
| + | |||
| + | ==== From 12.1.0.1 onwards ==== | ||
| + | Reference: [[https:// | ||
| + | * Patching is now no longer performed inline. It is always done in a new ORACLE_HOME. So the databases do not need to be stopped until each one is moved to the new home. | ||
| + | * When the database is restarted in the new home, $ORACLE_HOME/ | ||
| + | |||
| + | === From SQL*Plus in version 12 === | ||
| + | < | ||
| + | select extract(sys.dbms_qpatch.get_opatch_list,'// | ||
| + | </ | ||
| - | ====From SQL*Plus in version 12==== | + | Now things are getting more interesting...\\ |
| - | < | + | |
| - | Now things are getting more interesting...< | + | ==== Patching ODA & Exadata ==== |
| + | * [[Patching Oracle Database Appliance (ODA)]] | ||
| + | * [[Patching Exadata]] | ||
| - | =====Patching ODA & Exadata===== | ||
| - | * [[Patching Oracle Database Appliance (ODA)]] | ||
| - | * [[Patching Exadata]] | ||
patching.1544273361.txt.gz · Last modified: 2018/12/08 12:49 by 0.0.0.0
