Re: [Virtuoso-users] DROP A GRAPH LOADED WITH BULK LODAER

2014-12-24 Thread Hugh Williams
Hi Marco, You have not loaded the dataset into Virtuoso as its “ll_state =0” , so do you just want to remove the entry from the load_list table, which can be done with a SQL Query: delete from load_list where ll_graph = ‘http://info.org' If you want to load the gra

[Virtuoso-users] DROP A GRAPH LOADED WITH BULK LODAER

2014-12-24 Thread Marco Tenti
Hi, everyone my question is very simple , i have loaded a file of triple with graph name http://info.org now i just want to drop that. Here the message of ISQL when i do the select all my graph: SQL> select * from DB.DBA.load_list; ll_file ll_graph ll_statell_started ll_done