ORA-01720: grant option does not exist for 'SYS.ALL_TABLES'
My colleague did a datapump export of an Oracel 11g database and then imported it ito a 12c database.
Then a program is being run (a .NET progam that our developers wrote) that mangles something in the database
and when doing this, an ORA-01720 is thrown.
Is there a difference bewteen 11g and 12c regarding this so called "grant option"? What might be the cause for this?
--
Christoph