Posted by: Edi Yanto on: April 16, 2007
The below step are for optimizing performace of Oracle8i Database :
Tune architecture and design of the data model.
Tune Applications. It’s important to design efficient SQL statements. Efficient SQL Statement take less time to process. You must also consider the data access and manipulation operations in detail.
Tune memory structures, memory tuning involves tuning the System [...]
Posted by: Edi Yanto on: April 14, 2007
Some programs must build and process a variety of SQL statements, where the exact text of the statement is unknown until run time. Such statements probably change from execution to execution. They are called dynamic SQL statements. Formerly, to execute dynamic SQL statements, you had to use the supplied package DBMS_SQL.
Now, within PL/SQL, you can [...]
Recent Comments