dpatrickcollins
Programmer
- Nov 18, 2002
- 79
I created a database using the database configuration wizard provided with Oracle 9i installer (Personal Oracle). I then created a user, because I wanted to log in with that user using, say Access or Crystal. Problem was, WAY too many tables were being displayed. I only wanted a single table to be displayed (which I created). I traced the problem down to the PUBLIC user and revoked all SELECT privileges. I then applied all privileges to the user directly for that single table. And this is the problem: no tables appear when I log in now, not even the one I granted privileges to the user.
When I add the default DBA role to the new user, I am back to seeing every table again. When I revoke the role, I am back to seeing NO table. What am I missing?
I have poured through on-line documentation for hours. Any help would be greatly appreciated.
When I add the default DBA role to the new user, I am back to seeing every table again. When I revoke the role, I am back to seeing NO table. What am I missing?
I have poured through on-line documentation for hours. Any help would be greatly appreciated.