메뉴 건너뛰기

SAP 한국 커뮤니티

SAP HANA Platform

sapjoy 2015.03.25 14:51 조회 수 : 4630

출처 : http://help.sap.com/hana_appliance


SAP HANA Platform

Support Package Stack 09 (Last Update: March 2, 2015, Revision 93)

The SAP HANA platform is a flexible, data source-agnostic, in-memory data platform that allows customers to analyze large volumes of data in real time. As a development platform, it provides the infrastructure and tools for building high-performance applications based on SAP HANA Extended Application Services (SAP HANA XS). It is the foundation for various SAP HANA editions, like the SAP HANA Platform Edition which provides core database technology through components such as the SAP HANA database, SAP HANA studio, and SAP HANA clients, or the SAP HANA Enterprise Edition which bundles additional components for data provisioning.

As an appliance, SAP HANA combines software components from SAP optimized on proven hardware provided by SAP’s hardware partners. As an alternative to the appliance model, tailored data center integration (TDI) targets the use of hardware and other infrastructure components already existing in a customer’s landscape.

Note: The full documentation set for this and older support package stacks of the SAP HANA platform is available on SAP Service Marketplace Information published on SAP siteLogin required.

What’s New – Release Notes

What’s New in the SAP HANA Platform (Release Notes)

Information about what’s new and what’s changed since the last release

SAP HANA SPS 09 Release Note 2075266

The central SAP Note for the SAP HANA SPS 09 shipment

Installation and Upgrade Information

SAP HANA Master Guides

The SAP HANA Master Guide is the entry point for planning the installation of your SAP HANA system landscape.

The SAP HANA Master Update Guide describes how to update the SAP HANA platform and related components.

SAP HANA Server Installation and Update Guide

This guide describes how to install and update an SAP HANA system with the SAP HANA lifecycle management tools.

SAP HANA Client Installation and Update Guide

This guide describes how to install the SAP HANA database clients (for connecting applications).

SAP HANA Studio Installation and Update Guide

This guide describes how to install and update the SAP HANA studio – the SAP HANA administration and development tool.

Red Hat Enterprise Linux (RHEL) 6.5 Configuration Guide for SAP HANA

This guide describes how to install and configure Red Hat Enterprise (RHEL) 6.5 for SAP HANA.

SAP HANA Direct Extractor Connection Implementation Guide

This guide is the starting point for the technical implementation of the SAP HANA Direct Extractor Connection in the SAP HANA platform.

SAP HANA Information Composer – Installation and Configuration Guide

This guide describes how to install and configure the SAP HANA Information Composer, which allows business users to import and manipulate data and create Information Views.

Security Information

SAP HANA Security Guide

This guide describes how to ensure the security of the SAP HANA platform and its components.

System Administration and Maintenance Information

SAP HANA Technical Operations Manual

This guide is the entry point for administering and operating your SAP HANA system landscape.

SAP HANA Administration Guides

The SAP HANA Administration Guide describes all administrative tasks related to SAP HANA that system administrators perform regularly and on demand using SAP HANA administration tools – SAP HANA studio, SAP HANA cockpit, SAP HANA lifecycle management, SAP HANA XS Administration, and SAP HANA HDBSQL.

The SAP DB Control Center Guide explains how to use SAP DCC for aggregate monitoring and management, including starting and stopping managed systems and performing enterprise-wide health and alert monitoring for database products and their cockpits.

The online help for DBACockpit for SAP HANA in NetWeaver explains how to use DBA Cockpit to configure, manage and monitor SAP systems and their databases.

SAP HANA Troubleshooting and Performance Analysis Guide

This guide describes what steps you can take to troubleshoot and resolve specific performance issues of your SAP HANA database and what you can do to enhance the performance in general.

Modeling Information

SAP HANA Modeling Guide

This guide explains how to create information models based on data that can be used for analytical purposes using the SAP HANA modeler. It includes graphical data modeling tools that allow you to create and edit data models and stored procedures.

Development Information

SAP HANA Developer Information Map

Use this information map as the central entry point for the SAP HANA developer information. It helps you to navigate the SAP HANA developer documentation by guide and reference, developer task and developer scenario.

SAP HANA Developer Quick Start Guide

This guide contains a selection of tutorials which are designed to show you how to build applications using SAP HANA. Amongst other things, you will learn how to build data-persistence models, how to write procedures, and how to build application logic in SAP HANA Extended Application Services (SAP HANA XS).

SAP HANA Developer Guide

This guide explains how to build applications using SAP HANA, including how to model data, how to write procedures, and how to build application logic in SAP HANA Extended Application Services (SAP HANA XS).

SAP HANA Series Data Developer Guide

This guide describes how to use series data SQL statements to detect and forecast trends in a series.

SAP HANA Interactive Education (SHINE)

This guide describes SAP HANA Interactive Education, or SHINE, which is a demo application that makes it easy to learn how to build native SAP HANA applications.

SAPUI5 Developer Guide for SAP HANA

This guide describes how to develop SAPUI5 applications based on SAP HANA. SAP UI5 is a user interface technology that is used to build and adapt client applications.

Reference Information

SAP HANA SQL and SQLScript References

The SAP HANA SQL Reference describes all SQL data types, predicates, operators, expressions, functions, statements, and error codes. The SAP HANA System Views Reference describes all system views, which allow you to query for various information about the system state using SQL commands.

The SAP HANA SQLScript Reference describes how to use the SQL extension SAP HANA SQLScript to embed data-intensive application logic into SAP HANA.

The SAP HANA SQL Command Network Protocol Reference describes the SQL command network protocol that is used by SAP HANA clients to communicate with SAP HANA.

SAP HANA XS JavaScript References

The SAP HANA XS JavaScript Reference explains how to use server-side JavaScript (XSJS) to build applications that run in SAP HANA Extended Application Services (SAP HANA XS). The XSJS applications define the business logic required to serve client requests for data via HTTP, for example, for data created and exposed by the database developer.

The SAP HANA XS JavaScript API Reference describes server-side JavaScript code running inside SAP HANA Extended Application Services (SAP HANA XS) with access to request processing-related data and operations.

The SAP HANA XSUnit JavaScript API Reference describes the SAP HANA XSUnit JavaScript API, which is a collection of tools and examples enabling automated testing of SAP HANA XS Application content as well as database content.

The SAP HANA XS DB Utilities JavaScript API Reference describes the SAP HANA XS JavaScript API for both SAP HANA XS Data Services (XSDS) and SAP XS Procedure. XSDS comprises a native JavaScript CDS client and query builder which enables the consumption of SAP-HANA-based records as native JavaScript objects; XS Procedure enables you to call stored procedures in SAP HANA from XS server-side Javascript (XSJS) and process the results of the calls in JavaScript.

SAP HANA Core Data Services (CDS) Reference

This guide explains how to use Core Data Services (CDS) to build design-time data-persistence models in SAP HANA Extended Application Services (SAP HANA XS). The data-persistence model is used to define the data to expose in response to client requests via HTTP, for example, from an SAPUI5-based application.

SAP HANA HDBTable Syntax Reference

This guide explains how to use the HDB table syntax to build design-time data-persistence models in SAP HANA Extended Application Services (SAP HANA XS). The data-persistence model is used to define the data to expose in response to client requests via HTTP, for example, from an SAPUI5-based application.

SAP HANA REST API Reference

This guide describes the REST API for SAP HANA, which is based on and extends the Orion server and client APIs.

SAP HANA Data Provider for Microsoft ADO.NET Reference

This guide describes how to use the data provider to write programs in any Microsoft .NET supported language and access data from SAP HANA database servers. It lists the classes, methods, and properties that you can use to access and manipulate data.

End-User Information

The following end-user clients can be used for analyzing data that has been computed by SAP HANA.

For more information about SAP BusinessObjects BI Clients and End User Guides, see SAP BusinessObjects Business Intelligence (BI).

Documentation Download

Documentation Download

Complete SPS 09 documentation set as download

Additional Information

Product Availability Matrix

Information about SAP HANA supported software and hardware platforms

SAP HANA Web Site

Find out about the latest news updates, upcoming events, exclusive VIP access, and learn more about SAP HANA through the expertise of SAP employees, customers, and partners.

SAP HANA One Web Site

Information about SAP HANA One, the SAP HANA platform available in the cloud through Amazon Web Services (AWS)

SAP HANA Academy

SAP HANA Academy provides free tutorial videos answering your questions on working with SAP HANA.

openSAP

openSAP is a platform for open online courses delivered by SAP. It supports you in acquiring knowledge in topics that are key to SAP.

Central Notes

A list of the central notes for this solution

Sizing

The SAP HANA Sizing Note 1514966 and the Quick Sizer for SAP HANA provides information about how to size SAP HANA. Contact your responsible SAP HANA hardware partner or SAP consultant for sizing SAP HANA.

Software Download Center on SAP Service Marketplace

The appliance model requires that the components of the SAP HANA platform and the SAP HANA database be installed by certified SAP HANA hardware partners and customers on validated hardware running a specific operating system. Any other system or content developed with such systems is not supported by SAP. For more information, please refer to the information page of the product version. Support Package Stacks (SPS) can be downloaded and applied to appliances according to agreements with the respective hardware partner.

With tailored data center integration (TDI), the customer is responsible for defining the installation and update process together with the partners.

In-Memory and SAP HANA on SCN

Additional information about SAP HANA like blogs, demos, how-to guides, best practices and collaborate about the new in-memory computing technology