HP Nonstop ODBC Server Reference Manual

Total Page:16

File Type:pdf, Size:1020Kb

HP Nonstop ODBC Server Reference Manual HP NonStop ODBC Server Reference Manual Abstract This manual describes the HP NonStop™ ODBC Server, a product that allows applications written for the Microsoft ODBC interface, Microsoft SQL Server interface, and Sybase SQL Server interface to access an HP NonStop SQL/MP database. This manual describes the NonStop ODBC Server hardware and software requirements, architecture, the CORE SQL language, the Transact-SQL language, stored procedures, pass-through mode, customized NonStop SQL/MP catalogs, and mapping tables. Product Version NonStop ODBC Server 2.0 Supported Release Version Updates (RVUs) This manual supports D32.00 and all subsequent D-series RVUs, and G01.00 and all subsequent G-series RVUs, until otherwise indicated in a new edition. Part Number Published 429151-002 September 2003 Document History Part Number Product Version Published 138789 NonStop ODBC Server 2.0 April 1998 424092-001 NonStop ODBC Server 2.0 September 1999 426087-001 NonStop ODBC Server 2.0 May 2000 429151-001 NonStop ODBC Server 2.0 January 2001 429151-002 NonStop ODBC Server 2.0 September 2003 HP NonStop ODBC Server Reference Manual Glossary Index Examples Figures Tables What’s New in This Manual xix Manual Information xix New and Changed Information xix About This Manual xxi Audience xxi Organization of This Manual xxi Related Manuals xxiii Notation Conventions xxv 1. Introduction Purpose of the NonStop ODBC Server 1-1 Application Interface 1-2 ODBC Interface 1-2 DB-LIBRARY Interface 1-3 How the NonStop ODBC Server Works 1-4 Users of the NonStop ODBC Server 1-5 Hardware and Software Requirements 1-5 NonStop Server Requirements 1-5 DOS/Windows Workstation Requirements 1-6 UNIX Workstation Requirements 1-7 SQL Language Support 1-7 Supported and Unsupported ODBC Features 1-7 Supported and Unsupported SQL Server Features 1-9 2. Architecture Overview Background 2-3 Client/Server Applications 2-3 SQL Gateways 2-4 Client-Side View 2-5 Types of Clients 2-6 Databases and Datasources 2-7 Connections 2-11 Hewlett-Packard Company—429151-002 i Contents 2. Architecture Overview (continued) 2. Architecture Overview (continued) Server-Side View 2-13 Major Components 2-13 Message Flows 2-16 NonStop ODBC Server Objects and Relationships 2-19 Name Mapping 2-22 NonStop ODBC Server Catalogs 2-22 NonStop ODBC Server 2-27 SQL Communication Subsystem 2-30 NOSUTIL 2-37 NonStop SQL/MP Execution 2-40 Stored Procedure Execution 2-42 3. CORE SQL Language NonStop ODBC Server Translation 3-1 Unsupported ODBC Features 3-2 Language Elements 3-2 Names 3-3 Data Types 3-8 Escape Clauses 3-11 Functions 3-14 String Functions 3-21 Search Conditions 3-24 Expressions and Operators 3-25 Aggregates 3-27 Wild-Card Characters 3-28 CASE Expression 3-29 CORE SQL Statements 3-31 ALTER TABLE 3-33 Example 3-34 Adding Multiple Columns 3-34 CORE SQL Compared With NonStop SQL/MP 3-34 CALL 3-35 Example 3-36 CORE SQL Compared With NonStop SQL/MP 3-36 CREATE INDEX 3-37 Examples 3-37 CORE SQL Compared With NonStop SQL/MP 3-38 CREATE TABLE 3-39 HP NonStop ODBC Server Reference Manual—429151-002 ii Contents 3. CORE SQL Language (continued) 3. CORE SQL Language (continued) Examples 3-41 File Attributes and Security Considerations 3-41 Creation of Partitioned Tables 3-42 CORE SQL Compared With NonStop SQL/MP 3-42 CREATE VIEW 3-43 Examples 3-44 Shorthand Views and Protection Views 3-44 CORE SQL Compared With NonStop SQL/MP 3-45 DELETE 3-45 Positioned DELETE 3-45 Searched DELETE 3-46 Examples 3-47 CORE SQL Compared With NonStop SQL/MP 3-47 DROP INDEX 3-47 Example 3-47 CORE SQL Compared With NonStop SQL/MP 3-47 DROP TABLE 3-48 Example 3-48 Dropping Dependent Views and Indexes 3-48 Dropping Partitioned Tables 3-49 CORE SQL Compared With NonStop SQL/MP 3-49 DROP VIEW 3-49 Example 3-49 Dropping Dependent Views and Indexes 3-50 CORE SQL Compared With NonStop SQL/MP 3-50 GRANT 3-50 INSERT 3-51 Example 3-52 CORE SQL Compared With NonStop SQL/MP 3-52 POWER 3-53 Example 3-53 REVOKE 3-53 SELECT 3-54 Standard SELECT 3-54 Examples 3-55 SELECT for Update 3-59 CORE SQL Compared With NonStop SQL/MP 3-59 UPDATE 3-61 HP NonStop ODBC Server Reference Manual—429151-002 iii Contents 3. CORE SQL Language (continued) 3. CORE SQL Language (continued) Positioned UPDATE 3-61 Searched UPDATE 3-62 Example 3-63 CORE SQL Compared With NonStop SQL/MP 3-63 4. Transact-SQL Language NonStop ODBC Server Translation 4-1 Using Transact-SQL Through the NonStop ODBC Server 4-2 Unsupported Features 4-3 Mapping of Table, View, and Index Names 4-3 DDL Statements Allowed in User-Defined Transactions 4-3 Specifying the Database Location 4-4 Batch Queries 4-4 Language Elements 4-5 Names 4-5 Data Types 4-12 Functions 4-17 Variables 4-26 Search Conditions 4-28 Expressions and Operators 4-29 Aggregates 4-31 Wild-Card Characters 4-33 NULL Values 4-34 Comments 4-35 Summary of Statements 4-35 Defaults, Rules, and Triggers 4-39 Miscellaneous Transact-SQL Statements 4-40 ALTER TABLE 4-42 Examples 4-42 Adding Multiple Columns 4-43 NonStop ODBC Server Compared With SQL Server 4-43 NonStop ODBC Server Compared With NonStop SQL/MP 4-44 BEGIN...END 4-44 Examples 4-44 NonStop ODBC Server Compared With SQL Server 4-45 NonStop ODBC Server Compared With NonStop SQL/MP 4-45 BEGIN TRANSACTION 4-45 Examples 4-45 HP NonStop ODBC Server Reference Manual—429151-002 iv Contents 4. Transact-SQL Language (continued) 4. Transact-SQL Language (continued) NonStop ODBC Server Compared With SQL Server 4-46 NonStop ODBC Server Compared With NonStop SQL/MP 4-46 COMMIT TRANSACTION 4-46 Examples 4-47 NonStop ODBC Server Compared With SQL Server 4-47 NonStop ODBC Server Compared With NonStop SQL/MP 4-48 CREATE DATABASE 4-48 Examples 4-49 NonStop ODBC Server Compared With SQL Server 4-49 NonStop ODBC Server Compared With NonStop SQL/MP 4-50 CREATE INDEX 4-51 Examples 4-52 NonStop ODBC Server Compared With SQL Server 4-52 NonStop ODBC Server Compared With NonStop SQL/MP 4-53 CREATE TABLE 4-54 Examples 4-55 NonStop ODBC Server Compared With SQL Server 4-56 NonStop ODBC Server Compared With NonStop SQL/MP 4-57 CREATE VIEW 4-58 Examples 4-59 NonStop ODBC Server Compared With SQL Server 4-59 NonStop ODBC Server Compared With NonStop SQL/MP 4-61 DECLARE 4-61 Examples 4-62 NonStop ODBC Server Compared With SQL Server 4-62 NonStop ODBC Server Compared With NonStop SQL/MP 4-62 DELETE 4-63 Examples 4-63 NonStop ODBC Server Compared With SQL Server 4-64 NonStop ODBC Server Compared With NonStop SQL/MP 4-64 DROP DATABASE 4-65 Examples 4-65 How the NonStop ODBC Server Drops Database Objects 4-65 NonStop ODBC Server Compared With SQL Server 4-66 NonStop ODBC Server Compared With NonStop SQL/MP 4-66 DROP INDEX 4-67 Examples 4-67 Dropping Multiple Indexes 4-67 HP NonStop ODBC Server Reference Manual—429151-002 v Contents 4. Transact-SQL Language (continued) 4. Transact-SQL Language (continued) NonStop ODBC Server Compared With SQL Server 4-68 NonStop ODBC Server Compared With NonStop SQL/MP 4-68 DROP TABLE 4-69 Examples 4-69 Dropping Multiple Tables 4-69 Dropping Dependent Views and Indexes 4-69 Dropping Partitioned Tables 4-70 NonStop ODBC Server Compared With SQL Server 4-70 NonStop ODBC Server Compared With NonStop SQL/MP 4-71 DROP VIEW 4-71 Examples 4-72 Dropping Dependent Views and Indexes 4-72 NonStop ODBC Server Compared With SQL Server 4-72 NonStop ODBC Server Compared With NonStop SQL/MP 4-73 EXECUTE 4-74 Example 4-76 NonStop ODBC Server Compared With SQL Server 4-76 NonStop ODBC Server Compared With NonStop SQL/MP 4-76 INSERT 4-76 Examples 4-77 NonStop ODBC Server Compared With SQL Server 4-78 NonStop ODBC Server Compared With NonStop SQL/MP 4-78 PRINT 4-79 Examples 4-79 NonStop ODBC Server Compared With SQL Server 4-79 NonStop ODBC Server Compared With NonStop SQL/MP 4-79 ROLLBACK TRANSACTION 4-79 Example 4-80 NonStop ODBC Server Compared With SQL Server 4-81 NonStop ODBC Server Compared With NonStop SQL/MP 4-81 SAVE TRANSACTION 4-81 Examples 4-81 SELECT 4-82 Examples 4-84 ALL/DISTINCT Clause 4-85 INTO Clause 4-86 FROM Clause 4-86 WHERE Clause 4-87 HP NonStop ODBC Server Reference Manual—429151-002 vi Contents 4. Transact-SQL Language (continued) 4. Transact-SQL Language (continued) GROUP BY Clause 4-87 HAVING Clause 4-88 ORDER BY Clause 4-88 COMPUTE BY Clause 4-89 FOR BROWSE Clause 4-89 NonStop ODBC Server Compared With SQL Server 4-89 NonStop ODBC Server Compared With NonStop SQL/MP 4-90 SET 4-92 Examples 4-94 NonStop ODBC Server Compared With SQL Server 4-94 NonStop ODBC Server Compared With NonStop SQL/MP 4-94 TRUNCATE TABLE 4-95 Examples 4-95 NonStop ODBC Server Compared With SQL Server 4-95 NonStop ODBC Server Compared With NonStop SQL/MP 4-95 UPDATE 4-96 Examples 4-97 NonStop ODBC Server Compared With SQL Server 4-97 NonStop ODBC Server Compared With NonStop SQL/MP 4-98 UPDATE STATISTICS 4-98 Examples 4-98 NonStop ODBC Server Compared With SQL Server 4-99 NonStop ODBC Server Compared With NonStop SQL/MP 4-99 USE 4-99 Examples 4-99 NonStop ODBC Server Compared With SQL Server 4-100 NonStop ODBC Server Compared With NonStop SQL/MP 4-100 5.
Recommended publications
  • Ebook - Informations About Operating Systems Version: August 15, 2006 | Download
    eBook - Informations about Operating Systems Version: August 15, 2006 | Download: www.operating-system.org AIX Internet: AIX AmigaOS Internet: AmigaOS AtheOS Internet: AtheOS BeIA Internet: BeIA BeOS Internet: BeOS BSDi Internet: BSDi CP/M Internet: CP/M Darwin Internet: Darwin EPOC Internet: EPOC FreeBSD Internet: FreeBSD HP-UX Internet: HP-UX Hurd Internet: Hurd Inferno Internet: Inferno IRIX Internet: IRIX JavaOS Internet: JavaOS LFS Internet: LFS Linspire Internet: Linspire Linux Internet: Linux MacOS Internet: MacOS Minix Internet: Minix MorphOS Internet: MorphOS MS-DOS Internet: MS-DOS MVS Internet: MVS NetBSD Internet: NetBSD NetWare Internet: NetWare Newdeal Internet: Newdeal NEXTSTEP Internet: NEXTSTEP OpenBSD Internet: OpenBSD OS/2 Internet: OS/2 Further operating systems Internet: Further operating systems PalmOS Internet: PalmOS Plan9 Internet: Plan9 QNX Internet: QNX RiscOS Internet: RiscOS Solaris Internet: Solaris SuSE Linux Internet: SuSE Linux Unicos Internet: Unicos Unix Internet: Unix Unixware Internet: Unixware Windows 2000 Internet: Windows 2000 Windows 3.11 Internet: Windows 3.11 Windows 95 Internet: Windows 95 Windows 98 Internet: Windows 98 Windows CE Internet: Windows CE Windows Family Internet: Windows Family Windows ME Internet: Windows ME Seite 1 von 138 eBook - Informations about Operating Systems Version: August 15, 2006 | Download: www.operating-system.org Windows NT 3.1 Internet: Windows NT 3.1 Windows NT 4.0 Internet: Windows NT 4.0 Windows Server 2003 Internet: Windows Server 2003 Windows Vista Internet: Windows Vista Windows XP Internet: Windows XP Apple - Company Internet: Apple - Company AT&T - Company Internet: AT&T - Company Be Inc. - Company Internet: Be Inc. - Company BSD Family Internet: BSD Family Cray Inc.
    [Show full text]
  • Compaq Computer:Computer
    COMPAQCOMPAQ COMPUTER:COMPUTER: INFORMATIONINFORMATION TECHNOLOGYTECHNOLOGY CENTER FOR RESEARCH IN A COMPANY IN TRANSITION ON INFORMATION TECHNOLOGY AND ORGANIZATIONS AUTHORS: University of California, Irvine Jason Dedrick 3200 Berkeley Place Kenneth L. Kraemer Irvine, California 92697-4650 Center for Research on Information Technology and Organizations University of California, Irvine SEPTEMBER 1999 Copyright ã1999. J. Dedrick & K. Kraemer Acknowledgement: This research has been supported by grants from the CISE/IIS/CSS Division of the U.S. National Science Foundation and the NSF Industry/University Cooperative Research Center (CISE/EEC) to the Center for Research on Information Technology and Organizations (CRITO) at the University of California, Irvine. Industry sponsors include: ATL Products, the Boeing Company, Bristol-Myers Squibb, Canon Information Systems, IBM, Nortel Networks, Rockwell International, Microsoft, Seagate Technology, Sun Microsystems, and Systems Management Specialists (SMS). Abstract Compaq Computer, based in Houston, Texas, is the world’s largest personal computer manufacturer and the fourth largest information technology (IT) company. From 1992-1997, the company’s aggressive high volume PC strategy propelled it to high growth rates in revenues, while its leadership in PC servers sustained strong margins and drove profit growth. Starting in 1995, former CEO Eckhard Pfieffer began to transform Compaq from a pure PC company to a full-service IT company that could compete with the likes of IBM and Hewlett- Packard. The key strategic moves were the acquisitions of Tandem Computer and Digital Equipment Corporation in 1997 and 1998, giving Compaq a diverse line of technologies and service capabilities. Compaq stumbled badly in 1998 as it faced new challenges in the PC market and tried to assimilate Tandem and Digital.
    [Show full text]
  • Open Issues in Parallel Query Optimization
    Open Issues in Parallel Query Optimization WAQAR HASAN" DANIELA FLORESCU PATRICK VALDURIEZ Hewlett-Packard Labs, USA INRIA, France INRIA, France hasan @ cs.stanford.edu Daniela.Florescu @ inria.fr Patrick. Valduriez @ inria.fr Abstract We provide an overview of query processing in paral- communication over a network was prohibitively expen- lel database systems and discuss several open issues sive and computer equipment was not cheap enough to in the optimization of queries for parallel machines. be thrown at parallel processing. Most work [27] focused on minimizing work (total resource consumption) rather 1 Introduction than response time. Response time was considered [2] Parallel database systems combine data management only for execution spaces that allowed independent par- and parallel processing techniques to provide high- allelism but did not allow pipelined or partitioned paral- performance, high-availability and scalability for data- lelism. The latter two forms of parallelism have also not intensive applications [10, 35]. By exploiting parallel been addressed in classical scheduling theory. computers, they provide performance at a cheaper price In this paper, we describe some open issues in par- than traditional mainframe solutions. Further, they are allel query optimization and propose some directions of the solution of choice for high transaction throughput in research. We first provide a brief overview of parallel OLTP systems as well as low response times in decision- architectures (Section 2), and of parallel query execu- support systems. Finally, parallel databases are the only tion (Section 3) and optimization (Section 4). Section 5 viable solution for very large databases. introduces the new issues and Section 6 concludes.
    [Show full text]
  • Concepts and Facilities for HP Nonstop Systems U4147S
    HP Education Services course data sheet Concepts and facilities for HP NonStop systems U4147S Course Overview This course is an extensive introduction to HP NonStop servers and to the system software that makes them reliable, scalable, open, and fast. It also covers NonStop server application, database, networking, security, and operations environment topics and is the foundation and prerequisite for most other NonStop courses. The four-day course is 60 percent lecture and 40 percent hands-on labs using HP servers. Audience Application designers and developers Price USD $2,800 System managers and network managers Data communications programmers Links to local US/Canada schedules, Technical support personnel Mexico/Latin America pricing and registration Brazil Concepts and facilities for Prerequisites Course title HP NonStop systems Knowledge of basic computer and IT concepts HP course # U4147S Category Non Stop Benefits to you Duration 4 days Build your NonStop operating system knowledge to effectively utilize your NonStop system Increase your productivity by gaining experience with the Open System Services (POSIX-based) and Guardian interfaces Prepare for additional education in NonStop operations management and application development Course objectives Understand the unique capabilities of HP NonStop servers Discuss the hardware and software architecture of Integrity NonStop servers and Integrity NonStop BladeSystem servers and understand how availability, data integrity, high performance, and flexibility are assured U4147S Learn the concepts and facilities for application development and management, database and system management, networking, and security Learn how to use the full capabilities of your system through hands-on lab exercises Next Steps Consider attending any of the beginning operations management, database, or programming courses in the HP NonStop Operations Management and/ or Application Development (Guardian) curricula.
    [Show full text]
  • Parallel Database Systems: the Future of High Performance Database Processing1
    Parallel Database Systems: The Future of High Performance Database Processing1 David J. DeWitt2 Jim Gray Computer Sciences Department San Francisco Systems Center University of Wisconsin Digital Equipment Corporation 1210 W. Dayton St. 455 Market St. 7’th floor Madison, WI. 53706 San Francisco, CA. 94105-2403 dewitt @ cs.wisc.edu Gray @ SFbay.enet.dec.com January 1992 Abstract: Parallel database machine architectures have evolved from the use of exotic hardware to a software parallel dataflow architecture based on conventional shared-nothing hardware. These new designs provide impressive speedup and scaleup when processing relational database queries. This paper reviews the techniques used by such systems, and surveys current commercial and research systems. 1. Introduction Highly parallel database systems are beginning to displace traditional mainframe computers for the largest database and transaction processing tasks. The success of these systems refutes a 1983 paper predicting the demise of database machines [BORA83]. Ten years ago the future of highly-parallel database machines seemed gloomy, even to their staunchest advocates. Most database machine research had focused on specialized, often trendy, hardware such as CCD memories, bubble memories, head-per-track disks, and optical disks. None of these technologies fulfilled their promises; so there was a sense that conventional cpus, electronic RAM, and moving-head magnetic disks would dominate the scene for many years to come. At that time, disk throughput was predicted to double while processor speeds were predicted to increase by much larger factors. Consequently, critics predicted that multi-processor systems would soon be I/O limited unless a solution to the I/O bottleneck were found.
    [Show full text]
  • The Dawn of Fault-Tolerant Computing Building an Integrated Data Management Strategy
    Tuning NonStop SQL Queries to Improve Application Performance The Dawn of Fault-Tolerant Computing Building an Integrated Data Management Strategy May – June 2016 { Volume 37, No. 3 } XYPRO XDP 2016.pdf 1 3/3/2016 2:06:01 PM XYGATE ® Data Protection All the benefits of HPE SecureData™ No application changes Simplicity Secure Stateless Tokenization Format Preserving Encryption Page Integrated Encryption Standards Based AES C Stateless Key Management M Y CM MY CY CMY K Learn more at Now available from xypro.com/XDP Protect your Data at rest and in transit ©2016 XYPRO Technology Corporation. All rights reserved. Brands mentioned are trademarks of their respective companies Looking forward to seeing you Table of Contents 16 24 Toward Precision Healthcare Policy Based Data Management 16 24 Crosses All Platforms, Includes All Justin Simonds Storage Technologies 18 Tuning NonStop SQL Queries to Glenn Garahan Improve Application Performance 28 Native Tables in NonStop SQL/MX John Furlong Part 2 Frans Jongma 22 32 Keep your hands away from the The Dawn of Fault-Tolerant 22 controls and nobody will get hurt! 32 Computing Richard Buckle Dr. Bill Highleyman Columns... 05 A Note from Connect Leadership 12 NonStop Innovations Deep Dive Rob Lesan Striim and the Future of Streaming Data and Analytics 07 News from HPE's NonStop Gabrielle Guerrera Enterprise Division Karen Copeland 36 Back for More... Richard Buckle 10 ADVOCACY Let Your Voice Be Heard Via the New Connect Website Dr. Bill Highleyman www.connect-community.org 3 The OmniPayments 50%-Less Guarantee Unlike other switch providers, who base your costs on transaction volume, OmniPayments sells you a one-time, perpetual software license.
    [Show full text]
  • A Data Center That Serves Your Critical Missions Engage Efficiency to Ensure That Your Data Is Secure and Working in Tandem with New Technology
    A Data Center that Serves Your Critical Missions Engage efficiency to ensure that your data is secure and working in tandem with new technology Old Technology. Retiring Engineers. For decades, your trusted engineers have held your legacy systems together with the technological equivalent of duct tape and bailing wire. But now they’re starting to retire. To keep your organization moving forward, your hardware and software systems must employ the latest technologies. But perhaps even more important, those technologies must be based on the skillsets possessed by the new generation of engineers. It has never been efficient or cost-effective to prolong the life of your obsolete data center. The right time to make changes for the future is now. Make a strategic move toward seamless, innovative, and secure technology to maintain data integrity in the 21st century. No Time Like the Present… • Increase Efficiency: Major advances in both hardware and software will enable you to continue using your legacy data and systems within a fully modern environment. • Migrate Archaic Software: Repackage your old but critical software so the new hardware can supercharge its performance. • Let Someone Else do the Work: Use the cloud to relieve space constraints, save money, simplify maintenance, and access the latest gear. High Performance Computing Containerization Cloud Computing (HPC) Containerizing your legacy With a FedRAMP-certified HPE Today’s HPC solutions let even software dramatically improves ProLiant cloud solution, all modestly sized organizations system performance and firmware is certified and updated benefit from the latest Big Data, security while freeing you up automatically, relieving your AI, and Data Center advances.
    [Show full text]
  • Research Note: Nonstop TCO Comparison
    Research Note: NonStop TCO Comparison Research Note NonStop offers the lowest TCO in its class for complex mission-critical applications Richard Buckle Founder and CEO Pyalla Technologies, LLC May 2nd, 2012 May 2nd, 2012 Research Note Page 1 Research Note: NonStop TCO Comparison About the Author Richard Buckle is the founder and CEO of Pyalla Technologies, LLC. He has enjoyed a long association with the Information Technology (IT) industry as a user, vendor, and more recently, as an industry commentator. Richard has over 25 years of experience with HP’s NonStop platform, including eight years working at Tandem Computers followed by just as many years at InSession Inc. and ACI Worldwide. Well known to the user communities of HP and IBM, Richard served as a Director of ITUG (2000-2006), as its Chairman (2004-2005), and as the Director of Marketing of the IBM user group, SHARE, (2007-2008). Richard provides industry commentary and opinions through his community blog and you can follow him at www.itug- connection.blogspot.com, as well as through his industry association and vendor blogs, web publications and eNewsletters. May 2nd, 2012 Research Note Page 2 Research Note: NonStop TCO Comparison Abstract Over the course of the past twelve months, in the writing of opinions papers I received material from several sources about the performance and costs of HP NonStop servers. Some of this material was verbal, some arrived via email and other material was gleaned from public sources, including web sites and news releases. And even more material arrived after the opinions papers had been completed.
    [Show full text]
  • Inovação E Serviços
    News número 15 julho/setembro de 2001 Economize energia com os serviços da Compaq Financiamento para pequenas, médias e grandes empresas Michael D. Capellas, Chairman e CEO da Compaq Corp. InovaçãoInovação ee ServiçosServiços O compromisso da Compaq com o seu cliente sumário editorial Inovação e Serviços Compromisso com o cliente O compromisso da Compaq A visita do presidente mundial da Compaq ao Brasil, com o seu cliente em maio, além de motivo de orgulho para a subsidiária, 4 foi bastante produtiva. Em suas conversas com presidentes e executivos de informática de alguns de nossos clientes corporativos e também com parceiros de software e representantes de nossos canais de vendas, 10 Michael Capellas fez o que considera uma de suas prioridades: conhecer e entender as necessidades em TI Programas de dos clientes e suas expectativas em relação à companhia. financiamento É exatamente essa atitude de Capellas, de ouvir o Excelentes condições para aquisição mercado, que norteia a nossa estratégia. As decisões são de produtos e serviços Compaq tomadas visando não só atender o cliente como antecipar o que as empresas e pessoas vão precisar em seus negócios e em suas casas em um futuro próximo. Por esse motivo a Compaq está direcionando sua atuação para três áreas principais – soluções, serviços e 12 software, além de continuar investindo fortemente na criação de produtos inovadores. Dentro desse contexto, anunciamos, no final de junho, Aliada para o um acordo de cooperação com a Intel, em que transfe- rimos para ela a tecnologia de nossos processadores racionamento Alpha, fruto de mais de uma década de desenvol- Produtos e serviços que ajudam vimento, visando a convergência das arquiteturas de o cliente a poupar energia 64 bits de ambas as empresas na nova família de processadores Itanium, da Intel.
    [Show full text]
  • HP Nonstop ODBC Server Installation and Management Manual
    HP NonStop ODBC Server Installation and Management Manual Abstract This manual describes installation and configuration of the HP NonStop™ ODBC Server, a product that allows programs developed for the Microsoft ODBC or SQL Server interfaces to access an HP NonStop SQL/MP database on a HP system. The manual also describes management of the NonStop ODBC Server and its resources after installation. Product Version NonStop ODBC Server 2.0 Supported Release Version Updates (RVUs) This guide supports D32.00 and all subsequent D-series RVUs, and G01.00 and all subsequent G-series RVUs until otherwise indicated in a new edition. Part Number Published 429395-002 September 2003 Document History Part Number Product Version Published 130619 NonStop ODBC Server 2.0 November 1996 133900 NonStop ODBC Server 2.0 June 1997 136331 NonStop ODBC Server 2.0 April 1998 429395-001 NonStop ODBC Server 2.0 May 2001 429395-002 NonStop ODBC Server 2.0 September 2003 HP NonStop ODBC Server Installation and Management Manual Index Figures Tables What’s New in This Manual vii Manual Information vii New and Changed Information vii About This Manual ix Audience ix Organization of This Manual ix Related Manuals x Notation Conventions xii 1. Introduction Installation 1-1 Configuration 1-2 Management 1-2 2. Installing the NonStop ODBC Server Installation Overview 2-1 Major Steps for Installing the NonStop ODBC Server 2-2 Features Affecting Installation 2-5 Installation Versus Migration 2-5 Preparation 2-7 Understand the Application 2-7 Checking the NonStop System 2-7 Checking the PC Clients 2-7 Backing Up SQL/MP Data 2-13 When to Back Up 2-13 Backing up an Old NonStop ODBC Server System 2-13 Restoring an Old NonStop ODBC Server System 2-14 Backups for Clients 2-15 NonStop System Installation 2-15 Installation Steps 2-16 Stopping SCS or NonStop ODBC Server Processes 2-27 Installing the Client on the PC 2-27 Hewlett-Packard Company—429395-002 i Contents 2.
    [Show full text]
  • Availability Digest
    the Availability Digest www.availabilitydigest.com @availabilitydig HP NonStop for Dummies October 2014 Finally! A Dummies book for HP NonStop systems is here. Authored by Werner Alexi, Thomas Burg, and Bill Sempf and published by Wiley for comForte 21 GmbH, “HP NonStop for Dummies” is a high-level but educational view of all things that make NonStop servers nonstop. NonStop servers recover automatically from any single fault and even from multiple unrelated faults. Consequently, these self-healing systems experience uptimes measured in years. The NonStop hardware and software architectures that lead to this level of availability are described in the book, followed by the ease with which applications can be developed for such systems. The ability to integrate NonStop systems with other enterprise systems is an important attribute, and these capabilities are summarized. Finally (as in all Dummies books), a list of further references is given. This book is for those companies considering NonStop systems for their mission- critical applications, for those users new to the NonStop servers, for those responsible for managing or operating NonStop systems, and even as enjoyable reading for those expert in this technology. The book is organized into five chapters: 1. What is HP NonStop? In Chapter 1, the authors present the demands for IT systems with extraordinary availability capabilities. Many mission-critical systems require the NonStop fundamentals of data integrity, reliability, availability, and serviceability (RAS). Data integrity means that the database is always consistent and correct. A reliable system is one that will not return any result rather than return a wrong result or corrupt the database.
    [Show full text]
  • 46 Pt. HP Simplified Bold
    Welcome to San Jose! Breakout Session HP-10 HP NonStop Manageability 4:00pm Nov 4th, 2013 Karen Copeland Manager,1 © Copyright 2012 HP Hewlett WW-Packard NonStop Development Company, Product L.P. The information Managementcontained herein is subject to change without notice. Forward-looking statements This is a rolling (up to three year) roadmap and is subject to change without notice. This document contains forward looking statements regarding future operations, product development, product capabilities and availability dates. This information is subject to substantial uncertainties and is subject to change at any time without prior notification. Statements contained in this document concerning these matters only reflect Hewlett Packard's predictions and / or expectations as of the date of this document and actual results and future plans of Hewlett-Packard may differ significantly as a result of, among other things, changes in product strategy resulting from technological, internal corporate, market and other changes. This is not a commitment to deliver any material, code or functionality and should not be relied upon in making purchasing decisions. 2 © Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HP confidential information This is a rolling (up to three year) roadmap and is subject to change without notice. This Roadmap contains HP Confidential Information. If you have a valid Confidential Disclosure Agreement with HP, disclosure of the Roadmap is subject to that CDA. If not, it is subject to the following terms: for a period of 3 years after the date of disclosure, you may use the Roadmap solely for the purpose of evaluating purchase decisions from HP and use a reasonable standard of care to prevent disclosures.
    [Show full text]