About 1,280,000 results
Open links in new tab
  1. Passing Contents of File as Parameter to Sql*Plus Command

    Dec 31, 2013 · Yes, you can do that. If your query is in a file called v_InputQuery.sql, you can do this: CREATE TABLE &v_OutputTable AS ( @v_InputQuery.sql ) ; It's important that the @ is …

    Missing:

    • Application

    Must include:

  2. Can Sqlplus read the contents of a file into a variable?

    Nov 1, 2013 · Is there a way within my sqlplus script to read a file's contents into a bind variable? The Oracle documentation seems to hint at this with the GET command, saying that typically …

    Missing:

    • Application

    Must include:

  3. 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 …

  4. Passing Contents of File as Parameter to Sql*Plus Command

    SQL*Plus will read the file and put its contents at that location. So make sure you don't have any terminating characters in the file such as ; or /. Unfortunately, You cannot create a SQL*Plus …

    Missing:

    • Application

    Must include:

  5. 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 …

  6. SQL*Plus Command Reference - GeeksforGeeks

    Jun 6, 2024 · SQL*Plus is a command-line tool for Oracle Database that allows users to interact with the database using SQL and PL/SQL commands. Here, we will discuss the SQL*Plus …

    Missing:

    • Application

    Must include:

  7. The Working Directory | Command-Line SQL*Plus - Flylib

    The working directory is simply the directory that is used whenever you specify a filename without also including a path . The working directory is where SQL*Plus writes temporary files, such as …

  8. SQL*Plus Command Reference - Oracle

    If you specify a filename, SQL*Plus searches for the file in the directory set by ORACLE_PATH. If SQL*Plus cannot find the file in ORACLE_PATH, or if ORACLE_PATH is not set, it searches …

  9. oracle - Sqlplus parameterized query via file - Database …

    Jun 1, 2011 · The way we used to do something similar to this was by using an anonymous PL/SQL block that would use UTLFILE to open and read the parameters, feeding them to …

  10. SQL*Plus pass path to script file from command line

    Jul 27, 2016 · The easiest way i can think of would be to call sqlplus from a .bat file that takes as input the parameter, writes out a primary SQL script which contains the spool + the parameter …

    Missing:

    • Application

    Must include:

  11. Some results have been removed
Refresh