Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Why Start SQL*Plus with /nolog

485418Oct 2 2008 — edited Nov 1 2008
What is the difference between starting SQL*Plus as in

sqlplus sys as sysdba

versus

sqlplus /nolog
connect sys as sysdba

I can imagine that the second method prevents some log file from being written but sometimes logs are useful. Is there more to it than that?

Thanks,
Gregory
This post has been answered by 247514 on Oct 2 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 29 2008
Added on Oct 2 2008
21 comments
20,378 views