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

Home -> Community -> Usenet -> c.d.o.server -> [q] help!!! buffer_pool error (ora-25125)

[q] help!!! buffer_pool error (ora-25125)

From: kyutae lim <ktlim_at_lgtel.co.kr>
Date: Thu, 21 Jan 1999 20:26:43 +0900
Message-ID: <36A70EF3.47B27FD9@lgtel.co.kr>


hi, there.

when I create a following table, I met ora-25125 error. this error is related 'buffer_pool'. But I don't understand this error messgage. I think this 'buffer_pool' command is correct in Oracle 8.0.5.1.
Please help me as soon as possible.
thank you.

my oracle env:
  version : oracle 8.0.5.1
  os : hpos 11.0

CREATE TABLE table_name (col_1 number, col_2 number)  PARTITION BY RANGE (col_1)
 (PARTITION ONE VALUES LE 3 SS THAN (10)   STORAGE (INITIAL 10k BUFFER_POOL RECYCLE),   PARTITION TWO VALUES LESS THAN (20) STORAGE (BUFFER_POOL KEEP));  STORAGE (INITIAL 10k BUFFER_POOL RECYCLE),

                          *

ERROR at line 4:
ORA-25125: BUFFER_POOL storage option not allowed Received on Thu Jan 21 1999 - 05:26:43 CST

Original text of this message

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