Hide Tables

oracle Pakistan
  • 16 years ago

    Hi,
      Is there is any way to hide a table in the database.
      I have a logon table and i don't want to show this table to the users so is there is any way to hide a table in the database for the users?


    Thnx in advance

  • 15 years ago

    Hi
    You cannot hide the table if all others are using the same table owner schema/user for login.
    If others are using different login then
    1. You have to revoke the PUBLIC privileges granted on this table.
    2. You have to revoke the PUBLIC access of other users/schema,roles which may affect the production.
    You cannot hide the table from some of the default role like DBA,EXPFULLDB,etc... based privileged users.

  • 15 years ago
    how do i hid a table related to a database in a asp page.

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The trouble with programmers is that you can never tell what a programmer is doing until it's too late.” - Seymour Cray