Creating A Database-Slide
Creating A Database-Slide
Objectives
At the end of this chapter, you should be able to:
• Understand Oracle services (configuration and migration tools and
application development tools)
• Use DBCA to create database
• Use DBCA to configure database
• Use DBCA to create template
• Use DBCA to create database using template
• Use DBCA to delete database
• Use DBCA to delete template
• Usage of administration tools
Introduction
In this chapter we shall learn how to create and navigate the available
resources that are used by the database administrators. The exploration of
key features of the DBCA and the administrative tools that are coupled with
each database instance created by the administrators.
Oracle Services
Under the directory, Start menu> All programs> Oracle- Oradb12Home1 , the following
services are available;
Sql developer
• A graphical user interface to access the database.
• Used to perform activities in the Oracle databse and has predefined functions that
reduce the need to recall Sql syntax.
• We shall be using the tool to manipulate the database objects
Oracle Services
Configuration and Migration tools
• Database configuration assistant- this service suite is used to create the database, delete and
modify the configuration settings, manage templates
• Net configuration assistant & Net manager- used for configuring Oracle Net services, this is
because the oracle 12c database application is used to configure connectivity services that
enable connectivity for the client to the server and local connectivity. You will be configuring
listeners for local access and name resolution for remote access to the database
Oracle Database Creation
Using DBCA
In this section you will be required to create a template from the base
database called MIS and name the template MIS_template
Oracle Services- Database Creation from
template
Using DBCA
Now that you have learnt how to create databases and templates. You can
start of by removing the database called MIS and then attempt to also
remove the template called MIS_template
Oracle Services- Administrative Tools
SQLPLUS
You will now learn how to use the command line application by locating the
Application Development sub menu and then select the SQL PLUS link.
Login as SYS DBA to the default database then provide the password
Or
SQL DEVELOPER
• With this application every user is created a logical link to the database.
• It is installed and every database and users require linking.
Now you will be able to create a database and manipulate its structure.
Either by cloning it or deleting it and using the related application interfaces
to modify the database objects. In order for you to be able to recall the
processes and the location of the Oracle services. Practice should be your
primary objective.
In the next chapter you will learn about Oracle Net Services which are used
to gain access to the database by the users
Questions?
Thank you!