Pointing a private database link at another database without knowing the password...sorta...
dmann — Tue, 03/27/2012 - 22:48
Prerequisites:
- SOURCEDBA source database which has a schema that owns a private database link
- TARGETDB1, the original target database for the link
- TARGETDB2, a clone of TARGET1 that was renamed to "TARGETDB2"
Why?
I have an application that I support that uses a pair of databases, one holds detail info and one holds summary info. Read more »
Freely Available Perl Resource - Modern Perl by Chromatic
dmann — Tue, 03/27/2012 - 10:36
Modern Perl by Chromatic is a freely available Perl eBook. It is a good resource for folks already familiar with programming that want to get up to speed quickly on Perl conventions and syntax.
Previously I used to use a collection of OReilly books to cover this territory but have replaced with 1 copy of Modern Perl (well with the exception of the Cookbooks, you will pry them out of my cold dead hands).
The PDF eBook is freely available via the website above, the hardcopy version is about $35 from major book retailers.
-Dave
Fixed Object Statistics
dmann — Tue, 03/06/2012 - 00:51
Fixed objects are the 700+ X$ tables that feed a lot of these system and performance views.
Fixed Object Stats are _not_ gathered by the default stats gathering procedures. They are not gathered at all unless you run the proc to gather them. In this case Oracle relies heavily on Dynamic Sampling… but that isn’t really a substitute for really gathering stats.
Why does my query have a MERGE JOIN CARTESIAN?
dmann — Thu, 02/16/2012 - 23:57
Yes, the mention of Cartesian Joins usually makes a DBA's heart skip a beat. The cartesian joins caused by missing join conditions are definitely a pain to deal with - these are the types of joins that can "blow up" temp space and cause all types of alarms to go off.
I didn't find anything in Oracle's official 11g documentation on this particular join method but I did find plenty of articles about issues with it in their support DB. I have chased down a few of these in the past couple of weeks and here is what I found. Read more »
Alexandria PL/SQL Library
dmann — Tue, 02/14/2012 - 12:05
From the page: "This library is a collection of various utility packages for PL/SQL, as well as links to useful libraries hosted and maintained elsewhere."
http://code.google.com/p/plsql-utils/
It includes a lot of things I never really figured I would need to do in PL/SQL, but it is nice to see someone is thinking of it.
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 »
