Oracle database - Explain how to create a new database posted by
Babu Kunwar
Explain how to create a new database
Creating database is very simple in Oracle. We can use the DBCA database
configuration assistant to create a database.
We can launch the DBCA by using the windows command prompt utility by just
typing dbca. As the welcome window appears it provides five options out of
which one is creating database. This is fairly straightforward we can create a
new database from scratch, using a create database command or doing an RMAN
restore of a template database with many options.
CREATE DATABASE database_names USER SYSTEM IDENTIFIED BY password;
More links
Explain how to limit the rows that are retrieved by a query.
Explain how to sort the rows that are retrieved by a query.
What are the comparison operators in oracle. List them with
description................
|