Oracle Type Code Mappings
repost: Oracle Type Code Mappings
Use case: Imagine that you need to represent type codes for the Oracle data types across PL/SQL, Java and C.
Challenge: Oracle uses different type codes in different contexts. This is fair enough if they need to adhere to standards (eg JDBC), but there’s really no...
more...