Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: .NET Stored Procedures in Oracle database
Juan
>Had you read this?
>Is this better than using java?
>Any experience?
Notice that:
- The stored procedures don't run *in* the database. - It's a simple external call... as we used to do with C shared libraries. - This is a Windows only feature.
Basically it makes only sense if you already have some kind of library that you *absolutely* want to call from the database. The same thing applies to Java in the database. Therefore, IMHO, one is not better than the other.
HTH
Chris
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Mar 15 2006 - 11:57:55 CST
![]() |
![]() |