Question
2-- If you were to create a database manually, using the fewest commands possible, identify these commands. Please explain.
3--You just created an Initialization Parameter File (init.ora) for a new database. The database has not been created yet. After filling in the necessary parameters you connect to the database as 'sys as sysdba'. You start the instance using the command, 'startup.' However you get a message that says, "Error in identifying control file." What could be the reason for that? Explain giving all possible reasons.
Solution Preview
This material may consist of step-by-step explanations on how to solve a problem or examples of proper writing, including the use of citations, references, bibliographies, and formatting. This material is made available for the sole purpose of studying and learning - misuse is strictly forbidden.
One database can have one or more instances. From this point of view it can be stated that between an Oracle Database and its instances exists a 1:m (one-to-many) relationships.According the explanatory draw from Oracle’s website, the database contains the data files, control file and online redo logs....