0% found this document useful (0 votes)
25 views4 pages

Oracle Database and SQL Server Using Management Studio Outline

The document provides a comprehensive guide on setting up and managing both SQL Server and Oracle Database, covering installation, configuration, security, performance monitoring, and backup processes. It includes detailed sections on Transact-SQL (T-SQL) for SQL Server and SQL sub-languages for Oracle, along with practical lab exercises. Additionally, it addresses migrating databases from SQL Server to Oracle, ensuring a thorough understanding of both database systems.

Uploaded by

ahmed.heikal8080
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views4 pages

Oracle Database and SQL Server Using Management Studio Outline

The document provides a comprehensive guide on setting up and managing both SQL Server and Oracle Database, covering installation, configuration, security, performance monitoring, and backup processes. It includes detailed sections on Transact-SQL (T-SQL) for SQL Server and SQL sub-languages for Oracle, along with practical lab exercises. Additionally, it addresses migrating databases from SQL Server to Oracle, ensuring a thorough understanding of both database systems.

Uploaded by

ahmed.heikal8080
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Oracle Database and Sql Server using Management Studio

1- SQL Server Setup

 Introduction

 What is SQL Server

 SQL Server Hardware and Software Requirements

 SQL Server Editions

 Download SQL Server

 Install SQL Server

 Install SQL Server Management Studio (SSMS)

 SQL Server Configuration Manager

 Connecting to SQL Server

 Database Concepts

 Install Adventureworks 2016 Database

2- SQL Server Database Security

 Enforcing Authentication

 Applying Permission level access

 Using Audit to check database integrity

3- SQL Server Monitoring & Performance

 Introduction

 Using Activity Monitor

 Collecting Data

 Using Performance Monitor

 Using Extended Events

 Using Indexes to improve performance

4- Database Backup & Security

 Copy Database

 Performing a full database backup

 Performing a differential backup

 Performing a transaction database backup

 Recovering a database
 Lab Exercise 1

 Lab Exercise 2

5- Transact-SQL ( T-SQL )

 What is SQL

 What is T-SQL

 Creating a database

 Creating a Table

 Inserting records into table

 Reading Data from database

 Updating Records

 Views

 Stored Procedures

 deleting records

 Truncating a Table

 Dropping a Table

 Dropping a database

 Backing up database

 Restoring a database

6- ORACLE Database Setup

 Download and install Oracle

 What is SQLPlus

 Unlock Sample Schema

 Install Oracle SQL Developer

 Connect Oracle SQL Developer to Oracle Database

 Download TOAD

 Install TOAD

 Connect TOAD to Oracle Database

 TOAD Quick Tour

 How to start Oracle database

 How to stop Oracle database


7- ORACLE SQL SUB Languages

 DDL CREATE : Part 1

 DDL CREATE : Part 2

 SQL INSERT

 DML SELECT

 DML UPDATE | DELETE

8- ORACLE Database Operations

 View | Dual Table

 Index

 Checking Table Structure

 Operators used with WHERE Clause : Part 1

 Operators used with WHERE Clause : Part 2

 Querying Single Columns

 Querying Single Multiple Columns

 Limiting Records

9- Monitoring Oracle Database

 Introduction

 Monitoring and viewing a database session

 Monitoring Top SQL Statements

 Monitoring Long Operations

10- Exporting & Importing Metadata and Data

 Exporting & importing Metadata

 Importing Metadata using a Script

 Exporting Data to Microsoft Excel File

 Importing Data from Microsoft Excel File

11- Managing Oracle Database Accounts & Database Security

 Types of Oracle Database Users

 Creating a new user

 How to create new user with DBA Privileges

 Predefined Administrative Accounts


 Establishing security policy on database

 Privileges & Roles

 Managing Oracle database user

 Auditing database activities

12- Oracle Database Backup & Restore

 Introduction

 Enabling ARCHIVELOG Mode

 Backing Up Database

 Restoring & Recovering Database

 Viewing & restoring historical data

 Recovering dropped tables

13- Migrating Database from SQL Server to ORACLE

 Creating a database user

 Creating repository

 Configuring third party database connection- Part 1

 Configuring third party database connection- Part 2

 Capturing Source Data

 Converting captured model to Oracle

 Translating Third Party T-SQL Objects to Oracle

 Generating scripts to create target database

 Moving Data from SQL Server into Oracle

You might also like