About 412,000 results
Open links in new tab
  1. Return results of a sql query as JSON in oracle 12c

    Oracle 12c support for JSON is an ability to store JSON objects, query them and select from them. You have tabular format and only need to display your data as a JSON.

  2. error: ORA-65096: invalid common user or role name in Oracle …

    Mar 19, 2019 · CREATE USER SCOTT IDENTIFIED BY tiger; it displays the following error ORA-65096: invalid common user or role name in oracle. Basically it is not allowing me to ...

  3. java - hibernate dialect for oracle 12c - Stack Overflow

    Jul 29, 2015 · I'm using hibernate in my spring mvc project and I want to connect to oracle 12c database. I used org.hibernate.dialect.Oracle12cDialect, but, this returns me …

  4. What is the maximum length of a table name in Oracle?

    Apr 16, 2009 · In Oracle 12.2 and above the maximum object name length is 128 bytes. In Oracle 12.1 and below the maximum object name length is 30 bytes.

  5. Oracle 12c Installation failed to access the temporary location

    Retry the installation Remove the administrative share again Problem 2: Remove the OracleRemExecService before doing the Oracle Client 12c Release 1 32-bit or 64-bit …

  6. How to create id with AUTO_INCREMENT on Oracle?

    It appears that there is no concept of AUTO_INCREMENT in Oracle, up until and including version 11g. How can I create a column that behaves like auto increment in Oracle 11g?

  7. How do I do a manual uninstall of Oracle? - Stack Overflow

    Sep 17, 2008 · Sometimes my Oracle database on Windows gets hosed. How do I do a manual uninstall of Oracle?

  8. ins-20802 - oracle net configuration assistant failed during ...

    Apr 3, 2015 · Hello I am trying to folow the manual for installing the Oracle 12c. Actually it was already installed on the machine, and then deinstalled. During installiation I get the "[ins …

  9. Oracle 12c - getting SQL Error: 17410, SQLState: 08000

    Oct 24, 2016 · Oracle 12c - getting SQL Error: 17410, SQLState: 08000 Asked 9 years, 1 month ago Modified 1 year, 11 months ago Viewed 43k times

  10. oracle 12c - How to print content of refcursor within a PL/SQL ...

    Oct 21, 2024 · 0 This question concerns Oracle PL/SQL (Oracle version 12c/19c) and Oracle SQL Developer (version 20.4). I have a procedure which calls a dynamically generated SELECT …