#!/bin/sh echo Enter the repository User Name read USER_NAME echo Enter the repository Passsword read USER_PASWD sqlplus $USER_NAME/$USER_PASWD @cleanStage.sql