Oracle7 Server Messages
 
 
 
 
 
03000-03099: Features Not Implemented 
This section lists messages generated when a user tries to access a feature that is not implemented in Oracle. 
	ORA-03001	unimplemented feature 
| Cause: | An attempt was made to use a feature that is not currently implemented.  | |
| Action: | Do not attempt to use the feature at this time.  | |
	ORA-03002	operator not implemented 
| Cause: | An attempt was made to use an operator that is not currently implemented.  | |
| Action: | Do not attempt to use the operator at this time.  | |
	ORA-03007	obsolete feature 
| Cause: | An attempt was made to use a feature that is no longer supported.  | |
| Action: | No action required. | |
	ORA-03008	parameter COMPATIBLE >= val needed for feature_name
| Cause: | An attempt was made to use a feature for a later Oracle version than the setting of the initialization parameter, COMPATIBLE. | |
| Action: | Set COMPATIBLE to the value in the message, or higher, and retry the command, but be aware that this will limit your downgrade options. | |