473,395 Members | 1,726 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Is ASP.NET only for SQL Server Users?

Does anyone know a simple way to configure Oracle as the datastore for the
Session State of an ASP.NET application? Not all the Oracle users works with
Java or PHP and not all ASP.NET developers work with SQL Server.

Marc Biotteau
Dec 5 '07 #1
4 918

"Wannano" <wa*****@wannano.comwrote in message
news:OR*************@TK2MSFTNGP02.phx.gbl...
Does anyone know a simple way to configure Oracle as the datastore for the
Session State of an ASP.NET application? Not all the Oracle users works
with Java or PHP and not all ASP.NET developers work with SQL Server.

Marc Biotteau
have a look here for your connection string:

http://www.connectionstrings.com/?carrier=oracle

use the System.Data.OleDb namespace ...
Dec 5 '07 #2
On Dec 4, 8:04 pm, "Wannano" <wann...@wannano.comwrote:
Does anyone know a simple way to configure Oracle as the datastore for the
Session State of an ASP.NET application? Not all the Oracle users works with
Java or PHP and not all ASP.NET developers work with SQL Server.

Marc Biotteau
Marc,

Check out the Oracle Data Provider (ODP.Net)

http://www.oracle.com/technology/tec...net/index.html

These are tools released by Oracle, and they are optimized for their
database. You would then have to implement your own session state
store provider. For more info on that, check out
http://msdn2.microsoft.com/en-us/library/ms178587.aspx

Hope this helps,
-Dan
Dec 5 '07 #3
You already have advice on connecting to Oracle, so I will not rehash that.

For Session State? I would imagine you would have to roll your own. Have not
checked if there is an easy provider model for that. I would look at the
classes in the framework that deal with session state and see if there is a
way to inherit. You can then reverse engineer the SQL Server stuff and alter
it to use ODP.NET or OracleClient.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"Wannano" <wa*****@wannano.comwrote in message
news:OR*************@TK2MSFTNGP02.phx.gbl...
Does anyone know a simple way to configure Oracle as the datastore for the
Session State of an ASP.NET application? Not all the Oracle users works
with Java or PHP and not all ASP.NET developers work with SQL Server.

Marc Biotteau

Dec 5 '07 #4
I did what you should have done: I searched google first:
http://www.oracle.com/technology/tec...net/index.html

--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com

"Wannano" wrote:
Does anyone know a simple way to configure Oracle as the datastore for the
Session State of an ASP.NET application? Not all the Oracle users works with
Java or PHP and not all ASP.NET developers work with SQL Server.

Marc Biotteau
Dec 5 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: HB Kim | last post by:
Hello, What could possibly cause data in the SQL server database to be removed, except being deleted manually? We had a couple of situations where data in certain records disappeared although the...
3
by: Noloader | last post by:
Hello, We are using Access Front End (ADP Project) and SQL Server 2000 backend. SQL Server is using NT Security. We do not want the users to access the the underlying tables. So, we went to...
2
by: J.Beaulieu | last post by:
Hi I'll have probably to use sql server soon but prior to that I have a question concerning priviledges and security. Is it possible for someone to do like in access, ie creating a db/table...
6
by: aj | last post by:
I currently have 2 official DB2 Workgroup Edition licenses for my 2 v8 production servers. I also have tech support/software upgrade agreements in place for both servers. I am interested in...
3
by: Steve Wark | last post by:
I have a Windows 2003 Web server on which I was debugging remotely with no problems. I then moved this server to a different domain and now remote debugging will not work, the error is; ...
0
by: Joergen Bech | last post by:
Fairly new to ASP.NET 1.1. Getting the error below when running application on a web server outside of my control, but only the first time I run it: 1. After a long period of inactivity (or...
7
by: analyst | last post by:
I need to migrate an Excel app I developed ten years ago, that has evolved into something with a life of it's own. But I know little to nothing about database platforms and development. The...
1
by: Lyners | last post by:
What I need - To retrieve the server name that the ASP application is running on. Why - Our current intranet is on a network where we have users that are on a domain and some that are not. Using...
1
by: ringoschplingo | last post by:
Hi, (sorry this is a long one) I have MSSQL 2000 (version 8.00.2187) installed on Windows Server 2K3, nothing 'special' has been done to either of these servers as far as configuration goes. ...
3
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
Last week I asked a question about connection to database from client machine (developer machine). I have changed the database security setup for "SQL Server and Windows" under (local)Windows NT...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.