English 中文(简体)
了解Oracle数据库和官方发展援助中心安装情况
原标题:Understanding Oracle database and ODAC installation

我想在我的伙伴关系中使用Oracle XE DB。 NET MVC项目。 我用同一机器安装了Oracle 11g XE,当时是VS。 安装在C:oraclexe完成。 一切照预期,我都能够利用缺电探测器与亚洲开发银行连接。 NET oracle 数据提供商。 但我想使用耗氧潜能吨。 NET,即安装了耗氧潜能吨。 NET + ODT in C:app. 这首先令人困惑。 C:oraclexe.server和C:app.client_1的结构类似。 两人都拥有Tnsnames.ora居住的地方网。 我的理解是,用户被用于连接数据库,但:

  1. Which Tnsname.ora will be used to connect to database?
  2. Oraclexe also contains odp.net folder where Oracle.DataAccess.dll resides. If server installation come with odp.net why i need to install ODAC? Server Explorer in VS offered me ODP.NET drivers for connection only after ODAC install.
  3. ODAC comes with Oracle Instant Client. When to use Oracle Client and when Oracle Instant Client? If i decide for Oracle Client and then i will install ODAC for connection, will it also install Instant Client which is part of ODAC?
  4. Finally after installation of server and client, VS 2010 still does not offer me Oracle Providers in ASP.NET Configuration
最佳回答

甲骨文XE是特殊的,因为你通常在同一机器上安装服务器和客户。 从逻辑上讲,它们是分开的,但确实使事情更难理解。 为此,我将提及其他专家。

  1. > 人口调查办公室的民俗有关于国家人口调查的信息。 ORA 档案: 我的个人战略是使我的所有图瓦卢国民幸福。 人权办公室也这样做,因此不存在混淆的机会。

  2. 耗氧潜能吨。 NET是用于......<代码>.NET的,而官方发展援助C是“native”(OLE)的,提供的工具比你拥有的单纯的耗氧潜能吨多。 NET。 利用一切能满足你们的需要。

  3. 在大多数情况下,你会向客户分发。 完全客户对开发商更有用。 Refer to the documentation and rel=“nofollow”>FAQs 。 你可以在一台机器上拥有多个客户,因此我无法确定问题是什么。

  4. 重新启动机器? 您是否为您的环境增添了适当的图书馆/图书馆?

问题回答

暂无回答




相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

How to make a one to one left outer join?

I was wondering, is there a way to make a kind of one to one left outer join: I need a join that matches say table A with table B, for each record on table A it must search for its pair on table B, ...

Insert if not exists Oracle

I need to be able to run an Oracle query which goes to insert a number of rows, but it also checks to see if a primary key exists and if it does, then it skips that insert. Something like: INSERT ALL ...

How can I store NULLs in NOT NULL field?

I just came across NULL values in NOT-NULL fields in our test database. How could they get there? I know that NOT-NULL constraints can be altered with NOVALIDATE clause, but that would change table s ...

Type reference scope

I m studying databases and am currently working on a object-relational DB project and I ve encountered a small problem with the number of possible constraints in an object table. I m using "Database ...

OracleParameter and DBNull.Value

we have a table in an Oracle Database which contains a column with the type Char(3 Byte). Now we use a parameterized sql to select some rows with a DBNull.Value and it doesn t work: OracleCommand ...

热门标签