File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
+ # Set calling script name for validation tasks
17
+ export CALLING_SCRIPT=" cleanup-oracle.sh"
18
+
16
19
echo Command used:
17
20
echo " $0 $@ "
18
21
echo
Original file line number Diff line number Diff line change 175
175
The --ora-db-home-dir parameter must point to a valid Oracle Database home with a functioning Oracle binary.
176
176
This should be the path to the Oracle Database software installation, not the Grid Infrastructure home.
177
177
when :
178
- - calling_script != "install-oracle .sh"
178
+ - calling_script == "add-database .sh"
179
179
- oracle_binary.stat is defined
180
180
- not oracle_binary.stat.exists | default(false) | bool
181
181
- oracle_binary_alt is not defined or not oracle_binary_alt.stat.exists | default(false) | bool
You can’t perform that action at this time.
0 commit comments