This content has been marked as final.
Show 2 replies
-
1. Re: Cleaning remain data from RDF
Matperry-Oracle Oct 11, 2017 6:11 PM (in response to 3274437)Hi Elisa,
If your semantic network is empty, the easiest way to cleanup is to drop and re-create the network as a DBA.
exec sem_apis.drop_sem_network();
exec sem_apis.create_sem_network('YOUR_TABLESPACE');
Those RDF$... tables are transient tables from failed bulk_load operations. They can be dropped.
The RDFX_31 table can also be dropped.
Thanks,
Matt -
2. Re: Cleaning remain data from RDF
3274437 Oct 12, 2017 8:59 AM (in response to 3274437)Hi Matt,
Thanks a lot for the help! I will try that!
Elisa.