About 415,000 results
Open links in new tab
  1. How to download and setup SQLPlus for running SQL commands?

    7 Today I attempted my first SQL class where I had to login by providing my login details and learned some introductory syntax. But I already got my first SQL assignment where I have to …

  2. What is the Difference between SQL and SQL*Plus? [closed]

    Mar 19, 2013 · 2 SQL Plus, the primary interface to the Oracle Database server, provides a powerful yet easy-to-use environment for querying, defining, and controlling data. SQL Plus …

  3. sql - Get list of all tables in Oracle? - Stack Overflow

    How do I query an Oracle database to display the names of all tables in it?

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

    Is it possible to do something like this? $ sqlplus -s user/pass "select 1 from dual" or $ echo "select 1 from dual" | sqlplus -s user/pass I know I can put select 1 from dual in a file and do th...

  5. Connect with sqlplus from the command line using a connection …

    May 13, 2014 · Your sqlplus line looks correct, verify the following: You can connect as sysdba on the database server itself. You can connect as the user you are trying to on the database …

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

  7. How to connect SQLPlus with tnsnames.ora - Stack Overflow

    Dec 29, 2016 · I want to connect with my Oracle database without installing Oracle Client. I downloaded: "Instant Client Package - Basic" and "Instant Client Package - SQL*Plus" Then I …

  8. How can I issue a single command from the command line …

    Mar 12, 2009 · But is it possible to just run a single command with a similar syntax, without a whole separate script file? As in: c:\>sqlplus username/password@databasename @execute …

  9. oracle - Sql*Plus ERROR: ORA-12154: TNS:could not resolve the …

    Mar 19, 2015 · Sql*Plus ERROR: ORA-12154: TNS:could not resolve the connect identifier specified Ask Question Asked 10 years, 8 months ago Modified 7 years, 9 months ago

  10. Is SQL*Plus a free download/use? [closed] - Stack Overflow

    Sep 7, 2022 · Is SQL*Plus free to download and use, or does your organization need to purchase a license. And if it is free to download and use, where would be a safe place from which to …