You find supported data types in the Oracle 9i Dokumentation. BIT may be the PL/SQL-type BOOLEAN and VARBINARY sounds more like some type used in OCI - which are both no valid types for field in a table.
You could store BIT as NUMBER(1). I never worked with VARBINARY - maybe BLOB or NUMBER?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.