I corrected the secons article. Please go through once again.

I will reframe my problem. I have one Payrole schema which contains around 40 objects(tables) with the username test.
In that one table I am using object type.

I have the expdump of the test schema(I took from the client place). I created the username as test. And I imported the dump file in to user test. The Import dumped all the tables and data except those doesnot contain object types.

Here I am including the Part of the Error Message

IMP-00017: following statement failed with ORACLE error 2304:
"CREATE TYPE "ADDRESS_TY" TIMESTAMP '2001-11-15:12:51:08' OID '1808F7F608E64"
"D53A3AD993BC56CC22B' "
" AS OBJECT ("
" TYPE_NO NUMBER(3),"
" LINE1 VARCHAR2(40),"
" LINE2 VARCHAR2(40),"
" LANDMARK VARCHAR2(40),"
" CITY VARCHAR2(30),"
" STATE VARCHAR2(30),"
" COUNTRY VARCHAR2(25),"
" ZIP VARCHAR2(10),"
" PHONE1 VARCHAR2(15),"
" PHONE2 VARCHAR2(15),"
" FAX VARCHAR2(15),"
" EMAIL VARCHAR2(40),"
" URL VARCHAR2(50));"
IMP-00003: ORACLE error 2304 encountered
ORA-02304: invalid object identifier literal
IMP-00017: following statement failed with ORACLE error 2304:
"CREATE TYPE "ADDRESS_VA" TIMESTAMP '2001-11-15:12:51:09' OID '2A0D45FFA9884"
"00DBA7695BBD767203C' "
" AS VARRAY(10) OF ADDRESS_TY;"
IMP-00003: ORACLE error 2304 encountered
ORA-02304: invalid object identifier literal
IMP-00017: following statement failed with ORACLE error 2304:
"CREATE TYPE "ROLE_TY" TIMESTAMP '2001-11-15:12:51:09' OID '126485955D9E4FAA"
"98D6441D4A5E0DE5' "
" AS OBJECT"
"(ROLE_NO NUMBER(3),"
" IND_CD VARCHAR2(2));"
IMP-00003: ORACLE error 2304 encountered
ORA-02304: invalid object identifier literal
IMP-00017: following statement failed with ORACLE error 2304:
"CREATE TYPE "ROLE_VA" TIMESTAMP '2001-11-15:12:51:09' OID '280BB27260204AD0"
"953C46B60B3D020E' "
" AS VARRAY(10) OF ROLE_TY;"
IMP-00003: ORACLE error 2304 encountered
ORA-02304: invalid object identifier literal