Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue in calling oracle pl/sql procedure using OEDQ's Quick stat version i.e. 12.2.1.0.0

3220598May 3 2016 — edited May 5 2016

Hi,

I am trying to call oracle pl/sql procedure using OEDQ's Quick stat version i.e. 12.2.1.0.0.

I followed following steps:

  1. Created .sql file having code:

select * from dual;

exit;

/

  1. After that created bat file which contains following code:

    sqlplus.exe "oracleusername/password@servicename" @"C:\Program Files\Oracle\Enterprise Data Quality\director\12.2.1.0.0.(752)\oedq.local.home\commandarea\SAMPLE.sql

  2. Placed above two files in following location:

    C:\Program Files\Oracle\Enterprise Data Quality\director\12.2.1.0.0.(752)\oedq.local.home\commandarea

  3. Created External task and called bat file:

et.JPG

However I am getting following error.

OEDQ Error.JPG

Appreciate your help on this.

Thanks,

Sheetal

This post has been answered by Nick Gorman-Oracle on May 4 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2016
Added on May 3 2016
2 comments
554 views