INCLUDE = USER:"= 'SCOTT'", TABLESPACE_QUOTA, SYSTEM_GRANT, ROLE_GRANT, DEFAULT_ROLE Corrected parameters (run job in schema mode): DIRECTORY = my_dir DUMPFILE = exp_tab.dmp LOGFILE = exp_tab.log SCHEMAS = scott INCLUDE = USER:"= 'SCOTT'", TABLESPACE_QUOTA, SYSTEM_GRANT, ROLE_GRANT...
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA Total estimation using BLOCKS method: 363.1 MB Processing object type DATABASE_EXPORT/TABLESPACE Processing object type DATABASE_EXPORT/PROFILE Processing object type DATABASE_EXPORT/SYS_USER/USER Processing object type DATABASE_EXPORT/SCHEMA/...
IMP-00058: ORACLE error 1950 encountered ORA-01950: no privileges on tablespace 'USERS' i understand we need to grant the user space resource on the tablespace as below. ALTER USER <user> QUOTA UNLIMITED on <tablespace_name> My another question is can we grant QUOTA U...
INCLUDE = USER:"= 'SCOTT'", TABLESPACE_QUOTA, SYSTEM_GRANT, ROLE_GRANT, DEFAULT_ROLE Corrected parameters (run job in schema mode): DIRECTORY = my_dir DUMPFILE = exp_tab.dmp LOGFILE = exp_tab.log SCHEMAS = scott INCLUDE = USER:"= 'SCOTT'", TABLESPACE_QUOTA, SYSTEM_GRANT, ROLE_GRANT...