Self-Demo Guide. Oracle ilearning and HTML DB

Size: px
Start display at page:

Download "Self-Demo Guide. Oracle ilearning and HTML DB"

Transcription

1 Self-Demo Guide Oracle ilearning and HTML DB The Oracle Academy allows a school to offer advanced Database and Java programming courses through the use of Oracle s infrastructure. The school needs no additional resources. For specific information, navigate to Click on the Participation Requirements link on the left side of the page. DIRECTIONS: 1. Begin at a computer with internet access. 2. Open a browser (preferably Internet Explorer 5.5 or higher) 3. On the left side of the Academy Homepage: click on the Student Login. This will take you to the Student Login area. 4. On the left side of the Student Login area enter the following information: Username: oracle.academy password: oracle This takes your browser to ilearning, Oracle s Learning Management System. The Academy Curriculum Demo is a small sample of the Oracle Internet Academy lesson-by-lesson curriculum.

2 Click Play 5. Click the Play button. Depending on where the last user logged off, you will be in one of the four Academy courses. Each course includes approximately 90 contact hours. There are a total of 18 sections with 5 lessons each. These modular lessons are being used in a variety of school scheduling formats. 6. Use the Outline on the left to navigate to Section 0 Road Map for Data Modeling Be sure to check out how we map to National and State Standards We provide a rich assortment of hands-on activities, assessment tools as well as various media to address different student learning styles. 7. After exploring Course 1, proceed on to Course 2 SQL, Section 1 Introduction to SQL and basic SELECT statements. Check this out!

3 8. Click on the Animation: Project and Selection. The SQL curriculum allows students to implement their data models and build a relational database using the second component of Oracle s online infrastructure, This site will allow you to access Oracle s enterprise database. Now called HTML DB 9. Click on the Project Marvel hyperlink. Once you click on the Project Marvel link (Project Marvel is now called Oracle HTML DB), you will see the login screen. NOTE: You will be logging in as a Teacher. Brief explanations are provided to illustrate what is different for a teacher and student.

4 10. Log in using the following information: School = USVA_XXX Username = USVA_XXX_SQL01_T01 Password = oracle Login Once logged in, users will see the SQL Workshop icon as shown below. Click on this icon. This is the main component used for the SQL curriculum. Workspace Username Password USVA_XXX USVA_XXX_SQL01_T01 ****** SQL Workshop Click on the Command Processor to enter SQL statements. Enter SQL queries, describe database objects, or enter any valid SQL command. View a history of previous SQL statements, or an archive of your saved SQL queries. SQL Command Processor Scripts Users can upload, create, edit, and delete SQL scripts that are stored in the Script Repository that resides in the Oracle database. Click on the Scripts icon to learn more. Data Browser Users can browse various database objects. Below is a list of these objects. Click on any of these objects to learn more about them. Click on a database object type to view objects of that type Functions Indexes Packages Procedures Sequences Synonyms Tables Triggers Views Gain instant access to an integrated online application development suite. With HTML DB you can build robust dynamic web applications and leverage the full power of the Oracle database all from your favorite browser.

5 There are 3 main sub-components used in HTML DB. SQL Command Processor SQL Command History Script Repository Browse Database Objects 11. To begin, click on the SQL Workshop tab. SQL Workshop SQL Scripts Browse 12. Next, click on the SQL icon to explore the SQL Command Processor. SQL Command Processor: The SQL Command Processor window is where users enter all SQL statements. A sample SQL SELECT statement is shown below. Schema: USVA_XXX_SQL01_T01 13 Type the following command and click on the Run SQL button to see the results. Teachers will be able to run statements in any student schema, as well as their own. Students, however, can only see data in their schema. Click on the drop down box to see all of the schemas you have privileges.

6 Enter a SQL or PL/SQL Statement (All statements are auto committed.) select last_name, first_name, salary from employees; 14. Click on the History All SQL transactions are kept in the History log in case users need to edit or re-run a particular SQL statement. The History link can be found in the menu bar on top of the SQL Command Processor window. SQL Command Processor History Archive Plan Users are also able to save a SQL statement and store it in the Archive log. Archiving a file is a good way to store statements that you may continue to work on or ones that you may run frequently. Teachers have privileges to their students History and Archive files. Notice that you can see student01 s history of SQL statements. 15. Drop down to USVA_XXX_SQL01_S01 and click Go Only teachers have this privilege. Students will only be able to see their own History. Show USVA_XXX_SQL01_T01 Go SQL Command History Created By SQL select last_name, first_name, salary from :42:08USVA_XXX_SQL01_S01 employees :25:34USVA_XXX_SQL01_S01commit

7 delete from my_employee where last_name = :25:22USVA_XXX_SQL01_S01 'Dancs' update my_employee set salary = 1000 where :24:58USVA_XXX_SQL01_S01 salary < 900 Teachers are able to view each of their student s schemas. This includes access to each student s History, Archive, Script Repository, and browsing database objects. 16. Next, click on the Scripts tab to explore the Script Repository. SQL Workshop SQL Scripts Browse Script Repository: Users can run, view, edit, upload or create SQL Scripts that will be saved in the Script Repository. The Script Repository is mainly used for: SQL statements that have multi code blocks (Ex. CREATE and INSERT script) Statements that use CREATE, INSERT, UPDATE, or DELETE Repository for important scripts Lengthy code scripts Teachers have access to 17. Click on the drop down box to see students Srcipt Repository. their student s scripts. This makes for a nice and easy Show USVA_XXX_SQL01_T01 Find Go way to check homework! Title Created By Size Actions 1_10s.sql :59 Wednesday USVA_XXX_SQL01_T01 61 Run 1_12s.sql :59 Wednesday USVA_XXX_SQL01_T01 62 Run 18. Click on the magnifying glass icon. This allows you to view the SQL statements within the script. Select the link that says View document as text. You will see all of the code written for this particular script. 19. To edit the SQL script, click on the paper and pencil icon. This will take you to the SQL Command Processor window where you can modify the script. Make sure to click on the Apply Changes button to make sure that the changes are saved. 20. To run the SQL script, click on the Run link found under the Actions column.

8 NOTE: All scripts that are created or uploaded into the Script Repository must end with / instead of a semicolon (;). Next, click on the Browse tab to explore database objects. SQL Workshop SQL Scripts Browse Browse Database Objects: It is not uncommon for users to want to view their tables in order to see their column definition. Schema: Type: Search: Click on the drop down box to browse other database objects such as Views, Indexes, and Sequences. USVA_XXX_SQL01_T01 Table 21. To view the meta-data, click on the magnify glass icon next to the object name. Database Object Results Click here to see the meta-data. Name StatusCreated Last DDL COUNTRIESVALID :59: :59:16 The Table Summary (or meta-data) shows all the columns and their definitions, any index, triggers, constraints, and foreign keys relating to that particular table. The Browse area also allows users to view the Data Dictionary objects. These objects contain information about the Oracle database. For example, the control files store information about the location of the datafiles in the database. You will notice that the page defaults to viewing the Table database objects. If you would like to view the other objects, click on the drop down box and select the object of your choice.

9 There are other features of HTML DB that will be explored further once your school has completed their registration and order. Our professional development has been designed to ensure that teachers are comfortable with the technical material and proficient in their use of Oracle software. This concludes the self-guided demonstration. As EARLY REGISTRATION IS ENCOURAGED, contact your local Academy Outreach Manager at at your earliest convenience.

Oracle Application Express Student Guide

Oracle Application Express Student Guide www.oracle.com/academy Oracle Application Express Student Guide Contents 1. Introduction... 2 2. Logging in to Oracle Application Express... 2 3. Oracle Application Express Components... 3 4. How to add

More information

Oracle Application Express Users Guide

Oracle Application Express Users Guide www.oracle.com/academy Oracle Application Express Users Guide Contents Topic: 1. Introduction 2 2. Logging in to Oracle Application Express 2 3. Oracle Application Express Components 3 4. Using SQL Commands

More information

Including Dynamic Images in Your Report

Including Dynamic Images in Your Report Including Dynamic Images in Your Report Purpose This tutorial shows you how to include dynamic images in your report. Time to Complete Approximately 15 minutes Topics This tutorial covers the following

More information

Oracle Database 10g Express

Oracle Database 10g Express Oracle Database 10g Express This tutorial prepares the Oracle Database 10g Express Edition Developer to perform common development and administrative tasks of Oracle Database 10g Express Edition. Objectives

More information

How to Create and Manage Student Accounts in Oracle ilearning

How to Create and Manage Student Accounts in Oracle ilearning www.oracle.com/academy How to Create and Manage Student Accounts in Oracle ilearning How to Create Student Accounts in Oracle ilearning 1. Log in to Oracle ilearning. 2. Click the Admin button (top right)

More information

Introduction to Computer Science

Introduction to Computer Science www.oracle.com/academy Introduction to Computer Science Transferring Schema and Data in APEX These instructions detail the steps required to transfer a schema in one APEX instance to another. The order

More information

Set Up and Frequently Asked Questions

Set Up and Frequently Asked Questions Set Up and Frequently Asked Questions This document provides instructions to set up student accounts in Oracle ilearning. Also included are general systems guidelines and frequently asked questions (at

More information

Manipulating Database Objects

Manipulating Database Objects Manipulating Database Objects Purpose This tutorial shows you how to manipulate database objects using Oracle Application Express. Time to Complete Approximately 30 minutes. Topics This tutorial covers

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

Guide on how to use the macademy.

Guide on how to use the macademy. Guide on how to use the macademy. Thank you for showing interest in My Learning Academy, the premier e-learning solution in Africa. This document will give you an overview of how to navigate the portal,

More information

Building Database-Centric Web Applications Using. Oracle HTML DB

Building Database-Centric Web Applications Using. Oracle HTML DB Building Database-Centric Web Applications Using Oracle HTML DB Wayne Abbott Practice Manager, Oracle University Session Objectives Overview of Oracle HTML DB Identify advantages of Oracle HTML DB for

More information

ORACLE DATABASE 12C INTRODUCTION

ORACLE DATABASE 12C INTRODUCTION SECTOR / IT NON-TECHNICAL & CERTIFIED TRAINING COURSE In this training course, you gain the skills to unleash the power and flexibility of Oracle Database 12c, while gaining a solid foundation of database

More information

Using SQL Developer. Oracle University and Egabi Solutions use only

Using SQL Developer. Oracle University and Egabi Solutions use only Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Identify menu items of Oracle SQL Developer Create a

More information

Managing Your Database Using Oracle SQL Developer

Managing Your Database Using Oracle SQL Developer Page 1 of 54 Managing Your Database Using Oracle SQL Developer Purpose This tutorial introduces Oracle SQL Developer and shows you how to manage your database objects. Time to Complete Approximately 50

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. SQL Developer Introducing Oracle's New Graphical Database Development Tool Craig Silveira

More information

TLM Enterprise Job Aids

TLM Enterprise Job Aids TLM Enterprise Job Aids Procedure Page VISUAL PROPERTIES... 2 Change Logos... 2 Change Colour Scheme... 3 NAVIGATION... 4 Optimize Navigation... 4 CURRICULUM DEVELOPMENT... 5 Create a Module... 5 Method

More information

Database Explorer Quickstart

Database Explorer Quickstart Database Explorer Quickstart Last Revision: Outline 1. Preface 2. Requirements 3. Introduction 4. Creating a Database Connection 1. Configuring a JDBC Driver 2. Creating a Connection Profile 3. Opening

More information

Database Foundations. 6-1 Introduction to Oracle Application Express. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

Database Foundations. 6-1 Introduction to Oracle Application Express. Copyright 2015, Oracle and/or its affiliates. All rights reserved. Database Foundations 6-1 Introduction to Oracle Application Express Roadmap Introduction to Oracle Application Express You are here Structured Query Language (SQL) Data Definition Language (DDL) Data Manipulation

More information

CIS 207 Oracle - Database Programming and SQL HOMEWORK: # 13

CIS 207 Oracle - Database Programming and SQL HOMEWORK: # 13 CIS 207 Oracle - Database Programming and SQL HOMEWORK: # 13 DUE: Run the following queries in Oracle Application Express. Paste a copy of each query Into this word document below the questions or notepad.txt

More information

Camp Hill School District. Guide to Your Parent Portal

Camp Hill School District. Guide to Your Parent Portal Camp Hill School District Guide to Your Parent Portal Guide to Your Parent Portal Table of Contents Login..3-6 Basic Navigation 7-8 My Account (Updating Demographic Information).9-10 Miscellaneous..10

More information

webnetwork 5e Installation and Configuration Guide

webnetwork 5e Installation and Configuration Guide webnetwork 5e Installation and Configuration Guide Note: This manual is the property of Stoneware, Inc. It is not to be reproduced, copied, or printed without prior consent from Stoneware, Inc. webnetwork

More information

How to Apply for a Teaching Position as an Internal Applicant

How to Apply for a Teaching Position as an Internal Applicant How to Apply for a Teaching Position as an Internal Applicant I. Website Navigation Internal applicants include all GCSD employees who currently hold a position for which certification/licensure is required.

More information

ClassLink Student Directions

ClassLink Student Directions ClassLink Student Directions 1. Logging-in Open a web browser, any browser and visit https://launchpad.classlink.com/wssd Your username and password are the same as your WSSD login credentials that you

More information

SharePoint 2010 Instructions for Users

SharePoint 2010 Instructions for Users SharePoint 2010 Instructions for Users 1. Access your SharePoint Web site...2 2. Work with folders and documents in a Shared Documents Library...3 2.1 Edit a document...3 2.2 Create a New Document...3

More information

Setting up Your Teacher Website Using ischooldistrict

Setting up Your Teacher Website Using ischooldistrict Setting up Your Teacher Website Using ischooldistrict This year we are transferring our web hosting and layout to a central system controlled and maintained at the county level. The goals of centralizing

More information

If user is School. Fig On successful login you would be presented with screen as shown in Fig 2: Fig.2

If user is School. Fig On successful login you would be presented with screen as shown in Fig 2: Fig.2 1. Select role as School 2. Enter username and password to login. If user is School Fig.1 3. On successful login you would be presented with screen as shown in Fig 2: Fig.2 4. This is the home page of

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Forms Modernization with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information

Assignment 6. This lab should be performed under the Oracle Linux VM provided in the course.

Assignment 6. This lab should be performed under the Oracle Linux VM provided in the course. Assignment 6 This assignment includes hands-on exercises in the Oracle VM. It has two Parts. Part 1 is SQL Injection Lab and Part 2 is Encryption Lab. Deliverables You will be submitting evidence that

More information

A Learning Management System for Professionals Who Protect the Public s Health. User QuickGuide

A Learning Management System for Professionals Who Protect the Public s Health. User QuickGuide A Learning Management System for Professionals Who Protect the Public s Health User QuickGuide How to login to MRC-TRAIN 1. Type https://www.mrc.train.org into the address field of your browser. 2. Enter

More information

Quick Guide to TIDE: Adding Users and Students

Quick Guide to TIDE: Adding Users and Students Quick Guide to TIDE: Adding Users and Students Test Coordinators use TIDE to add and manage user accounts and to add students participating in the South Carolina Alternate Assessment. This Quick Guide

More information

Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud

Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud Document Integration Automation for HCM Cloud One-click Solution for Document Upload to Oracle HCM Cloud Contents What is DoQ Integrator?... 3 Features of DoQ Integrator... 4 Auto-Cloud Upload... 4 Manual

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Data Masking Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Data Masking Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Data Masking Lab Session S318966 Oracle Enterprise Manager 11g Data Masking Hands on Lab Introduction to Enterprise Manager 11g Oracle

More information

PROGRESS BOOK PARENT ACCESS NAVIGATION

PROGRESS BOOK PARENT ACCESS NAVIGATION PROGRESS BOOK PARENT ACCESS NAVIGATION Enter the following web address into your internet browser. https://parent.laca.org From the resulting screen, you can click on your child s school district icon.

More information

How to transfer data between BPMonline 7.x environments

How to transfer data between BPMonline 7.x environments How to transfer data between BPMonline 7.x environments This manual covers schemas and data migration using subversion integration. If extra information is required please read introductory manuals: How

More information

Oracle SQL. murach s. and PL/SQL TRAINING & REFERENCE. (Chapter 2)

Oracle SQL. murach s. and PL/SQL TRAINING & REFERENCE. (Chapter 2) TRAINING & REFERENCE murach s Oracle SQL and PL/SQL (Chapter 2) works with all versions through 11g Thanks for reviewing this chapter from Murach s Oracle SQL and PL/SQL. To see the expanded table of contents

More information

Defining an ODBC data source

Defining an ODBC data source Defining an ODBC data source Cisco IPIVR and ICM Environment ALINEiT LLC alineit.com OVERVIEW This guideline document provides the steps needed to create an ODBC data source for the Cisco IPIVR application.

More information

RooDocs Quick Reference Guide

RooDocs Quick Reference Guide RooDocs Quick Reference Guide Welcome to RooDocs, the web-based application that gives the user, via the Internet, the ability to store and retrieve electronically archived documents from anywhere in the

More information

Just Get It Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Hands on Practice

Just Get It Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Hands on Practice This hands on practice describes the steps for deploying an existing Java EE application written with Oracle ADF technologies. Although the practice refers to specific features and files in a sample application

More information

erequest How to apply guide

erequest How to apply guide Overview is an application that assists UCB in request life cycle management. UCB has clear guidance in place on what they can support or sponsor. Online requests will go through an internal review and

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Re-Engineering Your Database Design with Oracle SQL Developer Data Modeler Swarnapriya Shridhar Curriculum IDC Operations Manager 2

More information

The Oracle Academy Supports 1.5 million students in 95 countries

The Oracle Academy Supports 1.5 million students in 95 countries The Oracle Academy Supports 1.5 million students in 95 countries Delivers a complete portfolio of software, curriculum, training, support and certification resources Helps students develop industryrelevant

More information

Standardized Testing. Student Support Document

Standardized Testing. Student Support Document Standardized Testing Student Support Document www.abhe-solutions.com Welcome to the examyard.com online exams delivery platform. Since 2008 we have been delivering exam content online for our Member institutions.

More information

Manually Defining Constraints in Enterprise Data Manager

Manually Defining Constraints in Enterprise Data Manager Manually Defining Constraints in Enterprise Data Manager 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

Argos. Basic Training

Argos. Basic Training Argos Basic Training Student Information Systems Team 2-4-2019 Contents Overview... 2 Sign in... 2 Navigation... 3 Action Area... 3 Navigation Area... 4 Explorer View... 4 Shortcuts View... 6 Help... 9

More information

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle Application Express 2 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Fully supported no-cost feature of Oracle

More information

Oracle Database Express Edition

Oracle Database Express Edition Oracle Database Express Edition Getting Started Guide 11g Release 2 (11.2) E18585-04 July 2011 Welcome to Oracle Database Express Edition (Oracle Database XE). This guide gets you quickly up and running

More information

SMS Extender Set Up Guide

SMS Extender Set Up Guide SMS Extender Set Up Guide 1 Preparing for Set Up 1. Make sure your school s SMS data is correct and up to date. The SMS at your school is the source of truth for all student and staff data. For that reason

More information

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Uploading to and working with WebCT's File Manager... Page - 1 uploading files... Page - 3 My-Files... Page - 4 Unzipping

More information

DEC Computer Technology LESSON 6: DATABASES AND WEB SEARCH ENGINES

DEC Computer Technology LESSON 6: DATABASES AND WEB SEARCH ENGINES DEC. 1-5 Computer Technology LESSON 6: DATABASES AND WEB SEARCH ENGINES Monday Overview of Databases A web search engine is a large database containing information about Web pages that have been registered

More information

Joomla 2.5 Kunena Component Installation

Joomla 2.5 Kunena Component Installation Joomla 2.5 Kunena Component Installation For installing the Kunena component in Joomla 2.5, you have to first login through the administrative panel of joomla by simply entering the url_of_your_website/administrator

More information

Activating Your Account

Activating Your Account Welcome to CINCH Science for Texas, your digital platform containing Glencoe/McGraw-Hill s Science content. A complete user s guide can be found in the CINCH platform. This is intended as a training resource.

More information

PowerSchool Parent Portal Quick Reference Card

PowerSchool Parent Portal Quick Reference Card What is PowerSchool Parent Portal? PowerSchool Parent Portal gives parents and students access to realtime information including attendance, grades and detailed assignment descriptions. Once parents have

More information

1 Setting Up Your Auto Login Link in Windows

1 Setting Up Your Auto Login Link in Windows This User Guide is relevant for Admins, Teachers and s Admin Teacher Student Auto Login - An Overview Auto Login allows you to create a shortcut that logs you directly into your EducationCity school account.

More information

Introduction to Frog Parent/Guardian Guide

Introduction to Frog Parent/Guardian Guide Introduction to Frog Parent/Guardian Guide October 2016 Frog Frog is Trinity s VLE (Virtual Learning Environment). It is used to aid students learning by providing access to lesson resources for both staff

More information

Report HQ. Quick Start Guide. Report HQ Quick Start Guide - Version 1.2

Report HQ. Quick Start Guide. Report HQ Quick Start Guide - Version 1.2 Report HQ Quick Start Guide STEP 1 Requesting An Account 1) Request an account via the Report HQ Request Form 2) Nasdaq will verify your account 3) Once your account is verified and provisioned, you will

More information

Using the online curriculum centre (OCC) to access IB publications and collaborate with teachers. Draft user guide, February 2010

Using the online curriculum centre (OCC) to access IB publications and collaborate with teachers. Draft user guide, February 2010 Using the online curriculum centre (OCC) to access IB publications and collaborate with teachers Draft user guide, February 2010 Page 1 International Baccalaureate Organization 2010 Contents Logging in...

More information

Creating a PDF Report with Multiple Queries

Creating a PDF Report with Multiple Queries Creating a PDF Report with Multiple Queries Purpose This tutorial shows you how to create a PDF report that contains a table and graph utilizing two report queries. Time to Complete Approximately 15 minutes

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

BAIRS Training. Ty Johnson Elise Woods Kris Leonardo Meilin Huang FY 2015 rev. 5/26/15

BAIRS Training. Ty Johnson Elise Woods Kris Leonardo Meilin Huang FY 2015 rev. 5/26/15 BAIRS Training Ty Johnson Elise Woods Kris Leonardo Meilin Huang FY 2015 rev. 5/26/15 BAIRS 11 Training Session Agenda Introduction of participants (10 minutes) Brief summary of session objective (5 minutes)

More information

Rapid SQL 7.5 Evaluation Guide. Published: September 28, 2007

Rapid SQL 7.5 Evaluation Guide. Published: September 28, 2007 Rapid SQL 7.5 Evaluation Guide Published: September 28, 2007 Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. This is a preliminary document and may be changed

More information

icc.edu/library Films on Demand Guide for Faculty and Staff

icc.edu/library Films on Demand Guide for Faculty and Staff icc.edu/library Films on Demand Guide for Faculty and Staff Finding Films on Demand on the Library website: From the homepage of ICC Library website locate the Library Collections menu and click on Streaming

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Contents Registration and Login... 2 How do I register if I am an external applicant?... 2 Do I have to register in order to apply for a job?... 2 What should I do if I have

More information

Employee Space Internal Applicant Instruction Guide

Employee Space Internal Applicant Instruction Guide Employee Space Internal Applicant Instruction Guide Greenville County School employees interested in applying for jobs must complete an online application using Lawson Employee Space. These instructions

More information

Instructor Manual Contents

Instructor Manual Contents Instructor Manual Contents Welcome to egrade Plus...1 The Roles Within egrade Plus...1 Master Course Instructor...1 Class Section Instructor...2 Navigating egrade Plus...2 Using the Universal Navigation

More information

Introduction to elearning for Instructors

Introduction to elearning for Instructors 1 Introduction to elearning for Instructors Your elearning Account and Access... 3 elearning Access email... 3 Logging In... 4 Changing your Password... 4 Profile... 5 Adding a Picture... 5 Adding your

More information

Red Hat Fuse 7.1 Fuse Online Sample Integration Tutorials

Red Hat Fuse 7.1 Fuse Online Sample Integration Tutorials Red Hat Fuse 7.1 Fuse Online Sample Integration Tutorials How business users can share data among different applications Last Updated: 2018-09-25 Red Hat Fuse 7.1 Fuse Online Sample Integration Tutorials

More information

Administration Tab User Guide

Administration Tab User Guide Administration Tab User Guide November 2013 Standards Aligned System Project Based Assessment Administration Manual 1 This page is intentionally blank. Standards Aligned System Project Based Assessment

More information

ACCESSING TIDE. New Hampshire Statewide Assessment System RESETTING YOUR TIDE ACCOUNT FROM A PREVIOUS SCHOOL YEAR

ACCESSING TIDE. New Hampshire Statewide Assessment System RESETTING YOUR TIDE ACCOUNT FROM A PREVIOUS SCHOOL YEAR ACCESSING TIDE New Hampshire Statewide School administrators use the Test Information Distribution Engine (TIDE) to add and manage user accounts and to manage information about students who participate

More information

Oracle MOOC: SQL Fundamentals

Oracle MOOC: SQL Fundamentals Week 4 Homework for Lesson 4 Homework is your chance to put what you've learned in this lesson into practice. This homework is not "graded" and you are encouraged to write additional code beyond what is

More information

Connecticut Alternate Assessment System Training Required for Teachers Administering the Alternate

Connecticut Alternate Assessment System Training Required for Teachers Administering the Alternate Connecticut Alternate Assessment System Training Required for Teachers Administering the Alternate Overview for District Administrators Beginning with the 2018-2019 school year, the Connecticut State Department

More information

Copy Data From One Schema To Another In Sql Developer

Copy Data From One Schema To Another In Sql Developer Copy Data From One Schema To Another In Sql Developer The easiest way to copy an entire Oracle table (structure, contents, indexes, to copy a table from one schema to another, or from one database to another,.

More information

You will need the unique URL for your site and your username and password to login to Data- Director.

You will need the unique URL for your site and your username and password to login to Data- Director. Getting Started Step 1: Login to the DataDirector website: You will need the unique URL for your site and your username and password to login to Data- Director. You may change your password after you login.

More information

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM

SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM On a Mission to Transform Talent SEF DATABASE FOUNDATION ON ORACLE COURSE CURRICULUM Table of Contents Module 1: Introduction to Linux & RDBMS (Duration: 1 Week)...2 Module 2: Oracle SQL (Duration: 3 Weeks)...3

More information

Instructions for Online Application of Full-time Diploma Courses

Instructions for Online Application of Full-time Diploma Courses Contents 1. Who can apply? When to Apply?... 2 2. How to access DAE Application Portal?... 2 3. Create Account and Login... 2 Singapore Citizens and PRs with SingPass and 2FA... 2 Singapore Citizens and

More information

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud.

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. This tutorial walks through the installation and configuration process to access data from

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

Product Documentation. ER/Studio Portal. User Guide 2nd Edition. Version 2.0 Published January 31, 2013

Product Documentation. ER/Studio Portal. User Guide 2nd Edition. Version 2.0 Published January 31, 2013 Product Documentation ER/Studio Portal User Guide 2nd Edition Version 2.0 Published January 31, 2013 2013 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero

More information

User Guide EDDIE. Enterprise Data Delivery Information Environment. Business Objects 4.1

User Guide EDDIE. Enterprise Data Delivery Information Environment. Business Objects 4.1 User Guide EDDIE Enterprise Data Delivery Information Environment Business Objects 4.1 2 P a g e EDDIE 4.1 User Guide Contents Introduction to EDDIE... 4 Log into EDDIE... 4 Overview of EDDIE Homepage...

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: Session 3 Familiar Techniques: Modeling and Frameworks Speaker Speaker Title Page 1 1 Agenda Forms as a Framework Mapping Forms to Oracle ADF Familiar Concepts Phases

More information

Oracle MOOC: SQL Fundamentals

Oracle MOOC: SQL Fundamentals Session 1 Getting Started Guide Homework assignments are given at the end of each lesson. Although they are not mandatory, it s suggested to complete the homework to gain a better understanding of the

More information

USING POWERPOINT IN THE CLASSROOM LESSON 1 POWERPOINT BASICS

USING POWERPOINT IN THE CLASSROOM LESSON 1 POWERPOINT BASICS USING POWERPOINT IN THE CLASSROOM LESSON 1 POWERPOINT BASICS Objectives Start PowerPoint. Open an existing presentation. Save a presentation. Navigate through a presentation, and use the menus and toolbars.

More information

esd Portal: Parent View User Guide v

esd Portal: Parent View User Guide v esd Portal: Parent View User Guide v. 3.7.0 Copyright 2002-2013 eschooldata, LLC All rights reserved. TABLE OF CONTENTS Overview... 3 Account Registration... 3 Logging In... 5 Getting Help... 7 Navigating

More information

Moodle Morsels from Sandy & Inkie. b. Click (Log in) on the upper right c. You will use your stpsb login, which is how you login to a computer

Moodle Morsels from Sandy & Inkie. b. Click (Log in) on the upper right c. You will use your stpsb login, which is how you login to a computer 1. To login to Moodle: a. https://moodle.stpsb.org Moodle Morsels from Sandy & Inkie b. Click (Log in) on the upper right c. You will use your stpsb login, which is how you login to a computer 2. Moodle

More information

Introduction to SQL/PLSQL Accelerated Ed 2

Introduction to SQL/PLSQL Accelerated Ed 2 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Introduction to SQL/PLSQL Accelerated Ed 2 Duration: 5 Days What you will learn This Introduction to SQL/PLSQL Accelerated course

More information

Oracle DTP. Release Oracle irecruitment External Applicants User Manual. Created By Date & Time Version Description PAS 9/8/

Oracle DTP. Release Oracle irecruitment External Applicants User Manual. Created By Date & Time Version Description PAS 9/8/ Oracle 2014 DTP Oracle irecruitment External Applicants User Manual Release 12.1.3 Created By Date & Time Version Description PAS 9/8/2014 1.1 Table of Contents Navigation Icons... 2 Overview... 3 Register

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

INSTALL GUIDE BIOVIA INSIGHT 2.6

INSTALL GUIDE BIOVIA INSIGHT 2.6 INSTALL GUIDE BIOVIA INSIGHT 2.6 Copyright Notice 2015 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD,

More information

TATWEER PETROLEUM BAHRAIN FIELD DEVELOPMENT COMPANY W.L.L ( TATWEER ) Instructions to complete a Technical Evaluation RFI - Quick Reference

TATWEER PETROLEUM BAHRAIN FIELD DEVELOPMENT COMPANY W.L.L ( TATWEER ) Instructions to complete a Technical Evaluation RFI - Quick Reference IMPORTANT: TATWEER PETROLEUM BAHRAIN FIELD DEVELOPMENT COMPANY W.L.L ( TATWEER ) Instructions to complete a Technical Evaluation RFI - Quick Reference Please note that isupplier Portal registration, access

More information

Creating/Updating Your Webpage

Creating/Updating Your Webpage Creating/Updating Your Webpage Getting Started: 1. Go to the website provided previously. 2. Log in with your username & password. 3. Click on your school name, then click on Content Management. 4. Find

More information

Successmaker Student and Teacher Imports

Successmaker Student and Teacher Imports Successmaker 2011 Student and Teacher Imports First Get teacher names to Import Go to: http://dev1.escambia.k12.fl.usescambia Click on List All the Records in the Employee Database Group Choose Instructional

More information

Center for Faculty Development and Support. Google Docs Tutorial

Center for Faculty Development and Support. Google Docs Tutorial Center for Faculty Development and Support Google Docs Tutorial Table of Contents Overview... 3 Learning Objectives... 3 Access Google Drive... 3 Introduction... 4 Create a Google Document... 4 Upload

More information

Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS...

Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS... Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 FIRST TIME LOG IN... 3 SETTING UP PRODUCTIVITY TOOL PROGRAMS... 6 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS...

More information

This guide is designed to give new users a brief overview of Learn360. It will review how to Figure 1. Figure 9 Figure 8

This guide is designed to give new users a brief overview of Learn360. It will review how to Figure 1. Figure 9 Figure 8 Quick Start Guide This guide is designed to give new users a brief overview of Learn360. It will review how to begin using the many tools, features and functionality Learn360 has to offer. Login Figures

More information

I, J, K. Lightweight directory access protocol (LDAP), 162

I, J, K. Lightweight directory access protocol (LDAP), 162 Index A Access Control, 183 Administration console, 17 home page, 17 managing instances, 19 managing requests, 18 managing workspaces, 19 monitoring activity, 19 Advanced security option (ASO), 58, 262

More information

Introducing: Pearson s Perspective Quick Guide for Educators

Introducing: Pearson s Perspective Quick Guide for Educators Introducing: Pearson s Perspective Quick Guide for Educators What is Perspective TM? Perspective TM is a supplemental online instructional resource site that provides thousands of enrichment learning resources

More information

Database Foundations. 4-1 Oracle SQL Developer Data Modeler. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

Database Foundations. 4-1 Oracle SQL Developer Data Modeler. Copyright 2015, Oracle and/or its affiliates. All rights reserved. Database Foundations 4-1 Road Map You are here Oracle SQL Developer Data Modeler Converting a Logical Model to a Relational Model 3 Objectives This lesson covers the following objectives: Use to create:

More information

Lab 2: Setting up secure access

Lab 2: Setting up secure access Lab 2: Setting up secure access Oracle Database Cloud Service Hands On Lab This lab is divided into 3 parts 1. Securely Connecting to DBCS instance using Putty 2. Configuring SQL Developer for Secure Access

More information

Design and Implementation of File Sharing Server

Design and Implementation of File Sharing Server Design and Implementation of File Sharing Server Firas Abdullah Thweny Al-Saedi #1, Zaianb Dheya a Al-Taweel *2 # 1,2 Computer Engineering Department, Al-Nahrain University, Baghdad, Iraq Abstract this

More information

Database Administration and Management

Database Administration and Management Database Administration and Management M.Sc. Information Technology BS Information Technology Umair Shafique (Gold Medalist) Lecturer Installation Oracle Installation and Starting Manual for Installation

More information

Training Manual for Researchers. How to Create an Online Human Ethics Application

Training Manual for Researchers. How to Create an Online Human Ethics Application Training Manual for Researchers How to Create an Online Human Ethics Application What is in this document This manual is intended to provide general tips on using functionality specific to QUEST online

More information