For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I Have 2 Table which this schema. I want to insert value form table TEST_1 to TEST_2 and I want to check type of column TEST_RAW in table 1 to convert datatype. I use this query but I found error Error: ORA-00932: inconsistent datatypes: expected - got LONG BINARY What should I do?