1$ expdp testuser1/testuser1@//localhost:1521/pdb1 \
2 schemas=testuser1 \
3 directory=tmp_dir \
4 dumpfile=testuser1.dmp \
5 logfile=expdp_testuser1.log \
6 exclude=statistics \
7 checksum=yes \
8 checksum_algorithm=SHA256
9
10Export: Release 21.0.0.0.0 - Production on Sun Sep 5 08:58:55 2021
11Version 21.3.0.0.0
12
13Copyright (c) 1982, 2021, Oracle and/or its affiliates. All rights reserved.
14
15Connected to: Oracle Database 21c Enterprise Edition Release 21.0.0.0.0 - Production
16Starting "TESTUSER1"."SYS_EXPORT_SCHEMA_01": testuser1/********@//localhost:1521/pdb1
17 schemas=testuser1 directory=tmp_dir dumpfile=testuser1.dmp logfile=expdp_testuser1.log exclude=statistics checksum=yes checksum_algorithm=SHA256
18Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
19Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
20Processing object type SCHEMA_EXPORT/TABLE/TABLE
21Processing object type SCHEMA_EXPORT/TABLE/COMMENT
22Processing object type SCHEMA_EXPORT/TABLE/IDENTITY_COLUMN
23Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
24Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
25. . exported "TESTUSER1"."T1" 6.070 KB 2 rows
26. . exported "TESTUSER1"."T1_COPY" 6.078 KB 2 rows
27Master table "TESTUSER1"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
28Generating checksums for dump file set
29******************************************************************************
30Dump file set for TESTUSER1.SYS_EXPORT_SCHEMA_01 is:
31 /tmp/testuser1.dmp
32Job "TESTUSER1"."SYS_EXPORT_SCHEMA_01" successfully completed at Sun Sep 5 08:59:38 2021 elapsed 0 00:00:41
33
34$