Yesterday I installed Oracle 11g & Oracle Data Access. With the installed sql*plus console I used /nolog and the connect / as SYSDBA, then I created a few users and grand them privilegs.
I created a table and insert some values. After closing and reopening the console, the table exists but the entries are lost.
I also tried to login in as an user and created a table… but after restart the entries are lost again.
Could it be that the enviroment variable is wrong?
Yesterday I installed Oracle 11g & Oracle Data Access. With the installed sql*plus console
Share
Like John said, use the
commit;statement to make your changes permanent.