About 51 results
Open links in new tab
  1. How to download and setup SQLPlus for running SQL commands?

    About "ocl.dll". SQL Plus software, provided by your's school contains just extracted contents of SQL Plus folder from Program Files folder, or it is an installer? If first - then thats means that some parts …

  2. 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 download it?

  3. sqlplus Not showing up after oracle installation - Stack Overflow

    Jun 24, 2020 · I performed the steps as you said no luck. However I installed sqlplus instant client but not able to connect through oracle user cresential.

  4. What username & password should be entered to use SQL plus

    Feb 3, 2016 · Use this command in terminal or cmd sqlplus /nolog. This is mentioned in Oracle Database Administrator’s Guide Start SQL*Plus and connect to your Oracle Database instance with …

  5. How to install SQL * PLUS client in linux - Stack Overflow

    Dec 22, 2022 · 40 I am working on AWS services. I have an ec2 ( centos ) instance. I need to configure SQL*Plus client on this centos machine. The server with whom I want to connect is at some remote …

  6. oracle11g - scott account locked in SQL Plus - Stack Overflow

    Feb 3, 2014 · When I am trying to logging to Oracle Sql plus by entering 'scott' as username and 'tiger' as password, it shows 'the account is locked'. How to unlock 'scott' account. The screen shot of SQL …

  7. sql - bash sqlplus command not found - Stack Overflow

    May 12, 2014 · Personally, I'd be in the habit of issuing the command as "sqlplus username@database" and let sqlplus prompt me for the password. Also, many examples run with the scott/tiger Oracle …

  8. How to import existing app to APEX via SQLPLUS

    May 21, 2019 · I have an existing test app. My config is Windows 10, APEX 19.1, Database Express 18.4 I try to import app by sqlplus: > sqlplus > User name: sys as sysdba > Password: 1234 …

  9. database - Why does Oracle not find oci.dll? - Stack Overflow

    Jun 1, 2015 · I use TOAD 10.2.1.3 under Windows7 and get the following error: Cannot find OCI DLL: C:\Oracle\Product\11.2.0\oci.dll that is strange because exact in the same path I can find oci.dll. That …

  10. How to run a SQL Plus script in PowerShell - Stack Overflow

    I am trying to log in to the the Oracle DB using PowerShell and run a script called "C:\\Users\\Administrator\\Desktop\\oracle\\OracleCleanTest.sql", When I execute the PS nothing …