Specifically, the issue you are seeing is that the list of tables is controlled by Metadata ONLY when you allow EG to access the library using the META engine. If you mark the library as Pre-assigned, then the SAS Workspace assigns the library using the "native" engine (in your case, Oracle). EG uses will see all of the content in the database that they are permitted to see given their Oracle permissions. There are downsides to using the META engine, as discussed in the above paper and in other threads, so you'll need to decide whether you want to leverage SAS Metadata to control what users see or else instead (perhaps better) use Oracle permissions to control this. Chris
... View more