Copyright (c) 2000-2010 by CNAPTICS Corporation. All rights reserved.1 INFO-9339001 Oracle Database 11g: Administration II Presented By: Marc S. Paller,

Slides:



Advertisements
Similar presentations
LIS651 lecture 5 direct use of wotan Thomas Krichel
Advertisements

1 Automated SFTP Windows and SUN Linux and SUN. 2 Vocabulary  Client = local=the machine generating the SFTP request  Server = remote = the machine.
Tux2 Database The Architecture of Our System © Juhani Välimäki 2005.
Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
Learning Unix/Linux Bioinformatics Orientation 2008 Eric Bishop.
CSCI 1411 FUNDAMENTALS OF COMPUTING LAB Lab Introduction 1 Shane Transue MSCS.
Exploring the UNIX File System and File Security
Introducing the Command Line CMSC 121 Introduction to UNIX Much of the material in these slides was taken from Dan Hood’s CMSC 121 Lecture Notes.
George Blank University Lecturer. Creating A Web Site at NJIT Professor Blank.
Web Pages Publishing your page on ASUWlink. Unix Directory Commands ls –la –will show all directories and files –will show directory and file permissions.
Virtual Machine and UNIX. What is a VM? VM stands for Virtual Machine. It is a software emulation of hardware. By using a VM, you can have the same hardware.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 3 Administration of Users.
ENGINEERING COMPUTING CENTER LINUX workshop
A crash course in njit’s Afs
SoftwareTools CGS 3460, Lecture 7 Jan 25, 2006 Zhen Yang.
E-Commerce LAB#1 Samia alblwi1E-Commerce ( IS412) 2011.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 3 Administration of Users.
ITCS 4/5145 Parallel Programming, UNC-Charlotte, B. Wilkinson, 2012, Jan 18, 2012assignprelim.1 Assignment Preliminaries ITCS 4145/5145 Spring 2012.
CNIT 132 Intermediate HTML and CSS Publish Web Page.
CSN08101 Digital Forensics Lecture 1B: Essential Linux and Caine Module Leader: Dr Gordon Russell Lecturers: Robert Ludwiniak.
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.
1 SEEM3460 Tutorial Unix Introduction. 2 Introduction Unix-like system is everywhere Linux Android for smartphones Google Chrome OS for Chromebook Web.
4 Copyright © 2006, Oracle. All rights reserved. Recovering from Noncritical Losses.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
1 N305 C Programming. 2 Objectives for the Lab ä Learn problem solving strategies ä Achieve intermediate knowledge of C Programming Language ä Gain experience.
PROGRAMMING PROJECT POLICIES AND UNIX INTRO Sal LaMarca CSCI 1302, Fall 2009.
Chapter Two Exploring the UNIX File System and File Security.
Session 2 Wharton Summer Tech Camp Basic Unix. Agenda Cover basic UNIX commands and useful functions.
Module 4 : Installation Jong S. Bok
IST 210 Introduction to UNIX (AIX) Todd Bacastow IST 210: Organization of Data.
7 Copyright © 2004, Oracle. All rights reserved. Recovering from Noncritical Losses.
14 Copyright © Oracle Corporation, All rights reserved. SQL Workshop.
Preliminary PreparationS for the Training AIST=Innovation 1.WinSCP Installation Download Site: 2. Putty.exe file download.
Setup Environment: Instructions for CS1520 Server Setup Nils Murrugarra
Unix Servers Used in This Class  Two Unix servers set up in CS department will be used for some programming projects  Machine name: eustis.eecs.ucf.edu.
ENEE150: Discussion 1 Section 0104/0105 Please Sit Down at a Computer and Login!
Unix Environment Basics CSCI-1302 Lakshmish Ramaswamy.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
File Transfer Protocol (FTP) CIS 130. File Transfer Protocol (FTP) Copy files from one internet host (server) to your account on another host –Need domain.
1 Introduction to Unix. 2 What is UNIX?  UNIX is an Operating System (OS).  An operating system is a control program that helps the user communicate.
1 Introduction to SQL *Plus Oracle SQL Interface MIS309 Database Systems.
 Last lesson, the Windows Operating System was discussed along with the Windows command shell  Unix is a computer operating system, that similarly manages.
1 CS3695 – Network Vulnerability Assessment & Risk Mitigation – Introduction to Unix & Linux.
Module 4 Creating EMC Files, Uploading EMC Files and Downloading Reports PC-ACE Pro32.
CS 120 Extra: The CS1 Server Tarik Booker CS 120.
Learning Unix/Linux Based on slides from: Eric Bishop.
11 Copyright © 2004, Oracle. All rights reserved. Performing a Migration Using Oracle Migration Workbench (Part II)
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
PuTTY Introduction to Web Programming Kirkwood Continuing Education by Fred McClurg © Copyright 2016, All Rights Reserved ssh client.
Assignprelim.1 Assignment Preliminaries © 2012 B. Wilkinson/Clayton Ferner. Modification date: Jan 16a, 2014.
15 Copyright © Oracle Corporation, All rights reserved. Managing Users.
Tutorial Six Linux Basics CompSci Semester Two 2016.
UNIX To do work for the class, you will be using the Unix operating system. Once connected to the system, you will be presented with a login screen. Once.
Login The Login prompt provides access to the files located on the server.
Tutorial Six Recap & Linux Basics CompSci Semester Two 2016.
Web Programming Essentials:
Linux 101 Training Module Linux Basics.
Andy Wang Object Oriented Programming in C++ COP 3330
Oracle Database for APM 9.1
Relational database and SQL MySQL LAMP SQL queries
Some Linux Commands.
Raspberry Pi in Headless Operation
Assignment Preliminaries
Lab 1 introduction, debrief
Introduction to UNIX UNIX developed at Bell Labs in 70s
Web Programming Essentials:
Andy Wang Object Oriented Programming in C++ COP 3330
UNIX/LINUX Commands Using BASH Copyright © 2017 – Curt Hill.
Tutorial Unix Command & Makefile CIS 5027
Create New User in Database. First Connect the System.
Presentation transcript:

Copyright (c) by CNAPTICS Corporation. All rights reserved.1 INFO Oracle Database 11g: Administration II Presented By: Marc S. Paller, CEO CNAPTICS Corporation P.O. Box 173 New York, NY Contact Information: Business: (646)

Copyright (c) by CNAPTICS Corporation. All rights reserved.2 Accessing the Oracle DB l Oracle db location is on: oit.scps.nyu.eduoit.scps.nyu.edu l Obtain slides from: l Access Database Control: l Access using ssh: –Download and install Putty l l Use host name: oit.scps.nyu.edu $ ksh $..profile –Download and install WinSCP l l Use host name: oit.scps.nyu.edu l Join Oracle. –Go to and create an account.

Copyright (c) by CNAPTICS Corporation. All rights reserved.3 Using Linux l Unix does use \ it uses / to separate on directory from another. l Copying files –cp l cp oracle1.sql oracle2.sql #same directory l cp oracle1.sql../oracle2.sql #to a directory above l cp oracle1.sql../../oracle2.sql#to two directories above l Cp oracle1.sql /next/oracle2.sql#to a directory below l Deleting files –rm l rm oracle1.sql #same directory l rm../oracle1.sql#from directory above l rm /next/oracle1.sql# from a directory below

Copyright (c) by CNAPTICS Corporation. All rights reserved.4 Using Linux l Changing directories –cd../#takes you up one directory –cd /next# takes you down one directory –cd../../#takes you up two directories –cd /next/next#takes you down two directories l Editing files –viVim –emacsAnother editor l Making Directories –mkdir –Can only make directories in your own home directory

Copyright (c) by CNAPTICS Corporation. All rights reserved.5 Using Linux l Removing Directories –rmdir –Can only remove directories in your own home directory l Home directory –Located in the /home directory. –You have complete control over this area of the server.

Copyright (c) by CNAPTICS Corporation. All rights reserved.6 Using Linux l Other important directories in your home directory –web directory l This is where you can place web pages that can be accessed remotely l The URL would be –cgi-bin directory l This is where you can place server side includes and other scripts that you want to access remotely. l The URL would be

Copyright (c) by CNAPTICS Corporation. All rights reserved.7 Creating a User in Oracle l Once you have successfully logged you can access the sql engine by typing: sqlplus l Next, type in for username and password, system/manager. Next, at the sqlplus prompt type in the following command: CREATE USER IDENTIFIED BY DEFAULT TABLESPACE data QUOTA 8M ON data TEMPORARY TABLESPACE temp l Next the user must be granted privileges to access and use the int database and their tablespace. So, next we type the following: GRANT RESOURCE, CONNECT TO