Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / December 2007

Tip: Looking for answers? Try searching our database.

Is ASP.NET only for SQL Server Users?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Wannano - 05 Dec 2007 02:04 GMT
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
Barrie Wilson - 05 Dec 2007 02:23 GMT
> 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 ...
Dan Gartner - 05 Dec 2007 03:32 GMT
> 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/tech/windows/odpnet/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
Cowboy (Gregory A. Beamer) - 05 Dec 2007 05:49 GMT
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.

Signature

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

*************************************************

| Think outside the box!

*************************************************
> 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
Peter Bromberg [C# MVP] - 05 Dec 2007 14:36 GMT
I did what you should have done: I searched google first:
http://www.oracle.com/technology/tech/dotnet/aspnet/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

> 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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.