Update 10_oracle_installation.sh

This commit is contained in:
Yacine31
2023-11-12 04:13:18 +01:00
parent eb53a0f481
commit 5d6f565df3

View File

@@ -1,7 +1,8 @@
# inventory.xml
echo "<h2>Inventory.xml</h2>"
echo "<pre>"
ORA_INVENTORY=$(cat /etc/oraInst.loc | grep inventory_loc | cut -d= -f2)
cat $ORA_INVENTORY/ContentsXML/inventory.xml
cat $ORA_INVENTORY/ContentsXML/inventory.xml | grep "<HOME NAME=" | awk '{print $2 " " $3}'
echo "</pre>"
# opatch