About 3,770,000 results
Open links in new tab
  1. A Using SQL Command Line - Oracle

    SQL Command Line (SQL*Plus) is a command-line tool for accessing Oracle Database XE. It enables you to enter and run SQL, PL/SQL, and SQL*Plus commands and statements to: …

  2. sqlplus - executing a .sql file in sql plus terminal - Stack Overflow

    Aug 19, 2016 · I have written couple of sql scripts in a text file and saved them with a .sql extension. I want to execute these scripts in the sql plus terminal without having to manually …

  3. Oracle / PLSQL: Execute a SQL script file in SQLPlus - TechOnTheNet

    Answer: To execute a script file in SQLPlus, type @ and then the file name. SQL > @{file} For example, if your file was called script.sql, you'd type the following command at the SQL …

  4. ORACLE-BASE - Oracle Shell Scripting

    To run a SQL script using SQL*Plus, place the SQL along with any SQL*Plus commands in a file and save it on your operating system. For example, save the following script in a file called …

  5. Run Oracle SQL script and exit from sqlplus.exe via command prompt

    Apr 17, 2017 · I would like to run an Oracle script through SQL Plus via a Windows command prompt. The script does not contain an "exit" command, but I would still like SQL Plus to exit, …

  6. Running SQL Files with SQL*Plus in Oracle | sql1

    May 13, 2024 · In this guide, we’ll dive into the steps and best practices for running SQL files using SQLPlus, Oracle’s command-line utility. One common task is executing SQL scripts …

  7. How to run .sql file in Oracle SQL developer tool to import …

    Jul 22, 2015 · You could execute the .sql file as a script in the SQL Developer worksheet. Either use the Run Script icon, or simply press F5. For example, @path\script.sql; Remember, you …

  8. SQL*Plus Tutorial on the Command-Line Interface (CLI)

    May 25, 2021 · You can work either in the interactive SQL*Plus command-line interface (CLI) or in Oracle SQL Developer through a Java-based GUI. This section explains how to use these two …

  9. How to Run SQL Script: A Comprehensive Guide

    Jun 28, 2023 · Lastly, Oracle provides the sqlplus command line tool for executing SQL scripts: Open a terminal or command prompt. Navigate to the folder where your SQL script is located. …

  10. Use SQL Developer Command-Line (SQLcl) to run SQL-scripts

    Aug 26, 2018 · SQL Developer Command Line SQLcl 18.2 Oracle SQL Developer Command Line (SQLcl) is a free command line interface for Oracle Database. You can, both execute in …

  11. Some results have been removed
Refresh