About 16,200,000 results
Open links in new tab
  1. How to enter special characters like "&" in oracle database?

    Aug 29, 2016 · INSERT INTO STUDENT(name, class_id) VALUES ('Samantha', 'Java_22 & Oracle_14'); If I try to run this query I am getting a popup and it asks me to enter value for Oracle_14. …

  2. How to install and start Oracle Database Express Edition (XE) on ...

    Jun 14, 2021 · In this guide, I will show you how to install a working local Oracle database with SQL Developer on your Windows machine. We need three applications: Java SE Development Kit (with …

  3. How to check Oracle database for long running queries

    Sep 29, 2018 · My application, which uses an Oracle database, is going slow or appears to have stopped completely. How can find out which queries are most expensive, so I can investigate further?

  4. oracle database - ORA-12154: TNS:could not resolve the connect ...

    Oct 11, 2012 · The oracle server was "patched" and one of the databases I use could not be connect via the TNSNames entry but via Basic connection. The Database was up and admin could see it was up …

  5. How to check the maximum number of allowed connections to an …

    Oct 2, 2008 · What's the best way, using SQL, to check the maximum number of connections that is allowed for an Oracle database? In the end, I would like to show the current number of sessions and …

  6. Newest 'oracle-database' Questions - Stack Overflow

    Feb 8, 2024 · It takes about 40 seconds to connect to the Oracle database using JDBC, but similar code in C# using the OracleConnection.Open method completes in less than 1 ...

  7. Connecting to Oracle Database through C#? - Stack Overflow

    Sep 24, 2012 · I need to connect to a Oracle DB (external) through Visual Studio 2010. But I dont want to install Oracle on my machine. In my project I referenced: System.Data.OracleClient. But its not …

  8. sql - How do we check version of Oracle - Stack Overflow

    Oct 1, 2014 · How do we check version of Oracle on which we are working? How do we check the version of the interface on which we are working? I have tried select v$ from version ;

  9. sql - Query to get Oracle DB version - Stack Overflow

    Jan 23, 2021 · Query to get Oracle DB version Asked 4 years, 10 months ago Modified 9 months ago Viewed 74k times

  10. Checking oracle sid and database name - Stack Overflow

    Checking oracle sid and database name Asked 14 years, 6 months ago Modified 4 years, 1 month ago Viewed 912k times