While taking backup of a schema, will it also copies the permissions granted on a table in that schema?
Consider a schema sch_1 and this schema has a table test_table which has read access granted to an user tst_usr. So, if i take a backup of sch_1 will it copy the schema along with the access granted to tst_user on test_table?
You can use full export or export data pump to get schema.
export:
export data pump: