Other News

Community

Why was the RULE hint ignored?

(Maria Colgan) Recently I got a call from a customer that had just upgraded to Oracle Database 11.2.0.2 and was panicking because they thought the Rule Based Optimizer (RBO) had been removed. The reason they thought this was because when they tried to add the RULE hint to a SQL statement they still

Community

Implementing Ajax in XSLT Grid

(Senthilkumar) XSLT is more powerful than server data controls from the performance point of view because it internally executes a lot of event handles whenever we fire the events inside the data controls. XSLT supports CSS, JavaScript and AJAXlike in the normal HTML page. Some of the ASP.NET contro

Community

Associative Arrays 101

(Lewis Cunningham) An array is one way to store multiple variables in a collection. In PL/SQL we will often refer to an array of objects as a collection. If a record is a way to think of a specific row in a table, a collection type can be thought of as the rows in the table.