About 413,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. 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?

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

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

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

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

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

  9. How to display table data more clearly in oracle sqlplus

    I want to be able to display the resulting data from a select in a pretty way, not all columns under others. Here is the way sqlplus displays my table data: But I want to show them as: Name |

  10. 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, 9 months ago Modified 7 years, 10 months ago