0

I was trying to entry data to my created table in oracle 11g express edition command line using the insert command but as soon as I closed the window that is the command line all the data I entered got erased

pic after entering data

pic after closing the window

ARCHISMAN
  • 3
  • 1
  • screen shots of command sessions are _very_ difficult to read. Nothing prevents you from simply copying the text from the command window and pasting it - _formatted_ into your question. That said, I'd agree with the other respondent - you forgot to COMMIT after your insert. – EdStevens Jul 31 '21 at 16:37

1 Answers1

3

You must make commit after insert to make your changes visible for other sessions.