Files
db_report/sql/34_disable_auto_tasks.sql
Yacine31 cecd195e76 creation
2023-11-09 02:54:43 +01:00

4 lines
116 B
SQL

prompt <h2>Autotasks status </h2>
select client_name, status,attributes,service_name from dba_autotask_client;
exit