You can get workfolder at backup console. Get destination folder and change backup as work for example.
export "SOURCESCHEMA"."*" as binary into '/workfolder' with replace threads 10; import "SOURCESCHEMA"."*" as binary from '/workfolder' with rename schema "SOURCESCHEMA" to "TARGETSCHEMA";
If you get privilege error like “SAP DBTech JDBC: [258]: insufficient privilege: Not authorized”, edit your user at Security menu and add EXPORT/IMPORT System Privileges.
Leave a Reply