Score:0

Oracle database export error

cm flag

I am trying to export oracle database but I get error. the error is similar to this question Oracle database schema export, but if I run the the query SELECT o.status, o.object_id, o.object_type, o.owner||'.'||object_name "OWNER.OBJECT" FROM dba_objects o, dba_datapump_jobs j WHERE o.owner=j.owner_name AND o.object_name=j.job_name AND j.job_name NOT LIKE 'BIN$%' ORDER BY 4,2; i will get no rows selected

expdp oracle/oracle123@oracle-db-1:1521/oracle dumpfile=oracle_dump_121522.dmp exclude=STATISTICS DIRECTORY=dumps compression=all logfile=oracle_dump_121522.log PARALLEL=4

I get error

Export: Release 12.2.0.1.0 - Production on Thu Dec 15 18:18:32 2022

Copyright (c) 1982, 2017, Oracle and/or its affiliates.  All rights reserved.

Connected to: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
ORA-31626: job does not exist
ORA-31633: unable to create master table "oracle.SYS_EXPORT_SCHEMA_05"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT", line 1161
ORA-01552: cannot use system rollback segment for non-system tablespace 'USERS'
ORA-06512: at "SYS.KUPV$FT", line 1054
ORA-06512: at "SYS.KUPV$FT", line 1042
Romeo Ninov avatar
in flag
Grant `create table` privilege to the user so data pump status table can be created.
Romeo Ninov avatar
in flag
And this question is more appropriate here: https://dba.stackexchange.com/
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.