sql - ORA00907: Missing Right Parenthesis error -
i converting table long raw column blob using statement:
insert t_blob_photograph ( photono, pview_type, pview, plength, pbreadth, color_type, color_code, scan_res, intensity_res, compression_type, compression, photograph) select ( photono, pview_type, pview, plength, pbreadth, color_type, color_code, scan_res, intensity_res, compression_type, compression, to_lob(photograph) t_photograph); i thought straight forward, throwing error ora00907. on oracle 9i.
Comments
Post a Comment