To
also start all pluggable databases when the container database starts, you can
do:
SQL> connect / as sysdba
create or replace trigger sys.after_startup
after startup on database
begin
execute immediate 'alter pluggable database all open';
end after_startup;
/
|
No comments:
Post a Comment