Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logs in Oracle
Message
 
 
À
14/08/2001 14:29:50
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Québec, Canada
Information générale
Forum:
Oracle
Catégorie:
Autre
Titre:
Divers
Thread ID:
00543661
Message ID:
00543691
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>HI,
>Is there a way to findout if an object (eg a table) has been created or dropped by a user?
>
>Thank you,
>Christian Cote

Not retro-actively other than to see if a table specifically exists. For an app, no user should have create or drop table privs for the app tables. They should only have those privs for tables they create under their own schema [user ID]. All objects for an app should be created under their own app schema. You then can create roles that grant various Insert, Update, Delete privs then grant appropriate role[s] to the users of the app.

To track who create or drops what tables, there is an AUDIT TABLE CREATE, TABLE DROP, ... command. This needs to be coordinated/done by the Oracle DBA.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform