Hello all I wonder if a can write a script to get the version of Clients application as Oracle , SQL , etc ……..
My current script give me the version of the B.A client. select cast(node_name as varchar(30)) as "Nodename" , cast(contact as varchar(18)) as "Contact" , cast(CLIENT_OS_NAME as varchar(60)) as "O.S" , cast(CLIENT_SYSTEM_ARCHITECTURE as varchar(4)) as "Bit" , CLIENT_VERSION, CLIENT_RELEASE, CLIENT_LEVEL , CLIENT_SUBLEVEL from nodes order by 5,6,7,8,2 T.I.A, Best Regards Robert
