Archive for May 3rd, 2007

Lots of people think that Oracle is very complex, is suited just for large enterprises and is very expensive.
It is not true at all.
Since 10g, Oracle offers lots of absolutely free software:

Regarding the books, lots of resources are available here:
http://tahiti.oracle.com

For new users, the recommandations are:

  • 2 Day DBA
  • 2 Day Developer Guide
  • SQL Reference
  • PL/SQL User’s Guide and Reference

For any question regarding the above technologies feel free to contact me.

Andrei
http://www.webxpert.ro

Comments No Comments »

If you install VS2005 and then ODP.Net you will probably get a strange error when you will try to use Oracle Explorer for the first time:

Package ‘Oracle Developer Tools for Visual Studio .NET’ has failed
to load properly ( GUID = {D601BB95-E404-4A8E-9F24-5C1A462426CE} ).
Please contact package vendor for assistance. Application restart is
recommended, due to possible environment corruption. Would you like to
disable loading this package in the future? You may use
‘devenv /resetskippkgs’ to re-enable package loading.
 

The problem is an assembly mismatch. As Christian Shay (principal product manager for ODP.net at Oracle) said in an announcement, there are 2 options to solve this issue:

1. My recommended solution:

Execute the following command from a command prompt:

gacutil /i <Oracle Home>\odp.net\bin\2.x\Oracle.DataAccess.dll

where is the Oracle Home directory where you installed ODT 2005. For example, on my machine is c:\oracle\product\10.2.0\client_1.

2. Reinstall:

Deinstall ODP.NET 1.x from your machine (if you’re not using it) and install ODP.NET 2.0 in the same Oracle Home.

Andrei
http://www.webxpert.ro

Comments 1 Comment »

Long time no blogging… I changed my employer and starting January the 1st I am Consultant at Oracle Corp.
My main role is to deliver workshops & presentations to Oracle partners based in EMEA, helping them to take all the benefits from Oracle products.

Places where I’ve been with this new role? London, Prague, Athens, Bratislava, Zurich, Warsaw, Krakow, Moscow…..
All the pictures are here

Andrei
http://www.webxpert.ro

Comments No Comments »