Blogs
Oracle bug announcement - the sky is not falling...
dmann — Tue, 01/17/2012 - 15:43
...well not yet...
An Infoworld article was released today describing an Oracle vulnerability. The SCN space can be exhausted via bugs or attackers exploiting bugs. Metalink doc: 1376995.1 [Bulletin : Information on the System Change Number (SCN) and how it is used in the Oracle Database] covers a technical description for what SCNs are used for.
You can use this query to find out how close you are to the SCN limit. Read more »
Diagnosing slow client processing of result sets...
dmann — Tue, 01/10/2012 - 13:48
Quick filter for Application Express Reports
dmann — Mon, 12/05/2011 - 12:44
1) Create the Select List
• Items -> New Item -> Select List • Choose "Select List with Submit" • NextUpdated Developer Days Virtual Machine available...
dmann — Wed, 11/30/2011 - 17:33
I just noticed there is a 11gR2 version of the Developer Days VM available now. You can have a running copy of 11gR2,
Oracle TimesTen In-Memory Database, Oracle XML DB, Oracle SQL Developer, Oracle SQL Developer Data Modeler, Oracle Application Express, Oracle JDeveloper, and Hands-On-Labs (accessed via the Toolbar Menu in Firefox) on a copy of Oracle Enterprise Linux 5.
This is great as a sandbox for development or an easy way to stand up a DB for messing around with. The image supplied by Oracle runs inside Oracle VirtualBox VM engine which is also free. Read more »
New web host...
dmann — Sat, 11/26/2011 - 08:39
We moved to a new web host on Black Friday. My old host doesn't appreciate repeat business so it was time to make the change and try something new. I just started up with DreamHost and so far I am impressed. Migration of the site went quicker than expected and so far I only made one mistake that caused any issues but I will blame that on waiting for DNS changes to propagate :) Read more »
HAVING & Bind Variables
dmann — Tue, 11/22/2011 - 17:34
Speed up SQL Developer Startup
dmann — Mon, 11/14/2011 - 15:23
If you are using SQL Developer 2.x you can reduce your startup time by about 20% by disabling any unneeded extensions. I was able to reduce my startup time from 11 seconds to 8 seconds by turning off all extensions (none of which I really needed anyway). Read more »
Golden Gate - OS User Permissions on *nix - DBA vs ETL Admin
dmann — Mon, 11/14/2011 - 13:11
Need sample data?
dmann — Sat, 11/12/2011 - 21:48
Check out http://www.freebase.com/.
You can sort and filter some of their data, download it or access it via an API.
They offer an API for a lot of languages but no PL/SQL directly just yet. But it looks like JSON can be used and there are ways to use JSON in PL/SQL if you want to do the work.
-Dave
Test Driving the h2 Embedded Java Database
dmann — Thu, 10/27/2011 - 23:11
