Hello, I am using EBR on Oracle 19c. I have created an Editon and need to set the Default Edition inside a Procedure. I am trying to use:
execute immediate 'alter database default edition = TEST_01';
But I get this error:
ORA-02231: missing or invalid option to ALTER DATABASE
It is acting as if I am not giving an Edition Name to use.
Any help would be great.