About 12,100,000 results
Open links in new tab
  1. How to run Oracle query with begin/end in SQL*Plus?

    Nov 19, 2010 · I have created a query block with begin/end and want to run that in SQL*Plus. But how can I run it in the command line? Actually the code is from some blog and it is used for searching text in the database. ABC is the texts to be searched.

  2. 4 SQL*Plus Basics - Oracle Help Center

    You can use SQL*Plus commands to manipulate SQL commands and PL/SQL blocks and to format and print query results. SQL*Plus treats SQL*Plus commands differently than SQL commands or PL/SQL blocks. To speed up command …

  3. SQL*Plus Quick Start - Oracle Help Center

    SQL*Plus is an interactive and batch query tool that is installed with every Oracle Database installation. It has a command-line user interface. There is also the SQL*Plus Instant Client which is a standalone command-line interface available on platforms that support the OCI Instant Client.

  4. How can I issue a single command from the command line through sql plus?

    Mar 12, 2009 · Using SQL Plus, you can run a script with the "@" operator from the command line, as in: c:\>sqlplus username/password@databasename @"c:\my_script.sql" But is it possible to just run a single command with a similar syntax, without a whole separate script file?

  5. 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: Query, insert, and update data. Execute PL/SQL procedures. Examine table and object definitions. Develop and run batch scripts. Perform database administration

  6. How to use SQL*Plus in Oracle - TechTarget

    Mar 12, 2009 · Learn how to use SQL*Plus in Oracle, which can be used to run SQL statement and scripts if an Oracle database does not have an SQL Developer installation.

  7. SQL*Plus Command Reference - GeeksforGeeks

    Jun 6, 2024 · Here is a list of some essential SQLPlus Commands: Connects to a database using the specified credentials and connection details. Executes an SQL query to retrieve data from a table. Displays the structure of a table (columns, data types, etc.). Sets the maximum line width for query output. Sets the number of lines per page for query output.

  8. sql - sqlplus statement from command line - Stack Overflow

    You actually can run sqlplus, log in, and then run the commands - you don't have to pipe in the credentials. My problem was the commands weren't running - the line numbers just kept incrementing! Now I know how to get them to run -- just add a semi-colon!

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

    May 25, 2021 · SQL*Plus places a query or other SQL statement in a special buffer when you run it. Sometimes you may want to save these queries in files. The next section shows you how to do that.

  10. Basic SQL plus commands with examples: Easy Guide - DBA …

    Run the statement from the SQL*Plus buffer. 10. Set the maximum characters for any columns. 11. Add a separator in the column value. 12. Remove multiple headers from the query output. 13. List the contents of the current folder from SQL*Plus. 14. Execute SQL script that contains statements and commands. 15. Save SQL*Plus output to the given file.

  11. Some results have been removed
Refresh