Oracle Object Type compilation causes errors if Type has any alterations. Example: create or replace type "typ_name" as object (sno number ,name varchar2 (10) ); / ALTER TYPE "typ_name" ADD ATTRIBUTE ...
ODPI-C Object Functions Object handles are used to represent instances of the types created by the SQL command CREATE OR REPLACE TYPE. They are created by calling the function ...