Update 10_oracle_installation.sh
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
# inventory.xml
|
# inventory.xml
|
||||||
|
echo "<h2>Inventory.xml</h2>"
|
||||||
echo "<pre>"
|
echo "<pre>"
|
||||||
ORA_INVENTORY=$(cat /etc/oraInst.loc | grep inventory_loc | cut -d= -f2)
|
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>"
|
echo "</pre>"
|
||||||
|
|
||||||
# opatch
|
# opatch
|
||||||
|
|||||||
Reference in New Issue
Block a user