#!/bin/sh
#
# $Header: opatch/OPatch/datapatch /main/3 2016/09/16 23:29:40 vkekalo Exp $
#
# t.sh
#
# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
#
#    NAME
#      datapatch - <one-line expansion of the name>
#
#    DESCRIPTION
#      <short description of component this file declares/defines>
#
#    NOTES
#      <other useful comments, qualifications, etc.>
#
#    MODIFIED   (MM/DD/YY)
#    opatch    09/03/15 - : Update the copyright year
#    opatch      07/12/12 - : Creation

# Call sqlpatch to do the real work
$ORACLE_HOME/sqlpatch/sqlpatch $@

