Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47 from amreo/master
Browse files Browse the repository at this point in the history
Fixed db fetcher
  • Loading branch information
amreo authored Jan 13, 2020
2 parents c5db81a + a2631ec commit a1ebbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch/db
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ export ORACLE_SID=$SID
export ORACLE_HOME=$HOME
export PATH=$HOME/bin:$PATH

sqlplus -S "/ AS SYSDBA" < ${ERCOLE_HOME}/sql/db.sql $AWR
sqlplus -S "/ AS SYSDBA" @${ERCOLE_HOME}/sql/db.sql $AWR

0 comments on commit a1ebbf4

Please sign in to comment.