Oracle Developer Tools for Visual Studio.NET Curtis Rempe.

Slides:



Advertisements
Similar presentations
Chapter 10 Database Applications Copyright © 2011 by The McGraw-Hill Companies, Inc. All Rights Reserved. McGraw-Hill.
Advertisements

Building Enterprise Applications Using Visual Studio ®.NET Enterprise Architect.
ORACLE Lecture 1: Oracle 11g Introduction & Installation.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
Queries Help Topics Using the Access 2007, you can press the F1 to pop up the help windows, where you can search the following topics to help to generate.
 2002 Prentice Hall. All rights reserved. Chapter 2 - Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Overview of the Visual Studio.NET.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Chapter 7 Managing Data Sources. ASP.NET 2.0, Third Edition2.
Objective In this session we will discuss about : What is ADO. NET ?
PL/SQL Programming for .NET Developers: Tips, Tricks, and Debugging
Getting Started with Oracle and.NET Christian Shay Principal Product Manager,.NET and Windows Oracle USA.
“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.”
Week 5 – Chap. 5 Data Transfer DBAs often must transfer data to and from text files, Excel spreadsheets, Access, Oracle or other SQL Server databases This.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
1 Tuning PL/SQL procedures using DBMS_PROFILER 20-August 2009 Tim Gorman Evergreen Database Technologies, Inc. Northern California Oracle.
Visual Studio Development Lifecycle: SQL, PL/SQL, Source Control, Deployment Christian Shay Principal Product Manager -.NET Technologies, Oracle.
Oracle Developer Tools for Visual Studio.NET Christian Shay Principal Product Manager Oracle Corporation Prerequisites for presentation:
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
DEV 301 Oracle Developer Tools for Visual Studio.NET Christian Shay, Oracle Corporation Alex Keh, Oracle Corporation.
Module 2: Using Transact-SQL Querying Tools. Overview SQL Query Analyzer Using the Object Browser Tool in SQL Query Analyzer Using Templates in SQL Query.
Some Basic Database Terminology
© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 13 Managing Databases with SQL Server 2000.
Introduction to ADO.Net and Visual Studio Database Tools ISYS 512.
Oracle9 i JDeveloper for Database Developers and DBAs Brian Fry Principal Product Manager Oracle JDeveloper Oracle Corporation.
October 30, 2007S. Weigert / Y. HAN1 Working with Eclipse-Ingres RUBIS Autumn 2007.
10-1 aslkjdhfalskhjfgalsdkfhalskdhjfglaskdhjflaskdhjfglaksjdhflakshflaksdhjfglaksjhflaksjhf.
1 Databound Controls. 2 Objectives You will be able to use design time data binding to display and update SQL Server database data without writing any.
I Copyright © 2004, Oracle. All rights reserved. Introduction Copyright © 2004, Oracle. All rights reserved.
New Oracle Features for.NET Developers Alex Keh Principal Product Manager Server Technologies.
AUTOMATION OF WEB-FORM CREATION - KINNERA ANGADI – MS FINAL DEFENSE GUIDANCE BY – DR. DANIEL ANDRESEN.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Chapter 2: SQL – The Basics Objectives: 1.The SQL execution environment 2.SELECT statement 3.SQL Developer & SQL*Plus.
What is a schema ? Schema is a collection of Database Objects. Schema Objects are logical structures created by users to contain, or reference, their data.
Objectives In this lesson, you will learn to: *Identify the need for ADO.NET *Identify the features of ADO.NET *Identify the components of the ADO.NET.
CERN - IT Department CH-1211 Genève 23 Switzerland t DB Development Tools Benthic SQL Developer Application Express WLCG Service Reliability.
4 Copyright © 2004, Oracle. All rights reserved. Creating a Basic Form Module.
Lesson 2 What is ASP.NET? What is ASP.NET? What is Web Matrix? What is Web Matrix? What are the features of Web Matrix? What are the features of Web Matrix?
8 1 Chapter 8 Advanced SQL Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Commercial RDBMSs Access and Oracle. Access DBMS Architchecture  Can be used as a standalone system on a single PC: -JET Engine -Microsoft Data Engine.
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
COSC 3480 Projects, Christoph F. Eick 1 Lab COSC 3480 Fall 2000.
Introduction to ADO.Net and VS Database Tools and Data Binding ISYS 350.
Chapter Fourteen Access Databases and SQL Programming with Microsoft Visual Basic th Edition.
Commercial RDBMSs: Office Access and Oracle Pertemuan 13 Matakuliah: M0564 /Pengantar Sistem Basis Data Tahun : 2008.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
Lesson 4: Querying a Database. 2 Learning Objectives After studying this lesson, you will be able to:  Create, save, and run select queries  Set query.
Introduction to ADO.Net and Visual Studio Database Tools ISYS 350.
Database Overview What is a database? What types of databases are there? How are databases more powerful than spreadsheets?
Chapter 9 Working with Databases. Copyright © 2011 Pearson Addison-Wesley Introduction In this chapter you will learn: – Basic database concepts – How.
 CONACT UC:  Magnific training   
Oracle Opens Your Windows Dick Vesters Frank van der Borden Oracle Nederland BV.
E Copyright © 2006, Oracle. All rights reserved. Using SQL Developer.
Feature Overview Oracle Explorer – browse and alter schema Wizards and Designers Automatic code generation PL/SQL Editor with IntelliSense Oracle Data.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
Christian Shay Principal Product Manager
Chapter 1 Introduction.
Brief description on how to navigate within this presentation (ppt)
Chapter 1 Introduction.
CIS16 Application Programming with Visual Basic
Ch 3 Synonym.
Ch 3 Synonym.
Ch 3 Synonym.
Database Applications
SSDT and Database Project Basics
Chapter 1 Introduction.
Chapter 1 Introduction.
Chapter 3 Synonym.
Introduction to ADO.Net and Visual Studio Database Tools.
Presentation transcript:

Oracle Developer Tools for Visual Studio.NET Curtis Rempe

Introduction Free integrated add-in for Visual Studio.NET Develop on Windows using Oracle Database 10g, 9i, or 8i on any platform

Feature Overview Oracle Explorer Designers and Wizards Automatic Code Generation Oracle Data Window Oracle Query Window

Oracle Explorer Tree control View oracle schema objects Starting point for most other functionality View, alter, create schema objects View, alter, create schema objects Auto generate code Auto generate code View and edit Oracle data View and edit Oracle data Run stored procedures and functions Run stored procedures and functions

Designers and Wizards Table Designer View Designer Stored Procedure/Function Wizard Package Wizards Sequence Designers Synonym Designer Trigger Designer Data Adapter Wizard

Table Designer

Automatic Code Generation Drag and drop a schema object from Oracle Explorer Generated code uses OracleDataAdapter class (ODP.NET) Generate datasets as needed

Oracle Data Window

Oracle Query Window Execute “ad hoc” SQL Drag and drop objects from Oracle Explorer to generate SQL Result of select statements in grid or text format Execute multiple statements in a row

References “Building.NET Applications Using Oracle Developer Tools For Visual Studio.NET.” “Building.NET Applications Using Oracle Developer Tools For Visual Studio.NET.” “Oracle Data Provider for.NET Documentation.” “Oracle Data Provider for.NET Documentation.”

? Questions ?