Run SQL Statements with SQL Developer in Oracle

Q

How To Run SQL Statements with Oracle SQL Developer in Oracle?

✍: 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.

 

Export Connection Information to a File in Oracle

Connect to a Remote Server in Oracle

Introduction to Oracle SQL Developer

⇑⇑ Oracle Database Tutorials

2018-10-08, 1511🔥, 0💬