I have just managed to install Oracle 10g and am now falling about trying to figure out how to use it.
I can open SQL*Plus, log in and create tables, insert data, recall and change the data and so on.
I can save the latest command that is in the buffer into a .sql file.
If I close SQL*Plus, and open it again, the table I have created still exists, but the attribute values seem to have dissapeared. If I try to call them up I get a "no rows selected" message.
Where is this table data saved?
How can I prevent the attribute values from dissapearing?
Have I got hold of the cat by the tail and am going about this in completely the wrong way?
I can open SQL*Plus, log in and create tables, insert data, recall and change the data and so on.
I can save the latest command that is in the buffer into a .sql file.
If I close SQL*Plus, and open it again, the table I have created still exists, but the attribute values seem to have dissapeared. If I try to call them up I get a "no rows selected" message.
Where is this table data saved?
How can I prevent the attribute values from dissapearing?
Have I got hold of the cat by the tail and am going about this in completely the wrong way?