添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

ODI + Script Groovy - unable to resolve class

inter1908 Oct 15 2016 — edited Oct 19 2016

Hi All,

I'm just starting to study groovy in order to create a few Script.

I copied some Internet example but I'm not able to compile because ODI don't found some library (*)

I don't understant if i need configure path where is stored this library or I need install it.

Who can help me on this issue?

Thanks a lot.

(*) ERROR

startup failed:

ConsolidateModelsGraphical.groovy: 15: unable to resolve class oracle.odi.domain.mapping.finder.IMappingFinder

@ line 15, column 1.

import oracle.odi.domain.mapping.finder.IMappingFinder;

^

ConsolidateModelsGraphical.groovy: 17: unable to resolve class oracle.odi.domain.mapping.component.Dataset

@ line 17, column 1.

import oracle.odi.domain.mapping.component.Dataset;

^

ConsolidateModelsGraphical.groovy: 23: unable to resolve class oracle.odi.domain.mapping.physical.MapPhysicalNode

@ line 23, column 1.

import oracle.odi.domain.mapping.physical.MapPhysicalNode;

^

ConsolidateModelsGraphical.groovy: 16: unable to resolve class oracle.odi.domain.mapping.Mapping

@ line 16, column 1.

import oracle.odi.domain.mapping.Mapping;

^

ConsolidateModelsGraphical.groovy: 18: unable to resolve class oracle.odi.domain.mapping.component.DatastoreComponent

@ line 18, column 1.