Top "Oracle" questions

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

Dumping CLOB fields into files?

Say you have the table: Column_name | data_type Title | Varchar2 Text | CLOB with some rows: SomeUnkownMovie | A long time …

oracle sqlplus dump clob
How to handle to_date exceptions in a SELECT statment to ignore those rows?

I have the following query that I am attempting to use as a COMMAND in a crystal report that I …

oracle crystal-reports
What is the difference between CLOB and NCLOB?

Can you state any difference between the CLOB and NCLOB?

sql oracle lob
How to get lat and long from sdo_geometry in oracle

How can I get lat and long from point in oracle? Like this: MDSYS.SDO_GEOMETRY(2001,4326,NULL, MDSYS.SDO_ELEM_…

oracle latitude-longitude oracle-spatial
Oracle SQL pivot query

I have data in a table as seen below: MONTH VALUE 1 100 2 200 3 300 4 400 5 500 6 600 I want to write a SQL query so that …

sql oracle pivot
How do I create Oracle Type which refers to table columns for data type?

I am trying to define a type using the following code. CREATE OR REPLACE TYPE MY_TYPE AS OBJECT ( app_…

sql oracle user-defined-types
database not open

I am trying to create database using Oracle 11g R2 on windows 2008 server, when I run script to create database …

oracle oracle11gr2
Code for calling a function in a package from C# and ODP.NET

I've tried to write C# code with ODP.NET to call a function in a package. I'm getting the two …

c# oracle odp.net
Can an SQL procedure return a table?

Can an Oracle SQL procedure return a table? I'm currently using a dbms_output to print out the outputs of …

sql oracle procedure
How to write date condition on where clause in oracle

I have data in the date column as below. reportDate 21-Jan-17 02-FEB-17 I want to write a query to fetch …

oracle date to-date