Other News

Community

Alter table – good or bad?

(Nigel Rivett) You have a production table and wish to add or change a column. How do you do it? One way is to create a new table with the new structure, copy all the data across, delete the old table, rename the new table, apply constraint, foreign keys etc. A much simpler way is to use alte

Community

Parsing XML with PHP

(Tobias Ratschiller) I will be the first to admit that I love computing standards. If every vendor adhered to an industry standard, I think the web would be a better medium for everyone. Using standardized data exchange formats, open, platform-independent computing models become feasible. It is for

Community

Adding Value with Ultra Search

(Douglas Scherer) Oracle9i adds new multisource search capabilities through Oracle Ultra Search, which lets you easily combine data from multiple source types into one searchable index and provides a configurable crawler. The crawler visits the specified data sources at scheduled times, follows link

Community

The Trigger-Happy DBA – Part 2

(Steve Callan) Here is a problem many developers run into: ORA-04091 table owner.table_name is mutating, trigger/function may not see it. In many cases, the cause of this error is due to code within a trigger that looks at or touches the data within the table the trigger is being called or invoked f