I am tracking tablespace metrics.
ts[{#TS_NAME},size]
and moved this database into a container database and doing so, the key became ts[{#PDB},{#TS_NAME},size]
how can I move or add the history for those tablespaces to the new key?
ts[USERS,size] -> ts[MYPDB,USERS,size]
ts[{#TS_NAME},size]
and moved this database into a container database and doing so, the key became ts[{#PDB},{#TS_NAME},size]
how can I move or add the history for those tablespaces to the new key?
ts[USERS,size] -> ts[MYPDB,USERS,size]
Comment