Restrictng tables during export/import

2002-03-07 Thread Harvinder Singh
We are testing Fine-Grained Access Control to export the complete schema excluding some tables. This works well for export but during import it try to import all tables. Is there any way we can restrict import of some tables using Fine-Grained Access Control .We are using function as specified

RE: Restrictng tables during export/import

2002-03-07 Thread Jack C. Applewhite
Harvinder, IMHO, you are using the wrong approach. FGAC is meant for row-level security. In fact, DBMS_RLS (RLS = Row-Level Security) is the package that supports FGAC. It's a lot easier to use the TABLES parameter in your export and import parameter files to control which tables are