user access
Hi:
A a specific user who's been granted select privs on a table, I can login as that user:
> select count(*) from rptadm.CAND_PROFILE_BUS_KEY_PERF_IND;
COUNT(*)
----------
243
works great.
Should I not be able to look at the table structure through user_tables? I am trying but it doesn't work. What privs would I have to give to the user to be able to do this?
thanks
Ed
A a specific user who's been granted select privs on a table, I can login as that user:
> select count(*) from rptadm.CAND_PROFILE_BUS_KEY_PERF_IND;
COUNT(*)
----------
243
works great.
Should I not be able to look at the table structure through user_tables? I am trying but it doesn't work. What privs would I have to give to the user to be able to do this?
thanks
Ed
0