ORA-02065: illegal option for ALTER SYSTEM

8.7k views Asked by At

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.

1

There are 1 answers

0
Dmitry Demin On BEST ANSWER
$ sqlplus system/password

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