Can an external table be stored in ASM when its stored as a datapump set?
Oracle 19c
I know you can't store the ASCII files on ASM but if we are storing it as a datapump dump file is it possible?
We are using this command to create the external table but I don't currently have an ASM instance set up to test with.
This is a portion of the sql
Create table testExternalTab ORGANIZATION EXTERNAL (TYPE ORACLE_DATAPUMP
DEFAULT DIRECTORY EXT_DIR
ACESS PARAMETER (NOLOGFILE)
LOCATION (EXTDUMPFILENAME))