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


Please Help Members By Posting Answers For Below Questions

What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.

752


How many memory layers are in the oracle shared pool?

854


What is oracle host variable?

720


How do you get nicely formatted results from an oracle procedure that returns a reference cursor?

809


What is object data modeling?

708


Please explain drop constraint oracle?

826


How many types of database triggers exist?

769


What are the built-in functions used for sending Parameters to forms ?

3081


Explain the use of file option in exp command.

874


How to create additional tablespaces for an new database?

787


What will be the syntax to find current date and time in format "yyyy-mm-dd"?

803


How to rebuild an index in oracle?

760


What operating systems are supported by oracle database 10g xe?

796


Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?

763


What are internal user account in oracle?

752