2

I'm new to Oracle. I was learning Backup and Recovery. For that, I did

$ sqlplus system/password

SQL> alter system set db_recovery_file_dest_size=8gb scope=both;

But I got error this error:-enter image description here

Can anyone tell me the exact solution? Please do tell me the specific solution with all the steps to do.

Community
  • 1
  • 1
Sagar Bajpai
  • 361
  • 1
  • 5
  • 13

1 Answers1

3
$ sqlplus system/password

SQL> alter system set db_recovery_file_dest_size=8g scope=both;

Dmitry Demin
  • 2,006
  • 2
  • 15
  • 18