Top "Oracle" questions

Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.

Spring's Stored Procedure - results coming back from procedure always empty

I am using Spring's JdbcTemplate and StoredProcedure classes. I am having trouble getting the stored procedure class to work for …

java oracle stored-procedures jdbc spring-jdbc
Creating a Job in Oracle using DBMS_JOB

I'm trying to create a job that will run a certain procedure every Christmas. This is how far I have …

sql oracle dbms-job
ORDER BY DECODE(BLAH, [COLUMN NUMBER]) on a single column query. How does it work?

Hi I need help to understand the decode part of a query that goes something like the following. SELECT ax.…

oracle select decode
Underscore is not working in oracle like clause

When development, I used 'test_1%' to find 'test_123' in like. But in production environment its not working. Using …

oracle oracle11g oracle10g
Dynamic table partitioning in Oracle

I'm in the process of building a database storage for my app consisting on a single table with a huge …

oracle dynamic database-partitioning
How to return a RefCursor from Oracle function?

I am trying to execute a user-defined Oracle function that returns a RefCursor using ODP.NET. Here is the function: …

oracle function odp.net sys-refcursor
Is there a good alternative to SQL*PLUS for Oracle?

I am not a fan of using SQL*PLUS as an interface to Oracle. I usually use yasql, but it …

sql database oracle sqlplus
Oracle - Triggers to create a history row on update

First, we currently have the behavior that's desired, but it's not trivial to maintain when any changes to the database …

oracle triggers audit
Oracle.DataAccess.Client.OracleException ORA-03135: connection lost contact

I have a .Net service that connects to an Oracle database on every request. It works fine at the beginning, …

c# .net oracle database-connection odp.net
Error "ORA-00932: inconsistent datatypes: expected - got BLOB" in Join Statement

I have problem executing below stored procedure. I am getting error of ORA-00932: inconsistent datatypes: expected - got BLOB when …

sql database oracle join ora-00932