How to resolve Oracle service name to ip address it resides
I have OracleConnectionString with connect开发者_运维百科ion info. All I see now is to start tnsping as a hidden process and parse its output. Is there a simpler (.NET) way?
select sys_context('USERENV','ip_address') from dual;
I am not sure of this! Please, try!
精彩评论