TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Oracle Database
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
John Charles Olamendy (3)
Vijai Anand Ramalingam (3)
Sanjay 0 (2)
Mukesh Kumar (1)
Surya Ghimire (1)
Sanghdeep Sanghratne (1)
Rama Mohan (1)
Deepak Sharma (1)
Paras Babbar (1)
Pankaj Kumar Choudhary (1)
Gokulakrishna (1)
Labib Hossain (1)
Sandeep Sharma (1)
Akshay Phadke (1)
Thavaselvan Palanivel (1)
Rupesh Kahane (1)
Sateesh Arveti (1)
Mahesh Chand (1)
Rajesh N K (1)
BorisM (1)
Srinivas Kandru (1)
Related resources for Oracle Database
No resource found
ASP.NET Core Web API With Oracle Database And Dapper
7/31/2024 4:04:02 AM.
This guide explores the creation of a Web API using ASP.NET Core, integrating with an Oracle Database through the Dapper ORM. Learn how to set up a robust backend service, implement CRUD operations, a
Oracle Stored Procedure Output Parameters with Dapper in ASP.NET Core
6/11/2024 11:41:47 AM.
This article provides a detailed guide to integrating Oracle stored procedures with ASP.NET Core using Dapper, focusing on handling output parameters, which can often be a challenging aspect of databa
How To Unlock HR Schema In Oracle-12C Or How To Fix The ORA - 01033 Error
4/10/2024 10:41:23 AM.
In this article, I explain how to unlock the HR schema in Oracle 12c in detail. Sometimes while making the clone of production database into a test server this type of error occurs. So this article is
Oracle Data Provider for .NET : Part II
9/5/2023 5:55:04 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Simulating Autonomous Transactions in Microsoft SQL Server
1/14/2023 11:41:25 AM.
In the article, I will cover how to use table variable techniques in order to simulate the autonomous transaction behavior of Oracle databases in Microsoft SQL Server.
Connecting to Oracle Database From Windows Forms Application Using C#
3/29/2022 10:00:48 AM.
In this article I will explain how to connect to an Oracle database from a Windows application using C#.
Connecting To Oracle Database In C#
9/10/2021 3:56:42 AM.
This article explains how to set up a connection between an Oracle database and .Net Framework using C#.
Oracle Database Connection Using .NET
11/5/2020 9:10:36 AM.
In this article we will learn how to make an Oracle database connection in .NET.
Accessing Oracle Database from Microsoft.NET 2.0 using Oracle Data Provider for .NET
10/28/2020 6:42:50 AM.
This article is intended to show how to access the Oracle database using ADO.NET programming model and Oracle Data Provider for .NET (ODP.NET) that Oracle makes available.
Oracle Database Server To SQL Server Migration
2/11/2020 11:01:56 PM.
In this article, you will learn about Oracle Database Server to Microsoft SQL Database Server Migration.
.Net Core With Oracle Database Using Dapper
1/24/2020 10:54:06 PM.
Using oracle database with .net core can be a hassle. By connecting oracle with dapper as a micro orm, life can get easy. Here we will discuss some effective way to establish a connection with oracle
How to Create WCF Service to Retrieve Data From the Oracle Database
9/10/2019 5:23:56 AM.
In this article, we will be seeing how to create WCF service to retrieve data from the Oracle database.
How to Save Records in Oracle10g Database Using Java
7/30/2019 2:16:33 AM.
This article shows how to save data in a database in a simple program in Java. We use an Oracle 10g database and Java 1.7; for connectivity we use a pure Java (Type 4) driver provided by Oracle.
Upload Files And Save In Oracle Database In Blob Format In ASP.NET
7/8/2016 7:35:19 PM.
In this article, you will learn how to upload files and save them in the Oracle database in Blob format in ASP.NET.
Connect To Oracle Database Server Without Oracle Client
4/28/2015 3:58:03 PM.
This article explains how to connect to an Oracle database server without an Oracle client.
Cursors in Oracle
9/30/2014 6:56:23 PM.
This article explains Cursors with their types with some examples that will help beginners.
Enhanced Oracle Explorer in C# and .NET Using Windows Forms
5/15/2012 7:13:46 PM.
This application will allows to do multiple simple activities on oracle database like running select statements and getting selected procedure's definition simultaneously in a thread-based GUI.
How to connect to Oracle database using WCF in Silverlight
11/29/2010 1:56:46 AM.
In this article we will be seeing how to connect to the Oracle database using WCF in Silverlight and will perform a search to retrieve the data from the database, display them in the Silverlight data grid using Visual Studio 2010.
How to connect to the Oracle database using Business Connectivity Services (BCS) in SharePoint 2010
11/17/2010 12:34:44 AM.
Business Connectivity Services (BCS) is a new service introduced with SharePoint 2010 to allow SharePoint sites to connect to and manipulate external data.
Working with Oracle Databases using ADO.NET
3/23/2010 11:34:48 PM.
Date type in RDBMS.
4/29/2008 3:52:39 AM.
In this article I want to show you how to manipulate date data type in Microsoft SQL Server and Oracle database.
Oracle Connectivity in .NET
8/31/2006 6:16:06 AM.
This whitepaper takes you through different ways of database connectivity to Oracle database from .NET. This also talks about the advantages and disadvantages of all of these technologies.
Microsoft CRM Integration: Oracle Database Access from MS CRM
2/1/2006 7:27:09 AM.
This article shows customization possibility demonstration for user web interface of Microsoft CRM.
Accessing Oracle Database
12/17/2005 4:54:56 AM.
This source code shows you how to connect to an oracle database and do operations such as select, insert, update and delete.
Oracle Database Connectivity
12/17/2005 4:44:24 AM.
This is a GUI based data entry application which shows how to add, modify and delete records using Oracle Database.
Oracle Database Viewer
12/17/2005 4:21:29 AM.
This is a GUI based application which connects to an Oracle database depending upon the DSN, username and password that you provide. It then shows the list of tables on the left hand side in the form of a treeview.