Re: Column info is available when a column is secured
Are you using the `test` database in your testing?
I found that the privileges is not enforced when the database name is `test`.
Maybe someone can explain this.
Works well with another database with a different name. SELECT * will fail if you do not have SELECT priv on all the columns/
You can see the tables and database you have access to, and all columns when you do a DESC.
But, tables and database which you do not have any access at all is not listed.
Subject
Views
Written By
Posted
7072
April 25, 2005 06:35PM
Re: Column info is available when a column is secured
2941
April 25, 2005 09:27PM
2803
April 26, 2005 01:23PM
2915
April 26, 2005 06:47PM
5846
April 26, 2005 08:51PM
3173
April 26, 2005 09:41PM
2922
April 27, 2005 10:29AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.