About 50 results
Open links in new tab
  1. Error messages when trying to connect to Oracle database using SQLcl

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

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

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

  3. 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, 11 months ago Modified 3 years, 3 months ago Viewed 17k times

  4. 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 all application...

  5. 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 same level as …

  6. 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 error: URL = …

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

  8. How to run sqlcl outside of SQL Developer directory

    Nov 24, 2021 · How to run sqlcl outside of SQL Developer directory Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 3k times

  9. How can I add a "SET ECHO ON" to a SQL query piped into sqlcl as I …

    Sep 28, 2023 · For embedding in Unix shell scripts I want to execute a set of SQL commands and exit sqlcl straight afterwards. For this I use successfully the pipe-from-stdin method: echo "SELECT …

  10. SQLcl 22.1.1 requires a future Java version? - Stack Overflow

    I can see why you might think 8 is the latest - "java.com" offers it for download, and has a page titled "Why is Java 8 reccommended?" which doesn't really give an answer, but "dev.java" offers Java 18, …