Oracle Tools for SQL Server?

Slides:



Advertisements
Similar presentations
©2011 Quest Software, Inc. All rights reserved. Steve Walch, Senior Product Manager Blog: November, 2011 Partner Training Webcast.
Advertisements

Oracle SQL Developer Data Modeler 3.0: Technical Overview March 2011.
1.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 1.
Extending JIRA Rachel Wright July 15, 2014 See slide “Notes” section for commentary and talking points.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer Tips & Tricks Jeff Smith
1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.
DIMES Planner The DIMES Project Tel Aviv University October-2010.
ORACLE Lecture 1: Oracle 11g Introduction & Installation.
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer What’s New in Version 4.1 Jeff Smith
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer For the DBA Jeff Smith
“This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 of the corporate.
CERN IT Department CH-1211 Geneva 23 Switzerland t Mariusz Piorkowski, Dr. Andrea Valassi, Sebastien Ponce, Zbigniew Baranowski, Jose Carlos.
Oracle SQL Developer Kris Rice Director - Database Tools Research.
DB2 (Express C Edition) Installation and Using a Database
Easy HTML DB. Michael Cunningham Developer/Database Administrator.
Project Implementation for COSC 5050 Distributed Database Applications Lab2.
1Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 8 Reporting from Contract.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
Oracle9 i JDeveloper for Database Developers and DBAs Brian Fry Principal Product Manager Oracle JDeveloper Oracle Corporation.
Oracle Application Express (Oracle APEX), formerly called HTML DB, is a Free rapid web application development tool for the Oracle database.
WaveMaker Visual AJAX Studio 4.0 Training Installation.
WRF Domain Wizard A tool for the WRF Preprocessing System Jeff Smith Paula McCaslin July 17, 2008.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 1 Quick Tutorial – Part 2 Open Data Web Services for Oracle BPM August, 2013 Forms.
Data Management Console Synonym Editor
CERN - IT Department CH-1211 Genève 23 Switzerland t DB Development Tools Benthic SQL Developer Application Express WLCG Service Reliability.
1 EndNote X2 Your Bibliographic Management Tool 29 September 2009 Humanities and Social Sciences Resource Teams.
ViaSQL Technical Overview. Viaserv, Inc. 2 ViaSQL Support for S/390 n Originally a VSE product n OS/390 version released in 1999 n Identical features.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
Cognos 8 BI Configuration, Administration, and Upgrade Cognos 8 BI.
CHAPTER 7 LESSON C Creating Database Reports. Lesson C Objectives  Display image data in a report  Manually create queries and data links  Create summary.
E Copyright © 2006, Oracle. All rights reserved. Using SQL Developer.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
Building New Analytics with Project Alpha. 2 What is Project Alpha? Project Alpha is a code solution “template” that provides a jump start to developing.
SQLcl: A Modern Command Line Interface to the Oracle Database
Fundamental of Databases
Integrating ArcSight with Enterprise Ticketing Systems
Data Virtualization Demoette… ODBC Clients
Data Virtualization Tutorial: Custom Functions
Effective T-SQL Solutions
Welcome: Hands-On Lab Plug in to the network.
James Blankenship September , 2016
Introduction to OBIEE:
James Blankenship March , 2017
Working in the Forms Developer Environment
W04 Connecting 3rd Party Application to ODBC
Data Virtualization Demoette… ADO.NET Client
Oracle JavaOne 2017 – Hands-On Labs (HOL) Get Started on Oracle Cloud: Java Apps with Containers and DevOps Plug in to the network Connect via WiFi. Connect.
IBM Rational Rhapsody Advanced Systems Training v7.5
Introduction to Web programming
Oracle and CERN openlab
Using SQL Developer.
What’s New in Oracle SQL Developer
BlackJack Hands-on-lab
JD Edwards Support and Oracle Cloud Infrastructure: A Successful Path to Oracle Cloud
Aqua Data Studio.
Introduction to mobile app development Module 3 – Improving your App Studio app Lance McCarthy.
Confidential – Oracle Internal/Restricted/Highly Restricted
Brief description on how to navigate within this presentation (ppt)
Embedding Graphics in Web Pages
Using JDeveloper.
8 6 MySQL Special Topics A Guide to MySQL.
Patrick Flynn | Link Group Australia
Database Applications
SQL Server 2005 Reporting Services
Oracle SQL Developer Data Modeler
Michelle Haarhues Keeping up with SSMS.
Presentation transcript:

Oracle Tools for SQL Server? Jeff Smith Jeff.d.smith@oracle.com || @thatjeffsmith Senior Principal Product Manager Database Development Tools Group To customize this slide with your own picture: Right-click the slide area and choose Format Background from the pop-up menu. From the Fill menu, click Picture and texture fill. Under Insert from: click File. Locate your new picture and click Insert. To Replace the LOGO on this sample slide: Right-click the sample LOGO and choose Change Picture. Navigate to the location where the new logo is stored, select desired logo file and click on the Open button to replace the sample logo. Oracle Confidential – Internal/Restricted/Highly Restricted

Agenda What We’re Going to Talk About Today Oracle at a SQLSaturday, What’s Up with That? Introduction to our free stuff SQL Server Support A few ‘tricks’ and things you may enjoy Questions As We Go! Improve application developers experience

Oracle SQL Developer FREE Oracle Database IDE/GUI Windows, OS X, *NIX More than 4,000,000 users worldwide Java Application (JDBC)

SQL Developer Data Modeler Included for free, also available as a separate download/program Strategy and Analysis ERD DFD Import Models Data Type Domains Logical Multidimensional Reporting Database Design Relational Star Schema Physical

A Quick Word on Java… You’ll need a JDK, not just a JRE (not the Java that runs in your browser) I recommend Java 8 Or download SQL Developer that includes the JDK – no install required

SQL Developer & SQL Server In a Nutshell SQL Server connectivity in SQL Developer is provided officially for migration projects Copy to Oracle Right Click (single objects, quick ‘n’ dirty) T-SQL -> Oracle SQL & PL/SQL Translator Wizard driven complete database migrations Object Editors are read only SQL Worksheet for Ad Hoc Queries/Scripts User Defined Reports

Connectivity Copy ntlmauth.dll to your JDK/jre/bin directory We require the jTDS driver for SQL Server & Sybase ASE OS and User/Pass Authentication Set default Database Copy ntlmauth.dll to your JDK/jre/bin directory

Connectivity – Mac? Open connections.xml file in your SQLDev Install Folder/.sqldeveloper/system* dir <StringRefAddr addrType="customUrl">    <Contents>jdbc:jtds:sqlserver://Server_FQDN:1433;instance=<instance_name>;domain=<domain_name>/</Contents> Thanks +Anthony Ballow for the tip!

Browser – Click, See Objects Immediately browse objects and see the data Non-Oracle objects are basic features only, no updates/alters

Worksheet: Best for Ad Hoc Queries

Worksheet: Hints /*sqldev:query*/ if your expecting a result set to be returned /*sqldev:stmt*/ if you are expecting nothing returned

In lieu of clicking through SQL History (F8) Some Things You May Like: SQL History In lieu of clicking through SQL History (F8)

Some Things You May Like: Formatting Query Results Add Comment Execute via F5 (Script) Comment labels match grid export formatter labels JSON, CSV, Insert, XML…

Some Things You May Like: Formatting Query Results

Get Data Out…

Reports Queries on Demand Multi-Level Exporting Prompt for Values

Report Design

Reports: Prompt for Values (use Binds)

Data Modeler RE or build from scratch Generate DDL Reporting Versioning and Change Control ‘Quick Demo’

Preferences: Default RDBMS

Design from Scratch or Start with an Existing System?

Identity Columns, Yup!

SQL Translator

Quick and Dirty – Copies Base Object and Data Only Some Migration Stuff: Copy to Oracle Quick and Dirty – Copies Base Object and Data Only

Some Migration Stuff: Formal Migration Projects Select Objects Converted to Oracle ‘model’ Refactors & translates stored procs, views, etc. Deployed to ORCL target Data is loaded

More Free Stuff From Oracle: VirtualBox Images All Free Learn Oracle Database, APEX, SQL, and more 12.1.0.2 Enterprise Edition with all options Software pre-installed and configured Demo data & hands on labs

Runs on an Oracle Linux Appliance VirtualBox Appliance Instructions

Resources OTN – SQL Developer Forums By Example Tutorials My Tips & Tricks Blog