Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

We have a view for this. ViewName:smart.YUSTART_CB_DETAILS_V

select node_name from smart.yustart_cb_details_v where owning_netid=?      This returns all nodes one owner netid has. To filter node list by status,

select node_name from smart.yustart_cb_details_v where owning_netid=? and status_cd=?

Sample nodename strings

  • "tanner,cooper,radar"
  • "" (empty set)
  • "zuse"

...