Hi ,
I’m using Jmix 2.4.1 version and faced issue regarding Generating Model from existing database object.
I’m trying to generate model from oracle View, but receive the below error:
ORA-01702: a view is not appropriate here
I checked the idea.log file and see that Jmix trying to execute ANALYZE TABLE on a view.
Caused by: Error : 1702, Position : 21, Sql = analyze table TORDEV.MHSS_WO_EXPOSURE_TIME compute statistics, OriginalSql = analyze table TORDEV.MHSS_WO_EXPOSURE_TIME compute statistics, Error Msg = ORA-01702: a view is not appropriate here
So how I can solve this problem?
How can I Generate Model from database View?
Thanks,
William.