Blogs
Key Value Pair Data Model
Submitted by manasn on Sun, 2012-08-12 16:58I have just joined an in flight project and find the lead data modeler has created a name value pair data model.
The reason given was flexibility of data model considering some records can have as many as 900 attributes. The .Net application team seem to be loving it, as they can code everything with very few tables in mind.
I feel the model is difficult to query, difficult to load and difficult to syndicate and in all likelyhood will suffer from poor performance.
Tools to Administer, Monitor and Tune the Oracle Database.
Submitted by mbartov on Fri, 2012-08-10 10:07I just posted a complete integrated set of tools to manage, monitor and tune the Oracle database.
It is free, no registration or email is required. I will just appreciate any kind of feedback to make it better.
The package comprises the following topics:
Objects
This section allows you to view and maintain virtually all database objects, including partitioned tables and materialized views. It also includes a function to view inter-dependency between objects.
Users
This section allows you manage users and security.
- mbartov's blog
- Login to post comments
- Read more
1Z0-052 Oracle DBA Admin 1 OCA Study Guide by Matthew Morris: Review
Submitted by John Watson on Sun, 2012-08-05 00:31Matthew Morris (who makes many constructive and knowledgeable contributions to the forum) has written a series of study guides for the OCA/OCP exams. I asked him if I could have a copy of one to review. The result: it's very good. This is a copy of the review I put up on Amazon.
- John Watson's blog
- Login to post comments
- Read more
How to move a table from one schema to another
Submitted by John Watson on Thu, 2012-07-12 05:38The other day, I was asked how to move a table from one schema to another. The answer, as we all know, is "you can't do that: you have to create a new table as a copy of the old one, or use export/import. It will take a long long time." Not true.
How to use Incarnation in Oracle 10G
Submitted by andy huang on Wed, 2012-06-06 08:05
OS:Red Hat Linux As 5
DB Version:10.2.0.4
[=16]In 9i,we open the database with resetlogs just only once when we do the incomplete recover,but in the 10g, it can open the database with resetlogs more than once,the flowing test is show how to open the database with resetlogs many times.
1.
- andy huang's blog
- Login to post comments
- Read more
Oracle Data Guard 11g – Overview Client Failover Configuration
Submitted by mahir.quluzade on Tue, 2012-06-05 04:25- mahir.quluzade's blog
- Login to post comments
- Read more
Oracle Database 11g Release 2: Performance Tuning Tips and Techniques (Richard Niemiec)
Submitted by John Watson on Tue, 2012-05-15 02:26I've been asked by the publishers to review "Oracle Database 11g Release 2: Performance Tuning Tips and Techniques" by Richard Niemiec of TUSC. Conclusion: it is good but not perfect. This is an extended version of the review I put up on Amazon.
- John Watson's blog
- Login to post comments
- Read more
R12 - XLA / FAH - Business Events in Create Accounting
Submitted by vamsi kasina on Wed, 2012-05-09 16:42
The following business events are disabled as default by Oracle.
For any custom process those can be enabled by users. But only extract and postprocessing events will be called in document mode.
Custom code / package can be used as a subscription to the respective business event.
oracle.apps.xla.accounting.preaccounting - To identify the events, which will be processed by create accounting oracle.apps.xla.accounting.extract - To populate the transaction objects only for the events in xla_events_gt
- vamsi kasina's blog
- Login to post comments
- Read more
FIne Grained Dependencies in Oracle 11g
Submitted by mohan_krishnan83 on Sat, 2012-04-14 09:31Dependency Oracle schema is the place where all the Database objects get stored. This make a room for the entire set of objects under the Category of Data Storage ( Tables, Views) and Data Access (Stored Procedure ,Functions ,Packages and Triggers) .These Objects make a reference across all these objects to form the application.This is known as dependency.
Conventional Dependency Model If an Object B is being referrd from object A (ie Object A refers another Object B) , Object A is known as Dependant Object and Object B is Known as referenced Object.
- mohan_krishnan83's blog
- Login to post comments
- Read more
Announcing my upcoming Book on Advanced Oracle PL/SQL Concepts (1Z0-146 Preparation handbook)
Submitted by sbh_orafaq on Wed, 2012-04-11 00:52Hello,
It gives me great pleasure and honour to announce my upcoming book Oracle Advanced PL/SQL Developer Professional Guide with Pact Publishers. The book 'Oracle Advanced PL/SQL Developer Professional Guide' is focussed on the preparation of OCP (1Z0-146) examination. The book doesn't restricts its scope to the examination but aims to strengthen the advanced concepts in Oracle 11g PL/SQL.
The book has been reviewed by Oracle ACEs Kamran Agayev, Ronald Rood and Mohan Dutta. It is under production and is expected to be released by May, 2012.

