What does this command do when logging onto SQLPLUS? SQLPLUS -s scott/tiger Thanks, smoothyc
"-s" stands for silent mode - it means you don't get any terminal output. It is useful for running SQL*Plus as part of a script where you don't want the user to see lots of stuff appearing on the screen.
Thanks Scorby.... that's just what I thought it was. smoothyc
Forum Rules
Bookmarks