Re: Re: Automatic startup / shutdow Oracle 12c
Date: Wed, 01 Oct 2014 13:44:56 +0200
Message-ID: <148cb813f03.fe5910094920.4230513330518210521_at_zoho.com>
In case of RHEL 7, systemd have replaced init scripts, so it may require some detail reading of some docs:
Anyway, backwards compatibility is assured, so old fashion management should work fine.
_at_Niall: http://www.oracle-base.com/articles/linux/automating-database-startup-and-shutdown-on-linux.php shows "Forbidden"
- On Wed, 01 Oct 2014 12:25:19 +0200 Niall Litchfield wrote ----
>for an old fashioned 12c database writing a standard init.d script in line with your Linux distro's guidelines still works just fine. http://www.oracle-base.com/articles/linux/automating-database-startup-and-shutdown-on-linux.php should give you some heads up if you are using a RHEL clone below version 7, but you'll also want to look at the documentation for your O/S for startup scripts. eg for SLES https://www.suse.com/documentation/sles11/book_sle_admin/data/sec_boot_init.html#sec_boot_init_skripte
>
>
>
>On Wed, Oct 1, 2014 at 10:38 AM, Igor Racic <igor.racic_at_gmail.com> wrote:
>Hi,
>
>For pluggable part, if some database is running, just run from root container:
>
>
>alter pluggable database YourDB save state;
>
>More info
>
>http://docs.oracle.com/database/121/ADMIN/cdb_admin.htm#ADMIN14251
>
>
>
>For external part I leave open to others :-)
>
>
>
>
>
>
>
>Regards,
>Igor
>
>
>
>
>
>
>2014-09-30 20:11 GMT+02:00 Eriovaldo Andrietta <ecandrietta_at_gmail.com>:
>Hi,
>
>
>Does anyone knows how to configure the automatic startup / shutdown in Oracle 12c for Linux?
>
>
>I am talking about the resource used when we do the boot in the server and wants the database (container and plugable) on line without execute the startup manualy.
>
>
>Best regards
>Eriovaldo
>
>
>
>
>
>
>
>
>
>
>
>
>
>--
>Niall Litchfield
>Oracle DBA
>http://www.orawin.info
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Oct 01 2014 - 13:44:56 CEST