I have a problem with running gv$ queries on instances. Any query with gv$ will trigger an error message ORA-12805: parallel query server died unexpectedly
Example:
SQL> select * from gv$instance;
ERROR:
ORA-12805: parallel query server died unexpectedly
Instance:
Oracle Database 12c Standard Edition Release 12.2.0.1.0 - 64bit Production
PL/SQL Release 12.2.0.1.0 - Production
CORE 12.2.0.1.0 Production 0
TNS for Linux: Version 12.2.0.1.0 - Production
NLSRTL Version 12.2.0.1.0 - Production
I have also another instance (the same version) where the problem does not exist. I need help.