I've installed Oracle client about 4 times already. I'm going to start all over again. I have Visual Studio 2005 installed on my Windows 2000 computer. I'm going to unistalled Oracle client, then:
Thank you for the response to my question in another thread. This is useful. I couldnt find the ReadMe text in Steven's Oracle Provider project. Can you please email that to me
sumathi_babu@hotmail.com
epimentel
0 Points
9 Posts
Re: Re:Re: About the membership provider
Dec 16, 2006 12:32 AM|LINK
I already tried that, and I still get the same message.
Thanks.
Caddre
All-Star
26581 Points
5308 Posts
Re: Re:Re: About the membership provider
Dec 16, 2006 12:43 AM|LINK
Here is another possible solution. Hope this helps.
http://forums.asp.net/thread/1466977.aspx
Gift Peddie
mlasell
Member
467 Points
173 Posts
Re: Re:Re: About the membership provider
Dec 18, 2006 05:31 PM|LINK
I didn't read those last posts, maybe this was covered.
Did you download the newest Oracle Client?
When I said that The ODP install created a second client on my hard drive, that meant that the Client install created the first one. Mine says 10.2.0.
And I had to put tnsnames.ora in the right place.
It needs to have some sections like this:
NDQD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.2.1.6)(PORT = 1522))
)
(CONNECT_DATA =
(SERVICE_NAME = ndqd.xxx.com)
(SRVR = DEDICATED)
)
)
epimentel
0 Points
9 Posts
Re: Re:Re: About the membership provider
Dec 19, 2006 01:15 AM|LINK
I've installed Oracle client about 4 times already. I'm going to start all over again. I have Visual Studio 2005 installed on my Windows 2000 computer. I'm going to unistalled Oracle client, then:
1. Install Oracle client 10.2.1 InstantClient, Administrator, Runtime, Custom?
2. Install ODTwithODAC10202 from this Website: http://www.oracle.com/technology/software/tech/dotnet/utilsoft.html
3. Create a Website in .NET, reference OracleDataAccess.dll
And I should be able to get a connection going and have oracle as a membership provider, right?
mlasell
Member
467 Points
173 Posts
Re: Re:Re: About the membership provider
Dec 19, 2006 04:11 PM|LINK
It sounds right. How did it go?
I had move tnsnames.ora.
Michael
sumathi
Member
16 Points
12 Posts
Re: Re:Re: About the membership provider
Jan 14, 2007 10:24 PM|LINK
Hi Michael
Thank you for the response to my question in another thread. This is useful. I couldnt find the ReadMe text in Steven's Oracle Provider project. Can you please email that to me sumathi_babu@hotmail.com
Thanx
RS
sumathi
Member
16 Points
12 Posts
The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception." for Ora...
Jan 16, 2007 04:58 PM|LINK
Hi folks,
I am trying to implement Oracle Membership Provider in .NET2.0 for past few days.
I did the following
1. Set up the Oracle Database membership schema
2. changed the settings in config file
<
compilation debug="true"><
assemblies><
add assembly="Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89B483F429C47342"/></assemblies></
compilation><!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
--><
authentication mode="Forms"/><
membership defaultProvider="OracleProvider"><!--
<providers><clear/>
<add name="OracleMembershipProvider" type="OracleMembershipProvider" requiresQuestionAndAnswer="true" connectionString="Data Source=DEVDB1;User ID=SUMATHI;Password=monday;"/>
</providers>
--><
providers><
remove name="AspNetSqlMembershipProvider"></remove><
add connectionStringName="******ConnectionString" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="Radical Development" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="4" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" name="OracleProvider" type="RadicalDevelopment.OracleMembership.OracleMembershipProvider"/></
providers></
membership>3. Set up the frontend with login controls
When I run the app, I get the following error
The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception."
4. I tried removing the oracle dataAccess.dll and then referencing back again.
But this didnt work.
Any tips / solution is appreciated. Thankx
RS
Sam1206
Member
2 Points
1 Post
Re: Re:Re: About the membership provider
Nov 06, 2007 11:22 AM|LINK
Hi Mike, have you go the solution for the Oracle Membership provider.
greg.darling
Participant
1458 Points
310 Posts
Re: Re:Re: About the membership provider
Nov 08, 2007 03:29 PM|LINK
Just a heads up, Oracle came out with their own now.. its in beta still though..
http://www.oracle.com/technology/tech/dotnet/aspnet/index.html
Oracle offers the following providers:
Cheers,
Greg
senthilkumar...
Member
25 Points
45 Posts
Re: Re:Re: About the membership provider
Apr 02, 2009 05:06 AM|LINK
Hi,
in sqlserver i created membership user table using aspnet_redsql
but i can i create membership table in Oracle 11G Database