I am currently trying to copy a schema with the name in lowercase.
So in order to connect via sqlplus
I simply do:
sqlplus \"schema_name\"/schema_pass@localhost/DBRAZRAB
That works well.
Of course naively I tried the same approach for expdp
/impdp
, but that does not work this time:
[oracle@3e7716e807ed ~]$ expdp \"schema_name\"/schema_pass@localhost/DBRAZRAB schemas=\"schema_name\" <...>
Export: Release 19.0.0.0.0 - Production on Thu Mar 3 13:44:43 2022
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
Password:
Could someone please give me a hint, what am I doing wrong? Which format should I use?