just check if you have any synonym names system ??

select * from dba_synonyms where owner = 'PUBLIC';
an see if there is one named "system".

if its there drop it.