We caught SQL Error in IsExistRecord.SQL1 with Oracle. I think the cause is difference of how to define Temporary Table with SQL Server and Oracle.
I'd really appreciate it if the error would be solved.
Thanks for the feedback.I don't have an Oracle development environment, but I will try to solve the problem.
I got it. I assumed the role of IsExistRecord.SQL1 is to implement following query.
```
SELECT COUNT(*) FROM @ReferenceTableName WHERE @ReferenceAttrName = @Value
So I replaced IsExistRecord.SQL1 to Extension that I made in our environment. The Extension is published in my Forge component as GeneralSelectQuery Extension.
Version 1.2.3, which fixes the issue, is now available.Cool component. But I fixed it before I saw your comment.
Thank you for updating. I'll check the new version.
I checked it works completely in our (Oracle) environment. Thank you!