According to oracle specification VIEW is a object.
OBJECT that means anything stored in the oracle database
that has the physical existence.why VIEW doesn't take memory
in oracle database, but it is treated as a object ?Please
explain ?
Answer Posted / karthik perumal
A view is a SQL query which is stored in the Oracle data
dictionary.We can think of a view as a virtual table or
mapping of data from one or more tables.Since it is stored
in Oracle's Data Dictionary,it is treated by Oracle as an
Object.
Remember:Views do not contain any data - it is just a stored
query in the database that can be executed when called.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
How to update values in a table in oracle?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
What is materialized view in Oracle?
Whats the benefit of dbms_stats over analyze?
What is oracle thin client?
How can we find out the current date and time in oracle?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
How to compare dates in oracle sql?
What are the four Oracle system processes that must always be up and running for the database to be useable?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
What are dml statements in oracle?
What is a sub query and what are the different types of subqueries?
Whether any commands are used for months calculation? If so, what are they?
What are the arithmetic operations?