4 lines
116 B
SQL
4 lines
116 B
SQL
prompt <h2>Autotasks status </h2>
|
|
select client_name, status,attributes,service_name from dba_autotask_client;
|
|
exit
|