Hello,
If I export with the following statement:
export <SCHEMA_A>."*" as BINARY into '<DIRECTORY>' with replace threads 16;
I then copy the export files to another SAP HANA instance where I don't have a <SCHEMA_A>, how would I import it ? Is the <SCHEMA_A> prefix required ? Does it get created automatically like when a rename schema option is executed ?
import <SCHEMA_A>."*" as BINARY from '<DIRECTORY>' with replace threads 16;
Is having the original schema mandatory ? What if the original schema was dropped but the export files still exist ?
Thank you in advance,
/gxo13