Data Type Compatibility
No. |
Oracle Database |
GaussDB |
Difference |
---|---|---|---|
1 |
CHARACTER |
Supported, with differences. |
|
2 |
VARCHAR |
Supported, with differences. |
|
3 |
STRING |
Not supported. |
- |
4 |
PLS_INTEGER |
Not supported. |
In GaussDB, you can use the INT type instead. |
5 |
BINARY_INTEGER |
Supported. |
- |
No. |
Oracle Database |
GaussDB |
Difference |
---|---|---|---|
1 |
SUBTYPE subtype_name IS base_type |
Supported. |
- |
2 |
SUBTYPE subtype_name IS base_type { precision [, scale ] | RANGE low_value .. high_value } [ NOT NULL ] |
Supported, with differences. |
|
3 |
SUBTYPE subtype_name IS base_type [ NOT NULL ] |
Supported. |
- |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.