revoke select on lbacsys.all_sa_audit_options from public; revoke select on lbacsys.all_sa_compartments from public; revoke select on lbacsys.all_sa_data_labels from public; revoke select on lbacsys.all_sa_group_hierarchy from public; revoke select on lbacsys.all_sa_groups from public; revoke select on lbacsys.all_sa_labels from public; revoke select on lbacsys.all_sa_levels from public; revoke select on lbacsys.all_sa_policies from public; revoke select on lbacsys.all_sa_prog_privs from public; revoke select on lbacsys.all_sa_schema_policies from public; revoke select on lbacsys.all_sa_table_policies from public; revoke select on lbacsys.all_sa_user_compartments from public; revoke select on lbacsys.all_sa_user_groups from public; revoke select on lbacsys.all_sa_user_labels from public; revoke select on lbacsys.all_sa_user_levels from public; revoke select on lbacsys.all_sa_user_privs from public; revoke select on lbacsys.all_sa_users from public; revoke select on lbacsys.lbacaudit_actions from public; revoke select on lbacsys.lbac_audit_actions from public; revoke select on lbacsys.user_sa_session from public;
SDE is upgraded to SP3 and geodatabase was upgraded yet situation got worse. additional system schemas now are showing: 1- APEX_0400002- APPQOSSYS3- LBACSYS4- OWBSYShow to hide these in ArcCatalog for our users ?
there are two options. The first is properly administering the privileges on the offending tables (like Vince mentions above). If that is not an option the second choice is to register the offending tables with SDE and then hide them. This is done with the sde command line using the sdetable command.To do this execture the following as the owner of the offending table(s)sdetable -o register -t some_table -C none -H hidden -u table_owner -p xyz -s yyy -i zzzThe tables will then be hidden from all sde client applications (e.g. ArcGIS)
Is your ArcSDE database upgraded to 10.0 SP3?
we have ArcGIS 10 with SP3 build 3600, yet we face the same problem of having APEX_040000 schema showing in ArcCatalog for all connections. any idea of how to filter it ?
Is this the information you were looking for?http://resources.arcgis.com/content/kbase?fa=articleShow&d=37824
What about hiding the ArcSDE schema from other users on the instance? At 9.3.1, write privileges (I,U,D) are granted to PUBLIC for GDB_ tables. Read privs are given to most or all tables in the SDE schema. And execute is granted to PUBLIC for all packages and procedures in the SDE schema.I submitted an idea for hardening the ArcSDE repository to ideas.arcgis.com. Vote on it if you'd like:http://ideas.arcgis.com/ideaView?id=087300000008HY6AAM
Don't grant SELECT to PUBLIC on these other schemas- V
This is a stock Oracle install; I have not explicitly granted anything to PUBLIC. I can revoke the privileges but I'm not sure what implications that may have.Besides, the PUBLIC user has SELECT privileges on 2,143 database objects in 13 schemas. How come these 119 objects are visible, but not the others? Some explanation of the underlying mechanics would be helpful. Thanks.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.