Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oratab/ oracle 10g does not starton reboot
On 10 Aug 2005 09:01:18 -0700, "Moe" <mwahidi_at_emanagelaw.com> wrote:
>Hi everyone,
>
>I want oracle 10g to start when i reboot my redhat enterprise linux
>box.
>I changed the two fields in my /etc/oratab file to Y but this did not
>do the job. Is there extra steps that i need to do.
>My oratab file looks like this:
>*:/apps/oracle/product/10.1.0/db_1:Y
>orcl580:/apps/oracle/product/10.1.0/db_1:Y
>
>Thanks
>
>Moe
The first line is just a placeholder, and ought to be the last, IIRC
Apart from setting up oratab, you need to make sure the appropiate
Linux start script
issues
su -c oracle /apps/oracle/product/10.1.0/bin/dbstart
and
su -c oracle "/apps/oracle/product/10.1.0/bin/lsnrctl start"
as the actual boot process is really Unix version specific, I can't answer that.
-- Sybrand Bakker, Senior Oracle DBAReceived on Wed Aug 10 2005 - 12:04:35 CDT
![]() |
![]() |