|
How does one get the view definition of fixed views/tables?
ORACLE Interview Questions and Answers (Part 1)
(Continued from previous question...)
91. How does one get the view definition of fixed views/tables?
Query v$fixed_view_definition. Example:
SELECT * FROM v$fixed_view_definition WHERE view_name='V$SESSION';
(Continued on next question...)
Other Interview Questions
|