set recyclebin=off;
Hi,
On 11.2.0.4 on AIX 7
SQL> alter system set recyclebin=off;
alter system set recyclebin=off
*
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this option
On Web and documentation I had found this syntax: "alter system set recyclebin=off;"
What is wrong?
Any idea?
Thank you.