Using Oracle ODP. Net 11g. Net Program release method)

Source: Internet
Author: User
Using Oracle ODP. Net 11g. Net Program release method ()

ODP. net 11g is released by Oracle for. netProgramThe ADO. NET component that accesses the Oracle database has better performance than the Oracle component that comes with Microsoft. It can also access advanced Oracle features such as the UDT (user defined type) type, procedure, and ref.

. NET 1.1 client requires the following release files:

    • Oracle. dataaccess. dll (odt111 \ odp.net \ bin \ 1.x)
    • Oraops11.dll (odt111 \ bin)

. NET 2.0 needs to be released:

    • Oracle. dataaccess. dll (odt111 \ odp.net \ bin/2.0)
    • Oraops11w. dll (odt111 \ bin)

The above clients all require OCI basic package support:

    • OCI. dll
    • Oraociei11.dll (it can also be replaced by a smaller oraociicus11.dll)
    • Orannzsbb11.dll

To facilitate the test on the client, you can add the SQL * Plus package, which includes two files:

    • Sqlplus.exe
    • Orasqlplusic11.dll

To publish the sqlplus package, you can use sqlplus "user_name/password @ // 192.168.1.31: 1521/orcl" to test the Oracle status on the client.

According to the above principle, the minimum size of the ODP. Net Oracle client published files includes five files, and the size after compression is 8 MB:

    • OCI. dll
    • Oraociicus11.dll
    • Orannzsbb11.dll
    • Oracle. dataaccess. dll
    • Oraops11.dll

For more information, see here:
Http://download.oracle.com/docs/cd/B28359_01/server.111/b31189/apd.htm
Http://forums.oracle.com/forums/thread.jspa? Threadid = 519176 & tstart = 0 & messageid = 2060399

And portal website:
Http://www.oracle.com/technology/tech/dotnet/index.html

 

Reprinted from: http://www.cnblogs.com/xugang/archive/2008/01/21/1047072.html

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.