Basic Oracle Concepts and Programming Question:
How To Run SQL Statements with Oracle SQL Developer?

Answer:
Once a connection is established with an Oracle server, you can enter any SQL statements in the SQL Statement area. Try yourself with the following steps:
► Go to the SQL Statement area
► Enter SELECT username, default_tablespace FROM USER_USERS;
► Press F9 or click the Execute Statement icon
You will see the statement results in the Results area.
► Go to the SQL Statement area
► Enter SELECT username, default_tablespace FROM USER_USERS;
► Press F9 or click the Execute Statement icon
You will see the statement results in the Results area.
Previous Question | Next Question |
How To Connect to a Remote Server? | How To Export Your Connection Information to a File? |