Hi ALL,
11g 12c
I want to teach basic sqlplus.
Then, I want to create demo user scott/tiger.
Where do I get the scripts to create all the demo tables?
I saw some sample scott/tiger tables, like below
SQL> select table_name from user_tables;
TABLE_NAME
--------------------------------------------------------------------------------
DEPT
EMP
EMP_SNAPSHOT
MLOG$_EMP
RUPD$_EMP
What module in sqlplus do snapshot objects belong to? Do they belong to an sqlplus topic or more advanced?
Please help...
Kind regards,
jc