From e0b4531d8528e5de2c46404b8026e22e23ba3266 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Sun, 12 Nov 2023 03:58:17 +0100 Subject: [PATCH] os infos --- sql/10_os_info.sql | 6 ++++++ sql/10b_oracle_installation.sh | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/sql/10_os_info.sql b/sql/10_os_info.sql index 890a86b..f35f2a4 100644 --- a/sql/10_os_info.sql +++ b/sql/10_os_info.sql @@ -38,4 +38,10 @@ prompt

ulimit -a

prompt
 host ulimit -a | sort
 prompt 
+ +prompt

ulimit -a

+prompt
+host /bin/sh 10b_oracle_installation.sh
+prompt 
+ exit \ No newline at end of file diff --git a/sql/10b_oracle_installation.sh b/sql/10b_oracle_installation.sh index 1a17394..3564aaf 100644 --- a/sql/10b_oracle_installation.sh +++ b/sql/10b_oracle_installation.sh @@ -1,10 +1,3 @@ -prompt

lscpu

-prompt
-host lscpu
-prompt 
-exit - - # inventory.xml ORA_INVENTORY=$(cat /etc/oraInst.loc | grep inventory_loc | cut -d= -f2) cat $ORA_INVENTORY/ContentsXML/inventory.xml >> ${HTML_FILE}