Hello
Getting error when select column in the select list. what permission do i need?
example:
i logged into the database as schema owner . say scott/scott
when write select statement..
SELECT EMP.
i get an error saying table/view does not exist.. Why am i getting this error .
I am the owner of the schema i own all the tables. i should able to list the columns.
can you please explain why and what permission do i require?
Thanks
pldev.
Getting error when select column in the select list. what permission do i need?
example:
i logged into the database as schema owner . say scott/scott
when write select statement..
SELECT EMP.
i get an error saying table/view does not exist.. Why am i getting this error .
I am the owner of the schema i own all the tables. i should able to list the columns.
can you please explain why and what permission do i require?
Thanks
pldev.
Last edited: