Anonymous Asked in Cars &Transportation · 2 weeks ago

How do I run Sqlplus commands in SQL Developer?

Go to SQL Worksheet - SQL statement area. Enter DESCRIBE USER_USERS. Press F9 to run the command.


Does SQL Developer has SQLPlus?

SQL Developer these days comes with another tool called sqlcl. This is a bit like SQLPlus but is actually using some bits from SQL Developer to give a compatible command line/scripting type interface.

How do I run a SQLPlus script from the command-line?

To run a script as you start SQL*Plus, use one of the following options:1Follow the SQLPLUS command with your username, a slash, a space, @, and the name of the file: SQLPLUS HR @SALES. SQL*Plus starts, prompts for your password and runs the script.2Include your username as the first line of the file.5 Using Scripts in SQL*Plus

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours