root@sys 登陆查询,
SELECT
/*+READ_CONSISTENCY(WEAK), QUERY_TIMEOUT(100000000)*/
zone,
svr_ip,
with_rootserver,
start_service_time,
stop_time,
status,
substr(
build_version,
1,
instr(build_version, '-') - 1
) build_version
FROM
dba_ob_servers
ORDER BY
zone,
svr_ip;