We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea2d0c commit 8051a76Copy full SHA for 8051a76
upload/3topLevel_inner.sh
@@ -129,7 +129,9 @@ echo create second ORDS pdb takes two minutes on intel i5
129
echo y |~/bin/createnewpdbminhr
130
echo Spatial storm data can be loaded with loadstorm script
131
">~oracle/bin/newpdbords
132
-chmod 755 ~oracle/bin/newpdbords' > /tmp/hrrest.sh
+cp /tmp/1/loadstorm ~oracle/bin/loadstorm
133
+chmod 755 ~oracle/bin/newpdbords
134
+chmod 755 ~oracle/bin/loadstorm' > /tmp/hrrest.sh
135
chmod 755 /tmp/hrrest.sh
136
su - oracle -c '/bin/bash -xc /tmp/hrrest.sh'
137
rm /tmp/hrrest.sh
0 commit comments