Either virtual table is a temporary table or v$ or Xv$ views
Harshad Khuspe
Feb 26th, 2015
Virtual Tables are contains information about the base tables in oracle. Like V$database is virtual table which provide information of database name, open mode etc. or v$log will provide redo log members etc.
Virtual tables
Related Answered Questions
Related Open Questions