DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: not able to access view in connection to tablespace ?? urgent plz

  1. #1
    Join Date
    Jul 2006
    Posts
    96

    not able to access view in connection to tablespace ?? urgent plz

    hi friends , I dropped a tablespace including contents and datafile
    assuming that it is unnecessary. Now if am querying the a important view
    it showed that tablespace not exists. I worried much, and immediately
    I created the tablespace. But it now showing the error

    ORA-03212: Temporary Segment cannot be created in locally-managed tablespace.

    I cant remember what exactly is the tablespace that i dropped.

    but what is the relation between this view and that tablespace.
    I am able to query all the underlying tables of the view.


    with thanks

    madhu

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    check the alert log, it will tell you what it is - but it was probably a temporary tablespace

  3. #3
    Join Date
    Jul 2006
    Posts
    96

    view referred temporary tablespace

    HI, thanks for the suggestion.

    I recreated the temporary tablespace , and I am able to query
    the views.

    But still I have doubt.

    why some views refered to this
    temporary tablespace eventhough a temporary tablespace named 'TEMP'
    is also existing??

  4. #4
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by madhugp View Post
    why some views refered to this temporary tablespace eventhough a temporary tablespace named 'TEMP' is also existing??
    It's not the view but the account's default temp tablespace.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width