Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Are There Plans to Issue a Fully Managed Version of ODP.Net?

Tom FonsecaMay 2 2011 — edited Jan 20 2012
A performance profile, performed by Microsoft, on one of our applications cites calls from managed to unmanaged code by ODP.Net as an cost we should try and reduce.

As we understand it ODP.Net consists of both managed and unmanaged components. Are there plans to release a fully managed version of this product?

Thanks.

Comments

JeffJon
If you use a UDL file on the FDM application server with the same information provided in the application creation screen can you successfully connect to the SQL Server database?

If it is running on another port other than 1433 you will need to specify the port in the servername field:

servername\instance,port
631379
You have to have DBA rights to the database server to create a database or you will see this error.
657263
Hello,

If your DBA does not want to provide you with the DBA role do not worry.

As outlined in the FDM DBA Guide:
http://download.oracle.com/docs/cd/E12825_01/epm.111/fdm_dba.pdf

On Page 18/19 it states the rights and permissions for SQL Server.

Thank you,
JeffJon
You do not need the DBA role to create a database on the SQL Server. For FDM the user simply needs the DB Create and Bulk Insert Admin Role as noted in the FDM DBA Guide. Please reference this guide for further information on necessary roles.
Anil
Hello Everyone,

I am getting *10061 - connection refused* error when i am trying to logon to FDQM.

please help me ASAP.

Thanks in advance.......
JeffJon
If you are using Shared Services for the authentication provider and you test the shared services connection within the workbench client and verify that it is successful? Also verify that the account is the admin account in HSS.
902072
Have you resolved 10061 connection refused issue? We are experiencing it at the moment. We do not use shared services
1 - 7
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 17 2012
Added on May 2 2011
15 comments
233 views