Thanks sai for your response. I can see how this would work for Dynamic SQL but how would you get the CustomSQL services to work?
Also, there is suppose to be a property on the JDBC Adapter currentSchema=YourCurrentSchema that the services would default to if the service is not able to validate an object but that doesn’t seem to work.
“Because an adapter service that uses custom SQL provides no error checking, be sure that
your SQL statement works correctly. You can verify SQL statement accuracy using your
vendor’s SQL utility”
I believe that you have to provide the correct SQL for it to work.
Thanks sai.
The SQL does work properly and was tested before the posting.
The setting in the IS for JDBC adapters other properties states in the manual that currentSchema=YourCurrentSchema should work as I stated before but I can’t find any examples are someone who has used that property before.
If you have more than one schema I guess you have to set up an adapter for each schema owner.