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
Asked
Active
Viewed 113 times
0
-
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 Answers
3
You must make commit after insert to make your changes visible for other sessions.

user2304486
- 46
- 1