Click here to Skip to main content
15,881,455 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 

19 Feb 2015 by DrABELL
Technique to extend capability of standard SQL by adding the Aggregate Product Function
18 Mar 2019 by Martin Vorbrodt
SQL database access
5 Aug 2017 by Rishabh Upadhyay
Anoncrypt by HTCoders is a web-based Text Encryption and Decryption Project developed using Java Technology following Struts2 Framework
6 Jul 2022 by DiponRoy
Quick start example to run DB and clients in docker
17 Feb 2011 by John Gathogo
Catastrophic results associated with unqualified use of columns belonging to tables referenced on main query in a subquery
23 Jun 2016 by jonyj
Queries and commands to discover what's locking the database
6 Feb 2011 by Kaveh Yazdi Nezhad
we are going to see how we can make a nice code to make search inside an oracle spc
26 Mar 2012 by Wael Al Wirr
Solving the ORA-01882 error.
26 Mar 2012 by Wael Al Wirr
Installing sqldeveloper on windows 7 64bit
13 Jul 2017 by Wendelius
This is an alternative for "What’s the Difference between a Full Index Scan and a Fast Full Index Scan in Oracle?"
11 Jul 2018 by Satnam Singh CapGemini
Cannot Bulk Load Data Into the Table with Primary Key Constraint on it
19 Feb 2015 by DrABELL
Generate large data series by using Cartesian Product and small data table
24 Dec 2010 by Shahriar Iqbal Chowdhury/Galib
Reset PLSQL sequence value
30 Oct 2011 by Marvin Bland
The other option to review when you receive this error is to view your Application_Pools setting for the app_pool you are using for your application.Check the "Enable 32-Bit Applications". If this is "False", change it to "True". This may resolve your issue.
15 Mar 2012 by Member 10510822
LPAD and RPAD function works for padding in SQL Server
23 Jun 2019 by Octavio Sanchez Huerta
Python Script using WSLT
10 Jan 2016 by WernfriedD
How to set NLS_LANG value for Oracle to support all special characters you need in your language/application.
28 Apr 2011 by reshi999
Thanks for that. In MS SQL Server, I use the following technique to avoid full compile:DECLARE @sql VARCHAR(100)DECLARE @pk INTSET @pk = 2SET @sql = 'SELECT id, pcname FROM pod WHERE id = ' + CAST(@pk AS VARCHAR)EXEC (@sql)-- or -- EXEC sp_sqlexec @SQL
30 Aug 2011 by Norman Paterson
Oracle scrambles the first eight characters of the UserID
19 May 2012 by Wendelius
This tip describes how to guarantee a fixed amount of rows in a table by using triggers in Oracle.
3 Apr 2013 by In the Face of God
Generalize to access data in a database via HTTP
1 Apr 2013 by Karthik Narahari
Querying data from tables across multiple databases when we need data from all those tables in a single query.
18 Sep 2013 by Azim Zahir
This article explains creating a JSF application using NetBeans 7.2.1 and Oracle 11G.
9 Mar 2014 by Davinder Singla
This tip is for solving out of memory issue for large result sets in MyBatis
27 May 2014 by Brendan Lester
Use of an Oracle 11g Skip Lock feature to easily implement a scalable, robust work queue
31 Aug 2014 by Wendelius
Two ways of generating desired amount of rows in Oracle by using a single SQL statement.
17 Dec 2014 by Mohammed A. Mohiuddin
Calculating Average Processing Time in hours excluding weekends
3 Jun 2015 by Database Star
The "ORA-01843: not a valid month" error is quite common for Oracle SQL developers, and can be fixed in a few ways.
7 Dec 2015 by Divyant Kulshrestha
This tip is useful when we have to move data from Oracle database to SQL Server database or vice-versa using SSIS.
20 Dec 2015 by JinWenQiang
How to capture and process packages using Java language
18 Jan 2016 by M Faheem Zafar
This tip explains how to install Windows Server 2012 R2 Server on Oracle VirtualBox VM Server.
2 Mar 2016 by Mahmoud_Gamal
Connection pool java without ConnectionContext
5 Apr 2010 by nan49
'All business logic access to the database can make use of this 'function if one is using a stored procedure.'--------------------------------------------------------------Public class classDbAccess#Region "DML OPERATIONS USING ORACLE STORED PROCEDURE" 'This take the necessary...
23 Jul 2010 by Ravi LVS
Check Constraint to validate a Financial Year in Oracle
12 Jul 2011 by GregStevens
How to get weekdays between two date fields without a stored function
15 Mar 2012 by PIEBALDconsult
This is an alternative for "LPAD and RPAD functions in SQL"
4 Jun 2012 by Ismael Almonte
Adding an http security header to web reference and using Oracle CRM stateless
4 Aug 2012 by Azim Zahir
This tip demonstrates using the Select command to display a bar chart.
11 May 2014 by apis3445
This is another book about ADF
14 Jun 2020 by DiponRoy
Upgrade a legacy ASP.NET project to use managed Oracle.ManagedDataAccess.Client instead of unmanaged Oracle.DataAccess.Client while using Entity Framework DB first or EDMX.
17 Dec 2013 by Davinder Singla
This tip provides soution details for fetching data from an Oracle database in the order in which data was commited when multiple concurrent transactions are executing.
26 Jul 2015 by Wendelius
This alternative is created to correct few mistakes in the original tip. Most importantly: Never update system tables.
26 Jul 2015 by Wendelius
This tip demonstrates the use of LAG and LEAD functions in Oracle.
13 Nov 2012 by SergioAmorim
SQL Server and Oracle terms may match, but they can have a very different meaning. This article will help you match one system to the other.
3 Oct 2015 by shijo joseph
A simple and fast CSV reader which you can directly use against Oracle and SQL Server databases or for any direct implementation
20 Jul 2017 by JimS12
Storing Data in Oracle
21 Jul 2019 by DiponRoy
Select a default row for a query that returns no rows
10 Aug 2015 by hevesir
20 Oct 2016 by Bryan Kowalchuk
The two most common database lookup table patterns are examined
12 Jul 2011 by Jana Sattainathan
There is an easier way to get the Oracle data source than custom-code a TNSNames.ora parser.
8 Jan 2013 by Zamshed Farhan
It’s a very common problem for those, using Oracle 11g in Windows 7 (64-bit) with PHP applications.
8 Aug 2012 by Member 8770718
How to set-up an Oracle database for .NET development.
5 Sep 2014 by Wendelius
This tip shows two ways of generating Fibonacci numbers in a single SQL statement
9 Feb 2023 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.
19 Apr 2011 by Amit Kumar Tiwari
Boost application speed and performance
20 May 2016 by Khrystyna Popadyuk
Provides steps to add permissions to adding or editing data models or adding reports in Oracle BI Publisher 12c.
20 Jun 2012 by chetan dudhagara
How to Protect from SQL Injection in PhP based website
4 Oct 2018 by Awesh Vishwakarma
By reading this trick, you will be able to update your database from DataGridView through external class instead of writing code on each page.
5 Dec 2016 by Database Star
Oracle 12c has many new features, and these are the five most useful (in my opinion).
4 Nov 2016 by Database Star
Explanation and demonstration of some Oracle SQL functions to convert text to dates
24 Jan 2017 by Database Star
This article explains the difference between the NVL and NVL2 functions in Oracle SQL.
19 Dec 2010 by Shripad J
ASP.NET website project hosted on IIS 7.5 running on Windows 2008 R2 is unable to connect to ‘Oracle’ database.
17 Nov 2009 by Slava Khristich
BackgroundI had to write a script to do some tables alternation and datamodification. I run into the problems where I had disable existingconstraints and re enable them at the end of the process. I wassearching the web for automated script to do that but whatever I foundwas not exactly w
4 Jul 2022 by DiponRoy
How to auto increment column options in databases
29 Sep 2015 by Thiago Gaidzinski
UniDAC allows you to connect your cross-platform application directly with many database's types.
7 Nov 2016 by Database Star
Use the COALESCE function with different data types correctly
27 Jun 2008 by Rob_Smith_MN
Oracle session provider
25 Dec 2011 by bluesathish
If you build the Query executer tool in a VB.NET, you need to check the input query syntax before getting the results. This tip gives you a small idea of how to get the syntactic errors from the VB.NET front end screen by calling already created stored procedure.
27 Dec 2016 by Database Star
How to use these three functions and what the differences are between them