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

Thread: reply

  1. #1
    Join Date
    Feb 2003
    Posts
    23

    reply

    I agree with you OracleDoc but try to create a view(v2)in U2 schema using a U1 tab (U2 view : select * from u1.t1).

    U2 can do : select * from u1.t1
    U2 CANNOT do : select * from u2.v2 (you need an explicit privilege on u1.t1 ...).

    Try this and let me know if I am wrong ?

  2. #2
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434

    Re: reply

    Originally posted by nour
    I agree with you OracleDoc but try to create a view(v2)in U2 schema using a U1 tab (U2 view : select * from u1.t1).

    U2 can do : select * from u1.t1
    U2 CANNOT do : select * from u2.v2 (you need an explicit privilege on u1.t1 ...).

    Try this and let me know if I am wrong ?
    wass wrong in it??
    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"

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