Hy, i try to monitor a oracle db with this command select space_used from v$recovery_file_dest;

but i have an error. i thinks it's the $ who made problems. could you help me ?

Damuien


Article Comments

Hello,

thank you very much for your KB-Post. Can you please try the query without the semi-colon ; at the end? So try:

select space_used from v$recovery_file_dest

Does this then work?

best regards


Dec, 2013 - Permalink

Hy,

thanks it's work.

DAmien


Dec, 2013 - Permalink