Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
44 views

A Practical Guide To Oracle Database Adminstration

Null

Uploaded by

mitbiswas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views

A Practical Guide To Oracle Database Adminstration

Null

Uploaded by

mitbiswas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Oracle Database Administration

This section covers the common Oracle Database


administration tasks.  If you are an Oracle Database
Administrator who wants to get grips with Oracle quickly and
effectively, then this section is for you.

This Oracle Database administration section is also highly


beneficial if you are a developer or project leader who is interested in knowing more
about the Oracle Database system. It will enable you to work more closely and
cooperatively with your Oracle database administrators.

Section 1. Oracle Database Architecture

Oracle Database Architecture (https://www.oracletutorial.com/oracle-


administration/oracle-database-architecture/) – learn about the Oracle Database
architecture and its components.

Oracle Listener (https://www.oracletutorial.com/oracle-administration/oracle-listener/) –


introduce the Oracle Listener and show you how to manage the Oracle Listener
such as starting, stopping, and checking its status.

Section 2. Database Administrative Tasks

Start Oracle Database (https://www.oracletutorial.com/oracle-administration/oracle-startup/)


– show you how to use the STARTUP command to start Oracle Database
instance.

Shutdown Oracle Database (https://www.oracletutorial.com/oracle-administration/oracle-


shutdown/) – describe various options to shutdown an Oracle Database instance
using the SHUTDOWN command.

Section 3. Managing Tablespaces

Oracle tablespace (https://www.oracletutorial.com/oracle-administration/oracle-tablespace/)


– introduce you to the Oracle tablespace and how Oracle uses tablespaces to
store data.

CREATE TABLESPACE (https://www.oracletutorial.com/oracle-administration/oracle-create-


tablespace/) – show you how to create a new tablespace in the database.

DROP TABLESPACE (https://www.oracletutorial.com/oracle-administration/oracle-drop-


tablespace/) – learn how to remove a tablespace from the database.

Extend Tablespace (https://www.oracletutorial.com/oracle-administration/oracle-extend-


tablespace/) – describe various ways to extend the size of a tablespace.

Temporary Tablespace (https://www.oracletutorial.com/oracle-administration/oracle-


temporary-tablespace/) – introduce you to temporary tablespaces and show you
how to manipulate temporary tablespace effectively.

Tablespace Group (https://www.oracletutorial.com/oracle-administration/oracle-tablespace-


group/) – learn about Oracle temporary tablespace group and how to use the
tablespace group more effectively to optimize internal Oracle operations.

Section 4. Users & Privileges

CREATE USER (https://www.oracletutorial.com/oracle-administration/oracle-create-user/) –


show you how to create a new user in the Oracle database.

GRANT (https://www.oracletutorial.com/oracle-administration/oracle-grant/) – learn how to


grant system and object privileges to a specific user.

REVOKE (https://www.oracletutorial.com/oracle-administration/oracle-revoke/) – describe


how to revoke system and object privileges from a user.
ALTER USER (https://www.oracletutorial.com/oracle-administration/oracle-alter-user/) – use
the alter statement to modify the authentication or database resource of a
database user.

DROP USER (https://www.oracletutorial.com/oracle-administration/oracle-drop-user/) – show


you how to delete a user from the Oracle Database.

How to Grant All Privileges to a User (https://www.oracletutorial.com/oracle-


administration/oracle-grant-all-privileges-to-a-user/) – learn how to grant all privileges to
a user.

How to grant SELECT object privilege on one or more tables to a user


(https://www.oracletutorial.com/oracle-administration/oracle-grant-select/) – show you how
to use grant the SELECT object privilege on one or more table to a user.

How to Unlock a User (https://www.oracletutorial.com/oracle-administration/how-to-unlock-


a-user-in-oracle/) – learn how to unlock an account.

How to list users in the Oracle Database (https://www.oracletutorial.com/oracle-


administration/oracle-list-users/) – show you how to list users in the Oracle Database.

Section 5. Roles

CREATE ROLE (https://www.oracletutorial.com/oracle-administration/oracle-create-role/) –


show you how to group object or system privileges into a role and grant the role
to users.

SET ROLE (https://www.oracletutorial.com/oracle-administration/oracle-set-role/) – enable


and disable roles for your current session.

ALTER ROLE (https://www.oracletutorial.com/oracle-administration/oracle-alter-role/) –


modify the authorization needed to enable a role.

DROP ROLE (https://www.oracletutorial.com/oracle-administration/oracle-drop-role/) – learn


how to remove a role from the database.
Section 6. User Profiles

CREATE PROFILE (https://www.oracletutorial.com/oracle-administration/oracle-create-


profile/) – describe how to create a user profile, which is a set of limits on
database resource and password, and assign the profile to a user.

ALTER ROLE (https://www.oracletutorial.com/oracle-administration/oracle-alter-role/) – show


you how to modify the resource limit and password management in a user
profile.

DROP PROFILE (https://www.oracletutorial.com/oracle-administration/oracle-drop-profile/) –


show you how to delete a profile from the Oracle Database.

Section 7. Data Migration

External Tables (https://www.oracletutorial.com/oracle-administration/oracle-external-table/)


– show you how to access data from a flat-file as if it were in a table.

SQL*Loader (https://www.oracletutorial.com/oracle-administration/oracle-sqlloader/) –
describe steps on how to load data from a flat-file into a table.

Data Pump Export (https://www.oracletutorial.com/oracle-administration/oracle-expdp/) –


learn step by step how to unload data (and meta-data) from the database.

Data Pump Import (https://www.oracletutorial.com/oracle-administration/oracle-impdp/) –


guide you on how to load data from an export dump file set into the database.

Section 8. Database Links

Create a database link (https://www.oracletutorial.com/oracle-administration/oracle-create-


database-link/) – show you how to create a database link that allows you to
access tables and views from a remote database.

Alter database link (https://www.oracletutorial.com/oracle-administration/oracle-alter-


database-link/) – learn how to update the current password of a user of a
database link.

Drop a database link (https://www.oracletutorial.com/oracle-administration/oracle-drop-


database-link/) – describe how to remove a database link from the database.

Section 9. Useful Tips

Show tables (https://www.oracletutorial.com/oracle-administration/oracle-show-tables/) – 


list all tables which are owned by the current user, accessible by the current
user, or all tables in the Oracle database

How To Fix the “ORACLE initialization or shutdown in progress” error


(https://www.oracletutorial.com/tips/oracle-initialization-or-shutdown-in-progress/)

Copyright © 2020 Oracle Tutorial. All Rights Reserved.

You might also like