Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Three is the number, the number shall be three ...

Three is the number, the number shall be three ...

From: Paul Drake <bdbafh_at_gmail.com>
Date: Mon, 29 Nov 2004 14:45:54 -0500
Message-ID: <910046b40411291145255e5143@mail.gmail.com>


Might anyone care to wager why a developer at Oracle would use 3 iterations of flushing the shared_pool during execution of the jserver.sql script in creation of the JServer subsequent to database creation?

Possible reasons:

  1. Developer is a Huge Monty Python fan.
  2. 4 isn't prime
  3. 42 was deemed to be excessive
  4. 1 and 2 iterations were simply no enough - tested and 4th iteration gained nothing.

Its not like its a routine where the code examines v$sgastat or anything. Its just 3 statements.

158 dbms_output.put_line('flush shared_pool');

159  execute immediate 'alter system flush shared_pool';
160  execute immediate 'alter system flush shared_pool';
161  execute immediate 'alter system flush shared_pool';

humorous comments appreciated.

Paul

btw - 10.1.0.3 Std Ed / w2k adv svr sp4

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Nov 29 2004 - 13:42:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US