#!/bin/bash set -ev sqlplus -S -L sys/oracle@//localhost:1521/${SERVICE_NAME} AS SYSDBA <