About 1,140,000 results
Open links in new tab
  1. Error messages when trying to connect to Oracle database using …

    Oct 7, 2024 · I downloaded SQLcl, unzipped it, sat the PATH system variable to point to its \\bin, switched to command prompt (Windows 10), but then never managed to connect to my …

  2. How can I connect to Oracle Database with SQLcl and SQLPlus, but ...

    Mar 17, 2018 · How can I connect to Oracle Database with SQLcl and SQLPlus, but without a TNSNames.ORA file? Asked 7 years, 9 months ago Modified 3 years, 1 month ago Viewed …

  3. sql - Oracle SQLclをバッチで実行するには - スタック・オーバー …

    Windows環境でOracle SQLclを使ってテーブルデータをCSVファイルに出力するために下記のバッチファイルを書きましたが、データベースへのアクセス以外はうまくゆきません。 正し …

  4. SQLcl fails to run scripts even with Oracle JDK 8 installed

    Nov 3, 2021 · After contacting Oracle Support they advised the following: Remove all existing Javas, especially installed via installer Download Java 11 JDK Place it in a folder jdk on the …

  5. start oracle .sql script through SQLcl on a remote windows host

    Aug 3, 2021 · Now I need to achieve the same on another windows machine where the only thing of Oracle is the SQLcl client. I am able to invoke the initial_script.sql SQL script, but only …

  6. How to run sqlcl outside of SQL Developer directory

    Nov 24, 2021 · I have installed the Oracle client WINDOWS.X64_213000_client.zip and I want to use the bundled sql.exe to run SQL scripts in my project directory. The sql.exe is located in the …

  7. Exporting all oracle apex applications using sqlcl

    Jan 3, 2022 · I would like to run a sqlcl command that exports every application and not just one. Apex export # works just fine but if I try apex export -instance which is stated to "Export …

  8. Cannot connect to Oracle DBai23 with sqlcl and JDBC

    Nov 29, 2024 · I'm trying to connect with SQLCL: RELEASE=24.3.2.330.1718 to my local DB23ai on Windows 10 with the latest Instant Client and JDBC package and getting the following …

  9. Sql developer problem. No ocijdbc21 in java.library.path

    Jun 16, 2021 · Bingo, the key seems to be to install Oracle Client in a location where SQL Developer can find it AND put your tnsnames.ora in the network/admin dir. I don't like …

  10. SQLcl unable to set spool to file - Stack Overflow

    There's a bug right now in sqlcl -- seems to be there up through version 17.3 This workaround appears to fix the problem in most o/ses set encoding UTF-8 spool load_data.sql ... in …