05 2015 档案
摘要:Basic Memory StructuresThe basic memory structures associated with Oracle Database include:System global area (SGA)The SGA is a group of shared memory...
阅读全文
摘要:States of Integrity ConstraintsAs part of constraint definition, you can specify how and when Oracle Database should enforce the constraint, thereby d...
阅读全文
摘要:Merging into a Table: ExampleThe following example uses the bonuses table in the sample schema oe with a default bonus of 100. It then inserts into th...
阅读全文
摘要:SET TRANSACTION NAME 'Update salaries';SAVEPOINT before_salary_update;UPDATE employees SET salary=9100 WHERE employee_id=1234 # DMLROLLBACK TO SAVEPOI...
阅读全文
摘要:Summary of Memory Management MethodsTable 18-1 summarizes the various memory management methods. If you do not enable automatic memory management, the...
阅读全文
摘要:4.2.2 Automatic Tuning of Memory ManagementTwo memory management initialization parameters, MEMORY_TARGET and MEMORY_MAX_TARGET, enable automatic mana...
阅读全文