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

Thread: ora-01445 when compiling the view

  1. #1
    Join Date
    Oct 2003
    Posts
    312

    ora-01445 when compiling the view

    I am getting an error when I try to compile a view that has been working fine and I haven’t changed the view (at least not that I know of). The error is ORA 01445 – Cannot select ROWID from a join view without a key-preserved table. But my view is not selecting rowID anywhere. I looked on Metalink and it said to remove the ROWID but I have no ROWID on this view.

    what could be the problem???

    I am on 9.2.0.5 on Windows 2003

    thanks,

  2. #2
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    Can u post the SQL
    funky...

    "I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."

    "Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"

  3. #3
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857

    Re: ora-01445 when compiling the view

    Originally posted by learning_bee
    I am getting an error when I try to compile a view that has been working fine and I haven’t changed the view (at least not that I know of). The error is ORA 01445 – Cannot select ROWID from a join view without a key-preserved table. But my view is not selecting rowID anywhere. I looked on Metalink and it said to remove the ROWID but I have no ROWID on this view.

    what could be the problem???

    I am on 9.2.0.5 on Windows 2003

    thanks,
    since it's just a view, why not try dropping and creating it again.
    not clear what are the base table/view column that your VIEW was derived.

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