Metric Extension
Hi,
I need to create metric extension in OEM 12c OEM for checking Sequence current value reaching to its max value.
I have tired with below SQL but it is getting more then one row as output and thus prompting error "result has multiple rows'.
select SEQUENCE_OWNER,SEQUENCE_NAME,(last_number*100/max_value) as PERCENT from dba_sequences
Please suggest.
Regards,
Jay vardhan
0