0

What happens If we exit out of a session without committing an update statement in sqlplus. Can we commit it after logging into the session again?

2
  • 2
    No, not possible depends on your lost individual session. Commented Jan 29, 2019 at 12:44
  • 1
    This question has all the details you need. Commented Jan 29, 2019 at 12:48

1 Answer 1

1

Exit automatically issues a commit statement before leaving the sqlplus.

Sign up to request clarification or add additional context in comments.

1 Comment

Additionally, exit behavior can be configured with SET EXITC[OMMIT] {ON | OFF} if you're running 11g or higher. Reference

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.