ontop icon indicating copy to clipboard operation
ontop copied to clipboard

r2rml bootstrap may not generate default mappings for schema other than users

Open obkhan opened this issue 7 years ago • 2 comments

Hi,

I've been trying to get r2rml bootstrap to work. I have posted a message here: https://groups.google.com/forum/#!topic/ontop4obda/vhHwecFYZxI

Any thoughts?

Omar

obkhan avatar Aug 22 '18 20:08 obkhan

Hi - is there any more information needed to address this? I would be glad to help provide what I can to allow this feature to work correctly with Oracle?

obkhan avatar Oct 01 '18 18:10 obkhan

I have an update on this. I think there should be the ability for Oracle to change the getOracleDefaultOwner to a value perhaps that could in the properties file from cli or Protégé’s plugin. I believe this code can be found in RDBMetadataExtractionTools.java

The issue is that in OracleRelationListProvider queries through user_tables & user_views, instead of all_tables & all_views

Instead perhaps queries could be added like:

select * from all_tables where owner = owner name is a variable

select * from all_views where owner = owner name is a variable

This would overcome this limitation, and allow Ontop to export metadata from owner that the user has access to, but not their default schema

obkhan avatar Mar 25 '20 00:03 obkhan