help!!! buffer_pool error (ora-25125)

help!!! buffer_pool error (ora-25125)

Post by kyutae li » Fri, 22 Jan 1999 04:00:00



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

 
 
 

help!!! buffer_pool error (ora-25125)

Post by Alex Hudghto » Fri, 22 Jan 1999 04:00:00


Not sure this is the answer, but don't you need to set 'NEXT' value ???

Alex


> 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


 
 
 

help!!! buffer_pool error (ora-25125)

Post by Jonathan Lewi » Fri, 22 Jan 1999 04:00:00


I've just cut the SQL from your post (changing only the 'LE 3 SS')
and run it on 8.0.4.0 on hp-ux 10.20, and it works as expected -
checked by looking at the buffer_pool column of user_tab_partitions.

Does the same error occur on non-partitioned tables ?
Can you create the table and then:

alter table table_name modify partition one storage (buffer_pool keep);

Silly question, and it shouldn't make any difference anyway, have you
actually allocated blocks to the KEEP and RECYCLE pools ?

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk


>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

 
 
 

1. ORA-25125 preventing import BUFFER POOL not allowed HELP

db: 8.0.5.1.0
os: HP 11.0

I copied db datafilkes from HP 10:20 (8.0.5.1.0) and recreated the control
files; everything seems to be working fine except this!
Rerunning the cat scripts makes no difference.
If I export a table, I cannot import it .

Does anyone know how I might be able to uimport the data from an export
dump file? Pre-createing the tables/indexes makes no difference.
How can I export without the BUFFER_POOL option? Or must it be changed
from the default (DEFAULT)??

I need to get at some data in my exports, so any assistance will be much
appreciated.

(show=y and indexfile= both generate SQL with the BUFFER_POOL option, and
the SQL cannot be run.)

Trevor

2. Suppressing Stored Procedure ResultSets

3. Create new DB errors (ORA-01610, ORA-01194, ORA-01110)

4. DSO and/or xp_cmshell permissions

5. Error: ORA-01034, ORA-09243, ORA-02042

6. Screen of Logon of SQL SERVER 7.0 and 2000

7. ORA-01115,ORA-01110,ORA-27070,OSD-04006,O/S-Error OS 38

8. win95 printing problem

9. ORA-600, ORA-8177, ORA-6512 Errors via ODBC

10. Help Help Help Oracle Error Message ORA-01041

11. ORA-12154: Error while trying to retrieve text for error ORA-12154

12. v$buffer_pool

13. Oracle Errors ORA-03113 and ORA-01041