GeekInterview.com
Results 1 to 5 of 5

Types of views in Oracle

This is a discussion on Types of views in Oracle within the Databases forums, part of the category; Is there any types of views in Oracle? If so, please let me know......

  1. #1
    M_lakshmi is offline Junior Member Array
    Join Date
    Aug 2007
    Answers
    2

    Types of views in Oracle

    Is there any types of views in Oracle? If so, please let me know...


  2. #2
    susarlasireesha is offline Expert Member Array
    Join Date
    Apr 2007
    Answers
    542

    Re: Types of views in Oracle

    follow this useful link


  3. #3
    nareshbabu18 is offline Junior Member Array
    Join Date
    Jan 2008
    Answers
    2

    Re: Types of views in Oracle

    what is the difference between cursor and collections


  4. #4
    susarlasireesha is offline Expert Member Array
    Join Date
    Apr 2007
    Answers
    542

    Re: Types of views in Oracle

    Quote Originally Posted by nareshbabu18 View Post
    what is the difference between cursor and collections
    cursor
    When a query is executed in oracle, a result set is produced and stored in the memory. Oracle allows the programmer to access this result set in the memory through cursors.
    Collection
    A Collection is an ordered group of elements, all of the same type. Each element has a unique subscript, called an index, that determines its position in the collection

    Last edited by susarlasireesha; 01-10-2008 at 02:21 AM.

  5. #5
    Dhiraj_k is offline Junior Member Array
    Join Date
    Jan 2008
    Answers
    1

    Re: Types of views in Oracle

    Hello Laxmi,
    There r two types of VIEW in ORACLE.
    Simple View and Complex View
    simple view derives data from only one table but complex view derives data from many table
    simple view contain no functions or group of data but complex view contain function or group of data
    simple view always allow DML operation through th view but complex view does not always allow


    •    Sponsored Ads