約 2,630,000 件の結果
リンクを新しいタブで開く
  1. How to download and setup SQLPlus for running SQL ...

    Are you sure you need SQLPlus and not Oracle SQL Developer? The command-line SQLPlus is useful for some things, but most development is much easier with an IDE like Oracle SQL …

  2. Connect with sqlplus from the command line using a ...

    2014年5月13日 · 2 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 …

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

    Just be aware that on Unix/Linux your username/password can be seen by anyone that can run "ps -ef" command if you place it directly on the command line . Could be a big security issue (or …

  4. Connect to sqlplus in a shell script and run SQL scripts

    2024年10月1日 · I have a .sql file, which is a bunch of oracle pl/sql commands and I want to create a shell script to run these commands. Suppose that user/pass@server is my credentials. …

  5. windows - Oracle Database 19c をインストール後、sqlplusで ...

    2021年8月11日 · Oracle Database 19cをWindows環境にインストールし、コマンドプロンプトを起動してSQL*Plusで「SYS」や「SYSTEM」アカウントからログインを試みた際に、以下の …

  6. How to use sqlplus to connect to an Oracle Database located ...

    2012年2月15日 · I want to connect to an oracle database located on another host using sqlplus. This page suggested adding an item on my tnsnames to connect to that database local_SID = …

  7. Writing sqlplus output to a file - Stack Overflow

    2013年4月13日 · Using sqlplus.exe I'm looking for a way to write sqlplus output to a file. Is there anyway I can do that, currently the output is written only to the console.

  8. oracle database - How can I issue a single command from ...

    2009年3月12日 · c:\>sqlplus username/password@databasename @execute some_procedure I am interested in this because I want to write a batch file that simply executes a command, …

  9. How do I spool to a CSV formatted file using SQLPLUS?

    2009年3月13日 · I want to extract some queries to a CSV output format. Unfortunately, I can't use any fancy SQL client or any language to do it. I must use SQLPLUS. How do I do it?

  10. How do I pass arguments to a PL/SQL script on command ...

    2016年9月20日 · How can I run sqlplus.exe so that I can pass arguments to the script? @ECHO off // where HOST030 is a tnsnames alias to a machine, port, and instance sqlplus.exe …