Default: y
Specifies whether to import object grants.
By default, the Import utility imports any object grants that were exported. If the export was a user-mode export, then the export file contains only first-level object grants (those granted by the owner).
If the export was a full database mode export, then the export file contains all object grants, including lower-level grants (those granted by users given a privilege with the WITH GRANT OPTION
). If you specify GRANTS=n
, then the Import utility does not import object grants. (Note that system grants are imported even if GRANTS=n
.)