Tag: Oracle

Community

Optimize Oracle Data Access

(Bob Beauchemin) You have two basic ways to improve data-access code performance in your database applications. The most straightforward way is to optimize the SQL statements that execute on the database server. A more subtle way, from a database client programming perspective, is to decrease the nu

Community

Report on Oracle Text Index Sizes

(X. Jay Zhang) Oracle Text Index, formerly known as interMedia Index, is powerful for searching user specified text segments in a column or a document, and it is widely used in internet based applications like search engines or content management systems. An issue presented to a DBA, as usual, is to

Community

The Trigger-Happy DBA

(Steve Callan) Who is the trigger-happy DBA? No, I do not mean the DBA who is pulling his hair out over a developer’s mistake (“I truncated all my tables. Why can’t you simply do a rollback for me?”), or the DBA fighting management’s insistence on using export as the primary backup and recovery stra

Community

Constraints and Triggers

Constraints are declarations of conditions about the database that must remain true. These include attributed-based, tuple-based, key, and referential integrity constraints. The system checks for the violation of the constraints on actions that may cause a violation, and aborts the action accordingl