Click here to Skip to main content
15,885,716 members
Everything / Oracle

Oracle

Oracle

Great Reads

by Bert O Neill
Query Hadoop using Microsoft oriented technologies (C#, SSIS, SQL Server, Excel etc.)
by vic_ch2000
A nullable datetime column in .NET DataGrid with DateTimePicker.
by Espen Harlinn
Proven techniques for fast Oracle Database access using .NET 5.0 and native C++
by DrABELL
Technique to extend capability of standard SQL by adding the Aggregate Product Function

Latest Articles

by Frédéric -lefred- Descamps
How to install WordPress on Oracle Cloud Infrastructure (OCI) using always free tier
by Frédéric -lefred- Descamps
How to deploy Arm instances on Oracle Cloud Infrastructure (OCI) using Terraform
by Alexey Shtykov
Lot of fancy languages were born and have died since I started working in IT, but a few of them continue their pitiful existance.
by DiponRoy
Run Raw SQL Query - Entity Framework Core 6

All Articles

Sort by Score

Oracle 

14 Aug 2019 by essentialSQL
In this blog post, you will learn about stored procedures
8 Jul 2010 by Sabarinathan A
Migrating OpenInsight (Multivalue) Database to Oracle(ORDBMS) -3
16 Jun 2011 by MBigglesworth79
Quoted identifiers appear to be causing more problems and confusion than they are worth; not least the potential creation of "duplicate" column names.
6 Nov 2013 by Sam Varadarajan
Oracle - commit on exit
19 Sep 2015 by m_kramar
How to split Oracle CLOB into lines - fast way
12 Jan 2018 by Alvin Bunk
How to connect to external Oracle database with Symfony 4 Framework
4 Jul 2020 by CodingKnight
While you don’t need to know about the details of Bytecode and JVMs to qualify as a Java programmer, such knowledge is still very beneficial.
29 Dec 2020 by essentialSQL
Understanding SQL full outer join and its reconstruction through other join clauses
8 Jun 2011 by MBigglesworth79
Using Named Parameters with Oracle ODP.NET
23 Dec 2013 by Sam Varadarajan
(IF) Check for parameters to script.
23 Dec 2013 by Sam Varadarajan
"BEGIN" keyword in Oracle.
5 Sep 2012 by Keyhole Software
With the Criteria API, the effort to support a wide range of query-building operations is within reason.
14 Aug 2019 by essentialSQL
What is a Database Trigger?
1 Jan 2014 by Sam Varadarajan
Oracle: Null gotcha
14 Aug 2019 by essentialSQL
Query plans in SQL
14 Aug 2019 by essentialSQL
This post discusses the major parts of a SQL database
21 Sep 2019 by Shameel
This article walks you through the summary of most important new features. enhancements and breaking changes in PostgreSQL 12.. The post PostgreSQL 12: New Features and Enhancements appeared first on The Developer Space..
4 Apr 2013 by snorkie
Oracle tables have no built-in mechanism for auto numbering. Instead, you must create a separate unique Sequence object and use it each time a record is inserted into the database.
26 Dec 2013 by Sam Varadarajan
Oracle: DDL and forward slash
29 Dec 2013 by Sam Varadarajan
Apparently, passwords are case sensitive in Oracle 11g by default. This can be overridden.
26 Sep 2014 by Adam Zuckerman
Some of the many quirks of Oracle
14 Aug 2019 by essentialSQL
SQLite3 is a compact free database you can use easily to create and use a database. Learn more about it in this blog post.
14 Aug 2019 by essentialSQL
Truncate and Delete in SQL
21 Sep 2019 by Shameel
This article describes the new Stored Procedure feature in PostgreSQL 11.5 and shows you how it differs from Functions.. The post PostgreSQL finally gets Stored Procedures appeared first on The Developer Space..