About 418,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 create a table …

  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 delivers a full …

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

  4. Connect with sqlplus from the command line using a connection string

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

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

  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 type the standalone …

  7. How can I issue a single command from the command line through sql …

    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. 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 created folder on …

  9. sql - how to increase sqlplus column output length? - Stack Overflow

    Feb 7, 2015 · If you're using SQL Plus direct from MS Windows Command Prompt, the console window will automatically wrap the line at whatever the "Screen Buffer Size Width " property is set to, …

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