Oracle Provider for .NET connection shows all tables/synonym in the full database
I have created a OLEDB(oracle database provider for .NET) and when creating the connection string for a particular schema. Along with the regular tables it lists all the system tables,synonyms...etc in the entire database.
The schema user has just basic privileges, no dba or any other system privileges.
How can restrict access to only a particular schema objects which are created by the user and not what he has access to ?
0