1. Commands
| To list all tables in current schema: | SELECT table_name FROM user_tables; | |
| Connect user | connect user_name/password | connect hr/password |
http://www.vttoth.com/oracle.htm
http://www.vttoth.com/oracle.htm
| To list all tables in current schema: | SELECT table_name FROM user_tables; | |
| Connect user | connect user_name/password | connect hr/password |