Re: Automatic startup of pluggable databases - why not the default?

  • From: Brent Day <coloradodba@xxxxxxxxx>
  • To: John.Hallas@xxxxxxxxxxxxxxxxxx
  • Date: Fri, 24 Jul 2015 08:14:37 -0600

You could create a database trigger after startup that has the following

execute immediate 'alter pluggable database all open';

Brent



On Fri, Jul 24, 2015 at 6:18 AM, John Hallas <John.Hallas@xxxxxxxxxxxxxxxxxx

wrote:


Now 12.1.0.2 allows you to save a state in advance using ‘alter pluggable
database xxx save state’ which does seem a step forward



However why would the default not be to start all the pluggable databases
(or services as they are seen) not leave them in a mounted state. Obviously
Oracle have thought about this and changed the trigger method, maybe due to
customer feedback but I wonder why they have not gone the whole hog and
started the services automatically.



Other related posts: