Monthly Archives: July 2010

Setup Netbeans on OSX and Oracle OCI8 for Ruby on Rails

I switched over to Netbeans on OSX from TextMate after using Netbeans a lot on my ubuntu setup. First thing I ran into was the following error when I started the application. oci8lib.c:98:in oci8lib.bundle: OCI Library Initialization Error (OCIError) The … Continue reading

Posted in Ruby on Rails, Tools | Leave a comment

Gather Statistics for Oracle

Oralce requires that you periodically gather statistics on the queries you are running. The following command will do that for your local schema. It can be run as the schema owner or sysdba exec dbms_stats.gather_schema_stats(ownname=> '<schema name, upper case>', cascade … Continue reading

Posted in Uncategorized | Leave a comment