How To Run SQL Statements with Oracle SQL Developer

Q

How To Run SQL Statements with Oracle SQL Developer? - Oracle DBA FAQ - Introduction to Oracle SQL Developer

✍: FYIcenter.com

A

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.

2007-04-27, 4965👍, 0💬