#!/bin/sh
#
# $Header: opatch/OPatch/datapatch /main/2 2015/09/09 10:43:32 vkekalo Exp $
#
# t.sh
#
# Copyright (c) 2012, 2015, 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)
#    jqnguyen    09/03/15 - 21414867: Update the copyright year
#    surman      07/12/12 - 14165102: Creation

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

