SQLPlus Alias to avoid typing sqlplus / as sysdba |
Tired of typing sqlplus '/as sysdba' every time you want to do something? Add the following alias to your .profile or .bash_profile file: alias osss='sqlplus "/ as sysdba"' Then you can just type osss on the command line to invoke "sqlplus / as sysdba" |