Schemaowner gets ORA-01720
I created a schema with the following credentials:
GRANT CONNECT,RESOURCE, create trigger, CREATE VIEW TO testuser IDENTIFIED BY password ;
Some views are created afterwards and an ORA-01720 is thrown because SYS.ALL_TABLES is being accessed.
It might have be that it changed in 12c (over 11g).
--
Christoph