0 votes
in Oracle by
What is meant by RAW datatype in Oracle?

1 Answer

0 votes
by

RAW datatype is used to store variable-length binary data or byte strings.

The difference between RAW & VARCHAR2 datatype is that PL/SQL does not recognize this data type and hence, cannot do any conversions when RAW data is transferred to different systems. This data type can only be queried or inserted in a table.

Syntax: RAW (precision)

Related questions

0 votes
+1 vote
asked Jul 29, 2020 in Oracle by Hodge
0 votes
0 votes
asked Jul 29, 2020 in Oracle by Hodge
...