You have Oracle Database 10g installed on your Linux machine. You have an ASM instance and
a database instance using ASM for storage. You created the database manually. You want the
database instance to start up whenever the machine boots. Which changes would you make to
accomplish this task? (Choose all that apply.)
A.
Edit the /etc/oratab file to add ASM and database instance entries.
B.
Create a script in the /etc/rc.d directory that invokes the dbstart script.
C.
Create a script in the /etc/rc.d/init.d directory that invokes the dbstart script.
D.
Edit the dbstart script for ASM instance and copy the file to the /etc/rc.d/init.d directory.