Privilege required to read version from v$instance
Our schemaowner need to know what oracle version it is running under.
As a user with elevated (system) privileges I can do successfully a
select VERSION from V$INSTANCE;
but I can not as a mundane user/schemaowner.
So what is a minimum requirement to obtain that information? Other means to obtaining the Oracle version are also welcome.