SAP HANA Articles

Page 32 of 58

Time taken by savepoint to perform backup in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 17-Jun-2020 650 Views

M_SAVEPOINTS view stores Current and historical savepoint statistics. There is column DURATION which tells the total time taken by savepoint.You can extract the following information from the numbers in this view −CRITICAL_PHASE_DURATION shows the period of time during which the updaters were blocked in a savepoint. Normally, this should be in the milliseconds range, except for a global savepoint for data backup, which may take longer due to global synchronization across all nodes. If the critical phase duration is too long, there is probably some problem (e.g., I/O load is too high).DURATION shows the total time taken by a savepoint. ...

Read More

Path for file based data backups in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 17-Jun-2020 372 Views

All the information is available under global.ini file which stores global configuration properties for each service in the landscape.These are the global properties most frequently used for extended storage configuration − Name Section Value Defaultbasepath_databackup persistence File path($DIR_INSTANCE)/backup/data

Read More

Difference between enforced and unenforced license in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 17-Jun-2020 1K+ Views

In SAP HANA, following permanent license type is supported −Unenforced License: When you use an unenforced license key in SAP HANA and consumption of HANA system exceeds the license amount of memory, it doesn’t effect the operation of SAP HANA database.Enforced License: When an Enforced license key is installed and consumption of HANA system exceeds the license amount of memory, HANA system gets locked. If this situation occurs, HANA system has to be restarted or a new license key should be requested and installed.

Read More

Different Aggregation functions in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 17-Jun-2020 1K+ Views

In a general scenario, it is advisable to store the table as Column store when you have to run complex OLAP queries. OLAP queries include complex calculations and different SQL aggregation functions are used in the query.Select Sum(Sales) from table_name where Column1=’ABC’; Aggregate Functions include −Sum() - returns the sum of the numeric values in a given columnMax() - returns the maximum of the numeric values in a given columnMin() - returns the minimum of the numeric values in a given columnAverage() - returns the average of the numeric values in a given columnPercent() - returns the percentage of the numeric ...

Read More

Requirements to use a text join in SAP HANA

SAP Developer
SAP Developer
Updated on 17-Jun-2020 313 Views

When you use a Text join in SAP HANA, following condition should be met −You should have Text table always on the right side in joinThere should be a Language columns definedBelow shows an example of Attribute join where Language column is used in text join −

Read More

Exporting a Delivery unit in SAP HANA using HANA Studio

John SAP
John SAP
Updated on 16-Jun-2020 645 Views

In SAP HANA system, you have to assign packages to Delivery unit. Once packages are assigned to export DU, you can see the list of DU’s by using Export option −Go to File → Export → Delivery Unit → Select the Delivery UnitYou can also select export location:Export to ServerExport to ClientThis means that a Delivery unit can be exported to HANA Server location or to a Client location as shown in the below snapshot. It also shows you list of all packages that will exported with Delivery unit you have selected from drop down list.

Read More

Port number for SAP HANA Cockpit offline administration

SAP Developer
SAP Developer
Updated on 13-Mar-2020 1K+ Views

Following perquisites should be met for accessing SAP HANA cockpit for offline administration −To access this, you need credentials of the operating system user (adm user) that was created when the system was installed.Communication port 1129: As this Port 1129 is required for communication with the SAP Host Agent in a standalone browser via HTTPS.HANA Cockpit is configured with HTTP accessWeb browser supports the SAPUI5 library sap.m.

Read More

Soft and hard stop of HANA system using HANA Studio

SAP Developer
SAP Developer
Updated on 13-Mar-2020 619 Views

To stop a HANA system, right-click the system you want to stop and choose Configuration and Monitoring → Stop System…Following options are available when you stop a system −Soft − The system is stopped after all running statements have finished or the specified timeout is reached.Hard − The system is stopped immediately. Open transactions are aborted and rolled back.

Read More

Stop and start a particular database service in SAP HANA

SAP Developer
SAP Developer
Updated on 13-Mar-2020 748 Views

Yes, you can start/stop a particular service of HANA system. To stop a service, go to Administration editor → Services tab. Right-click the service and choose the required option:

Read More

Adding a service to a tenant database

SAP Developer
SAP Developer
Updated on 13-Mar-2020 827 Views

To scale out a tenant database and/or distribute it across multiple hosts, you can add further server components, for example, an additional index server or a separate XS server. You add a service to a tenant database using the ALTER DATABASE SQL command.You do this from the system database using the following command −ALTER DATABASE ADD Following perquisites should be met to perform this task −You are logged on to the system database.You have the system privilege DATABASE ADMIN.

Read More
Showing 311–320 of 573 articles
« Prev 1 30 31 32 33 34 58 Next »
Advertisements