Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Oracle

Oracle

Oracle

Great Reads

by emadns
A basic tutorial for ReportMax tool
by emadns
Using the Chart control in ReportMax
by Shivprasad koirala
This article will discuss about 11 important database designing rules.
by Bryan Kowalchuk
The two most common database lookup table patterns are examined

Latest Articles

by emadns
A basic tutorial for ReportMax tool
by emadns
Using the Chart control in ReportMax
by Shivprasad koirala
This article will discuss about 11 important database designing rules.
by Bryan Kowalchuk
The two most common database lookup table patterns are examined

All Articles

Sort by Score

Oracle 

by emadns
A basic tutorial for ReportMax tool
by emadns
Using the Chart control in ReportMax
by Bryan Kowalchuk
The two most common database lookup table patterns are examined
by Ismael Almonte
Adding an http security header to web reference and using Oracle CRM stateless
by Khrystyna Popadyuk
Provides steps to add permissions to adding or editing data models or adding reports in Oracle BI Publisher 12c.
by DrABELL
Technique to extend capability of standard SQL by adding the Aggregate Product Function
by Wild-Programmer
Boost application speed and performance
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
by Rishabh Upadhyay
Anoncrypt by HTCoders is a web-based Text Encryption and Decryption Project developed using Java Technology following Struts2 Framework
by Shripad J
ASP.NET website project hosted on IIS 7.5 running on Windows 2008 R2 is unable to connect to ‘Oracle’ database.
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.
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.
by DiponRoy
How to auto increment column options in databases
by Mohammed A. Mohiuddin
Calculating Average Processing Time in hours excluding weekends
by Ravi LVS
Check Constraint to validate a Financial Year in Oracle
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.
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.
by Mahmoud_Gamal
Connection pool java without ConnectionContext
by Octavio Sanchez Huerta
Python Script using WSLT
by M Faheem Zafar
This tip explains how to install Windows Server 2012 R2 Server on Oracle VirtualBox VM Server.
by Azim Zahir
This tip demonstrates using the Select command to display a bar chart.
by Kaveh Yazdi Nezhad
we are going to see how we can make a nice code to make search inside an oracle spc
by Jana Sattainathan
There is an easier way to get the Oracle data source than custom-code a TNSNames.ora parser.
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
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.
by Wendelius
This tip shows two ways of generating Fibonacci numbers in a single SQL statement
by jonyj
Queries and commands to discover what's locking the database
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...
by Wendelius
Two ways of generating desired amount of rows in Oracle by using a single SQL statement.
by Wendelius
This alternative is created to correct few mistakes in the original tip. Most importantly: Never update system tables.
by Database Star
Explanation and demonstration of some Oracle SQL functions to convert text to dates
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
by Wendelius
This tip demonstrates the use of LAG and LEAD functions in Oracle.
by Wendelius
This tip describes how to guarantee a fixed amount of rows in a table by using triggers in Oracle.
by Rob_Smith_MN
Oracle session provider
by chetan dudhagara
How to Protect from SQL Injection in PhP based website
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.
by Database Star
Use the COALESCE function with different data types correctly
by Database Star
How to use these three functions and what the differences are between them
by Satnam Singh CapGemini
Cannot Bulk Load Data Into the Table with Primary Key Constraint on it
by Member 10510822
LPAD and RPAD function works for padding in SQL Server
by PIEBALDconsult
This is an alternative for "LPAD and RPAD functions in SQL"
by Karthik Narahari
Querying data from tables across multiple databases when we need data from all those tables in a single query.
by apis3445
This is another book about ADF
by Norman Paterson
Oracle scrambles the first eight characters of the UserID
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.
by hevesir
Oracle Home Selector
by Davinder Singla
This tip is for solving out of memory issue for large result sets in MyBatis
by Zamshed Farhan
It’s a very common problem for those, using Oracle 11g in Windows 7 (64-bit) with PHP applications.
by Shahriar Iqbal Chowdhury/Galib
Reset PLSQL sequence value
by DiponRoy
Quick start example to run DB and clients in docker
by DiponRoy
Select a default row for a query that returns no rows
by WernfriedD
How to set NLS_LANG value for Oracle to support all special characters you need in your language/application.
by Member 8770718
How to set-up an Oracle database for .NET development.
by GregStevens
How to get weekdays between two date fields without a stored function
by Wael Al Wirr
Installing sqldeveloper on windows 7 64bit
by Wael Al Wirr
Solving the ORA-01882 error.
by Martin Vorbrodt
SQL database access
by JimS12
Storing Data in Oracle
by Database Star
Oracle 12c has many new features, and these are the five most useful (in my opinion).
by Thiago Gaidzinski
UniDAC allows you to connect your cross-platform application directly with many database's types.
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.
by John Gathogo
Catastrophic results associated with unqualified use of columns belonging to tables referenced on main query in a subquery
by DrABELL
Generate large data series by using Cartesian Product and small data table
by Brendan Lester
Use of an Oracle 11g Skip Lock feature to easily implement a scalable, robust work queue
by JinWenQiang
How to capture and process packages using Java language
by Azim Zahir
This article explains creating a JSF application using NetBeans 7.2.1 and Oracle 11G.
by In the Face of God
Generalize to access data in a database via HTTP
by Database Star
This article explains the difference between the NVL and NVL2 functions in Oracle SQL.
by Wendelius
This is an alternative for "What’s the Difference between a Full Index Scan and a Fast Full Index Scan in Oracle?"
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.