Translation

If you are interested and you would read the post in English, please use Google Translator. You can find it on right side. If the translation is wrong, please email me: I'll try to translate for you.

martedì, agosto 23, 2011

Unix profile: alias

Nel .profile dell'utente oracle, possiamo definire i segueni alias


alias  goh='cd $ORACLE_HOME'
alias  gob='cd $ORACLE_BASE'
alias  gol='cd $ORACLE_BASE/local'
alias  goa='cd $ORACLE_BASE/admin'
alias  gos='cd $ORACLE_BASE/admin/$ORACLE_SID'
alias  gonet='cd $ORACLE_HOME/network/admin'
alias  goinstinstall='cd $ORACLE_INSTALLER_DIR'
alias  godb='cd /db${ORACLE_SID}/${ORACLE_SID}'
alias  goark='cd /fsDbWorkArea/archiveLog${ORACLE_SID}'

alias  isql='sqlplus "/as sysdba"'
alias showfunc='grep \(\) ~oracle/.profile|sed s/\(\)//'
alias  orapatch='$ORACLE_HOME/OPatch/opatch'

0 commenti: