For some reason Oracle DBAs really like ''Data Pump'', but it is known to **corrupt** the QC Project (and qcsiteadmin_db) Schemas.
So, it is instead recommended to use the Oracle ''original export'' command ''exp'' to generate a backup of a specific Schema.
Later, if you need to restore, let's say to a different Oracle instance, you would need to use the corresponding ''Imp'' command to import the data -- but, you must create an oracle ''Schema-user'' with the same name as the schema and apply the same privileges to them as in the starting instance (Oracle Privs for the ''schema-user'' can be found in the Install Guide). It is also assumed that you have the same named tablespace defined for the schema to be imported to.
If you are doing backups, don't forget to also backup your project's corresponding repository from the QC server.