Top "Oracle12c" questions

Oracle is an RDBMS product.

Using utl_http & wallets on 12c: certificate validation failure

Hope someone can spot what I'm doing wrong as I'm going bald from this. I have used utl_http & …

oracle ssl plsql oracle12c
Connecting to Oracle Database through Excel

I'm trying to connect to an Oracle Database on our server from an Excel sheet, but am having trouble understanding …

database excel oracle oracle12c excel-2016
Getting ORA-01033: ORACLE initialization or shutdown in progress

Yesterday I installed Oracle 12c Enterprise edition on my laptop. When I tried to connect to DB via SQLPLUS i …

sqlplus oracle12c
PL SQL For Loop Sys_RefCursor

I'm using Oracle 12c. In PL/SQL I can do this set serveroutput on declare begin for x in (select 1 …

plsql oracle12c
Can I use Oracle JDBC 12.1.0.1 (for 12c database) on a Oracle 10g database?

Just a simple question (I guess). Oracle released a new JDBC driver for Oracle Database 12c including a Java 7 JDBC …

java oracle jdbc oracle10g oracle12c
ODP.NET Oracle.ManagedDataAcess random ORA-12570 errors

I'm trying to migrate to Oracle.ManagedDataAcess from unmanaged version and receiving randoms ORA-12570 TNS:packet reader failure. I don't …

c# oracle odp.net managed oracle12c
No usename HR in Oracle 12c

I have installed oracle 12c in my ubuntu. I use oracle through sqldeveloper and I can successfully connect to user …

oracle oracle12c
Apex 5: Admin account is locked

For a long time, I worked on my own workspace. Now I want to create a new workspace, add new …

oracle oracle12c oracle-apex-5
ORA-28040: No matching authentication protocol exception when using groovy.sql package with oracle12c

I am trying to connect to oracle12c database using groovy.sql.Sql Sql sql = Sql.newInstance('jdbc:oracle:thin:@…

java sql jdbc groovy oracle12c
Oracle 12c database connection using thin driver throws IO error

I'm following the JDBC Developer's Guide and trying to test the JDBC thin driver connection using a short java program. …

java sql jdbc oracle12c ojdbc