Does sqlplus or sql developer have an equivalent of SQL Server CMS queries?
SQL Server Management Studio has a feature called CMS (Central Management Server) queries. It allows you to run the same query on multiple servers simultaneously and view the results together in a single grid. I find it really handy when I'm looking for something like every server where a particular user has access. I'd like to do the same on Oracle servers. I've got about 30 oracle servers to check. I'm sure I could write a script to connect to each server in series and query them one at a time, but it would be so much faster if I