Performance impact of select from V$ views?
What is the impact on performance of a database instance when selecting from v$ views? Are there v$ views that should be avoided? Should developers be restricted from viewing them in a production system? The Oracle version is 10.2.0.4.
0