AfricaDotNet
www.AfricaDotNet.com Continues the .NET Conversation in Africa
All Tags » oracle (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: Today's Byte #3: Developing For Oracle Databases

    Since Oracle are deafeningly silent on the matter, currently the best way is to use a third party provider. I keep hearing good things about Devart dotConnect . You could also check out the open source dbLinq or LinqToOracle
    Posted to General (Forum) by Rad on 10-07-2009
  • Today's Byte #3: Developing For Oracle Databases

    If you're doing development against an Oracle database, you can use the built in Oracle client, System.Data.OracleClient. However this is a bad idea for a two reasons: It will be deprecated in .NET 4.0 Oracle's provider, ODP.NET is better in several ways: Faster Supports more Oracle features...
    Posted to General (Forum) by Rad on 10-06-2009
  • Oracle Query optimization using the hint

    A few months ago when I was working with Oracle in a data warehouse, I came across hints . Basically these are statements in the below form /*+ hint */ /*+ hint(argument) */ /*+ hint(argument-1 argument-2) */ placed inside your query to manipulate the oracle optimizer to optimize a query's execution...
    Posted to Databse Engines (Forum) by Ben Chege on 09-18-2009
Page 1 of 1 (3 items)
(c) AfricaDotNet
Powered by Community Server (Non-Commercial Edition), by Telligent Systems