#!/bin/sh RESTORE_POINT="$1" SIZE="$2" RECOVERY_FILE="$3" # Make sure the physical directory exists mkdir -p "$DP_PATH" # Set recovery file and restore point sqlplus / as sysdba <