ITIS5160: Applied Database. Connect to the Oracle database Read the wiki page at – https://cci-wiki01.uncc.edu/node/247 https://cci-wiki01.uncc.edu/node/247.

Slides:



Advertisements
Similar presentations
WordPress Installation for Beginners Sheila Bergman
Advertisements

How to access AUXDATA March If you have not received a Username from your DSO-IS, do not go any further. Send a request to your FSO-IS/SO-IS asking.
UIC Data Conversion and Submission via CDX Node Client UIC Database V2 6/16/
Pocket PC For small projects Shazia Naz Subhani Registries Core Facility, BESC King Faisal Specialist Hospital & Research Centre.
CADDLAB Medical Imaging on Remote Compute Servers.
PingER management. Tasks Achieved Remote Node Names –The remote node names have been included in the table –The table structure was modified by adding.
Using Relational Databases and SQL Steven Emory Department of Computer Science California State University, Los Angeles Laboratory 1: Introduction to Relational.
Multiple Tiers in Action
XMAS installation instructions Windows Version: 1.0 4/22/2008.
Microsoft Windows in Amazon Cloud Ishwor Thapa January 20, 2011.
Compe 341 Oracle Installation Procedure. Oracle From Click.
Filezilla Skills: install and use Filezilla IT concepts: client-server review, file transfer protocol (FTP), Web site mirror, portable software, open source.
VMware vCenter Server Module 4.
Automating Student Course Profile & Student Record Report Uploads to GaDOE Chris A. McManigal Camden County Schools Kingsland, GA.
Label production Solution with Label Gallery programs Label Gallery is used for general label design and print GalleryData is used to create small database.
IS 426: Information Systems Construction in Modern Society Downloading and exploring oracle development environments.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
SQL HW1 Turn in as a hardcopy at the start of next class period. You may work this assignment in groups.
Connecting to USF Network for Web Site SSH Secure Shell is the FTP program you will use to download your http files onto the USF server. To get the SSH.
Welcome to the Tutorials of IRIS Chapter 1 Click To Continue.
Introduction to SEQUEL. What is SEQUEL? Acronym for Structural English Query Language Acronym for Structural English Query Language Standard language.
Copyright (c) by CNAPTICS Corporation. All rights reserved.1 INFO Oracle Database 11g: Administration II Presented By: Marc S. Paller,
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
ITN Wake Tech1 ITN270 Advanced Internet Databases Lecture 15. General MySQL Administration Topics: –Securing a New MySQL Installation –MySQL Server.
Database Fred Durao What is a database? A database is any organized collection of data. Some examples of databases you may encounter in.
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
1 Copyright © 2004, Oracle. All rights reserved. Introduction.
Oracle Dependencies Analyzer ODA Over time, in large companies we see many Legacy systems that work with several Databases, this.
Remote Desktop Services in Windows Server 2008 R2.
Step #1: Enter the following link: u/showLogon.do u/showLogon.do Step #2: Enter your HSU User Name and.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
LDAP Authentication Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Matthew Ellis rd January 2006 CM610 Assignment Bsc(Hons) Computing Studies.
Siebel 8.0 Module 2: Overview of EIM Processing Integrating Siebel Applications.
 Replication is the process of copying database information  Replication is used for:  Backing up your database  Migrating to a new server  Mirroring.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
Permissions Lesson 13. Skills Matrix Security Modes Maintaining data integrity involves creating users, controlling their access and limiting their ability.
File-zilla uploads Andre Naylor| Account Manager 15 th August 2011 TMS Reports.
JSP Server Integrated with Oracle8i Project2, CMSC691X Summer02 Ching-li Peng Ying Zhang.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
Welcome! Welcome! Agenda - Wednesday  Introduction  Installation Tips  New Client Features  New Application Design Features  Installing Chart Director.
How to Search for Vendors By Procurement Services FY16
Installation of Ace-Extranet (SFTP). Step 1 – Go to ACEINDIA.com 1.Go to 2.Click on Technology 3.Now Click on Ace-Extranet.
SGA (System Global Area) Oracle Database Server Architecture.
Spring 2011 ITCS3160: Database Design and Implementation Hands-on Learning.
Portal X Watford Boys Grammar School. How To Get To Portal X: In the url tab, where it states learning. to get to “Portal X” you have to Remove Learning.
Session V halFILE on Terminal Services. Installation If hfw20.exe resides on remote server then must use UNC path for setup.exe as well as install folder.
Upgrading PD² Archiving Utility Name: Semarria Rosemond Title: Systems Analyst, Lead Date: December 8, 2011.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
1 E-Site - FTP Services Setup / install guide. 2 About FTP services can run on any desired port(s) Runs as a windows service Works for all sites installed.
1 Copyright © 2005, Oracle. All rights reserved. Oracle Database Administration: Overview.
Flip installation step by step procedure. Log in to Click Downloads.
COM621: Advanced Interactive Web Development Lecture 10 PHP and MySQL.
Presented by: K.AMARNATH Ht.no:10841f0045 Guided by: T.Suneetha.
Understanding FTP File Transfer Protocol. Learning Objectives By the end of this lecture, you should be able to: – Describe the purpose of FTP – Install.
SPS-70DL Download Documentation Step-by-Step. SPS-70DL Download Documentation (USB Driver Installation) End user (client) logs onto Transcell WebStore.
How To Uninstall AVG Antivirus?. Restart Your Computer And Log Into Windows As A User With Administrative Account Please restart your computer to make.
How to Start SQL Server and SSDT BI in Local
Basics on DB access Elke A. Rundensteiner.
Oracle Accounts on Campus
FTP and UNIX TOPICS Exploring your Web Hosting Site FTP UNIX
IS 220 Databases Fundamentals
TRUST KEY (DONGLE / PEN DRIVE)
This allows me to insert data for specified fields and not for other fields in the structure.
SAP R/3 Installation on WIN NT-ORACLE
Configuration Of A Pull Network.
Desktop Reference Guide End Users
Desktop Reference Guide End Users
Kronos access at home Scroll to the bottom of the page and click on the Employees link.
File Transfer Protocol
Presentation transcript:

ITIS5160: Applied Database

Connect to the Oracle database Read the wiki page at – Download and install the client side XenApp of citrix (for windows, the file name is ica32web) User name: your 49er account Password(default): qwe123

Screen Shots I have tested both IE and Firefox Using IE if firefox, chrome or safari fails Please install Java Run time Use IE to open –

Click “CCI” Directory

Click “SQL-Developer”

Now the citrix client will connect to the server Oracle will be loaded at the remote side Refer back to the wiki page for the step-by- step instructions for logging in to the system Be careful of the server host name

Tasks CREATE TABLE - creates a new table ALTER TABLE - modifies a table DROP TABLE - deletes a table CREATE INDEX - creates an index (search key) DROP INDEX - deletes an index SELECT - extracts data from a database UPDATE - updates data in a database DELETE - deletes data from a database INSERT INTO - inserts new data into a database

Raghu Ramakrishnan Example Instances R1S1 S2 We will use these instances of the Sailors and Reserves relations in our examples. bidbnamecolor 101interlakeblue 102interlakered 103clippergreen 104marinered B1