Syntax options:
ACL | NO ACL
Specifies that the IMPORT statement uses the access control lists
from the original database when it creates the new database. The
ACL option is the default. If you are using the IMPORT statement
to restructure a database, you typically want to use the ACL
option and preserve the access control lists.
The NO ACL option overrides the ACLs from the original database
and uses the database system default ACLs. Specify NO ACL if
you are using the IMPORT statement to rebuild a database on a
different system. The NO ACL option makes you the owner of the
new database and creates default access control lists.