| ORA-03296 |
cannot resize datafile - file string not found |
| ORA-03297 |
file contains used data beyond requested RESIZE value |
| ORA-03298 |
cannot shrink datafile - file string is under hot backup |
| ORA-03299 |
cannot create dictionary table string |
| ORA-04000 |
the sum of PCTUSED and PCTFREE cannot exceed 100 |
| ORA-04001 |
sequence parameter string must be an integer |
| ORA-04002 |
INCREMENT must be a non-zero integer |
| ORA-04003 |
sequence parameter string exceeds maximum size allowed (string digits) |
| ORA-04004 |
MINVALUE must be less than MAXVALUE |
| ORA-04005 |
INCREMENT must be less than MAXVALUE minus MINVALUE |
| ORA-04006 |
START WITH cannot be less than MINVALUE |
| ORA-04007 |
MINVALUE cannot be made to exceed the current value |
| ORA-04008 |
START WITH cannot be more than MAXVALUE |
| ORA-04009 |
MAXVALUE cannot be made to be less than the current value |
| ORA-04010 |
the number of values to CACHE must be greater than 1 |
| ORA-04011 |
sequence string must range between string and string |
| ORA-04012 |
object is not a sequence |
| ORA-04013 |
number to CACHE must be less than one cycle |
| ORA-04014 |
descending sequences that CYCLE must specify MINVALUE |
| ORA-04015 |
ascending sequences that CYCLE must specify MAXVALUE |