Query - Connection & Attributes
select connectionname ,connectiontype,ATTRIBUTEKEY ,ATTRIBUTEvalue
from externalconnattvalue e,externalconnection ext where ATTRIBUTEKEY IN (
'URL', 'INSTANCE_URL', 'JCO_USER', 'CLIENT_ID' ) and e.connectiontype =
ext.externalconnectionkey limit 100 offset 0
Comments
Post a Comment