How to Load Machine Learning Models into Oracle Autonomous Database
Individual Oracle Machine learning models are imported into a database using the DBMS_DATA_MINING.IMPORT_MODEL command not the IMPDP utility.
I am trying to import a model stored on OCI Object Storage & Archive Storage using a pre-authenticated URL.
- In the IMPORT_MODEL command, what is the directory parameter to be used, DATA_PUMP_DIR?
- For a model that needs remapping of schema and tablespace (e.g. WIKI_MODEL), what are the target schema and tablespace to put the model into OML so it is visible in ALL_MACHINE_MODELS and usable?