Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Does my oratab file look dodgy?
It certainly doesn't look good. But the file is basically an ascii file
file that you can edit.
The format is:
sid:oracle_home:Y|N
So, if your ORACLE_SID is 'mysid' and your ORACLE_HOME is '/oracle/app/oracle/product/8.0.5' and you want the database to come up automatically when you boot your system, the contents of oratab would be:
mysid:/oracle/app/oracle/product/8.0.4:Y
If you want to control the database manually then change the Y to N - however, once you do that the dbstart/dbshut scripts will not start/stop your database and you'll have to go into svrmgrl or instance manager and perform the startup manually.
Ken
kev wrote:
> I'm having a nightmare installing Oracle 8.0.5 on Linux Red Hat 6.
>
> My /etc/oratab file contains only one line of data:
>
> *::N
>
> Surely this can't be right can it?
>
> --
> Kev
Received on Fri Jul 02 1999 - 07:19:13 CDT
![]() |
![]() |