Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.
I have the following query that I am attempting to use as a COMMAND in a crystal report that I …
oracle crystal-reportsCan you state any difference between the CLOB and NCLOB?
sql oracle lobHow 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-spatialI 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 pivotI am trying to define a type using the following code. CREATE OR REPLACE TYPE MY_TYPE AS OBJECT ( app_…
sql oracle user-defined-typesI am trying to create database using Oracle 11g R2 on windows 2008 server, when I run script to create database …
oracle oracle11gr2I've tried to write C# code with ODP.NET to call a function in a package. I'm getting the two …
c# oracle odp.netCan an Oracle SQL procedure return a table? I'm currently using a dbms_output to print out the outputs of …
sql oracle procedureI 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