Hi all,
I have been getting this error for a while, I have been scratching my
head over it for a while, but no luck. Hopefully someone can let me
know why I get it.
ERROR IS:
cr_mime_types_pk is an index relation
CODE IS:
insert into cr_mime_types_pk (mime_type)
select 'application/octet-stream'
from dual
where not exists (select 1 from cr_mime_types where mime_type =
'application/octet-stream');