SQLPATH Environment Variable in Oracle
In this blog , we will see SQLPATH Environment Variable in Oracle.
oracle configurationintermediate
by OracleDba
14 views
In this blog , we will see SQLPATH Environment Variable in Oracle.
123
mkdir -p /data/app/scripts
export SQLPATH=/data/app/scripts123
cd /tmp > start sqlplus from /tmp loc
sqlplus / as sysdba
SQL> @database-size.sql --> runs from $SQLPATH locPlease to add comments
No comments yet. Be the first to comment!