SAP HANA Articles

Page 27 of 58

Changing storage type of table in SAP HANA database

John SAP
John SAP
Updated on 21-Feb-2020 593 Views

You can also convert a Column store table to a Row store table or a Row store table to Column store table using ALTER table command.Alter table "AA_HANA11"."DEMO_HANA" column;

Read More

Development Perspective in SAP HANA Studio

Anil SAP Gupta
Anil SAP Gupta
Updated on 21-Feb-2020 725 Views

You have different ABAP and Java Perspectives to perform application development and to host applications on HANA system −ABAPABAP Connectivity and IntegrationABAP ProfilingJavaJava BrowsingJava EEJava Type HierarchyJava ScriptThese perspective can be opened by navigating to, navigate to Window option at the top → Perspective → Open Perspective → Other

Read More

SQL statement to add a table as Virtual table in SAP HANA Smart Data Access

Anil SAP Gupta
Anil SAP Gupta
Updated on 21-Feb-2020 1K+ Views

You can use following SQL statement for this −CREATE VIRTUAL TABLE ExampleCREATE VIRTUAL TABLE ABC.test_VT AT “ORCL_11G_WIN”.”NULL”.”OUTLN”.”Dept”;In this SQL statement, ABC.test_VT is Virtual table name“ORCL_11G_WIN”.”NULL”.”OUTLN”.”Dept”;- Remote location for creating Virtual table

Read More

Details maintained under Name server in SAP HANA

Anil SAP Gupta
Anil SAP Gupta
Updated on 21-Feb-2020 724 Views

In SAP HANA system architecture, Name server is used to maintain topology of SAP HANA system. It details complete information about system landscape- all hosts in distributed environment, active components and services running on each component in a distributed system environment.Topology details of SAP HANA system is maintained.Name server holds the detail of each component and services running on each host and hence reduces the re-indexing time.

Read More

Altering a database view in SAP HANA

SAP Expert
SAP Expert
Updated on 21-Feb-2020 1K+ Views

You can alter the view, then we can use the Alter View command to alter the view.ExampleAlter view View_EmpInfo  as Select Emp_Details.Id, Emp_Details.EmplName, EmpProj.Projname from Emp_Details inner join EmpProjInfo on Emp_Details.Id=EmpProjInfo.Id;We have applied ALTER command to update an existing view with name- View_EmpInfo which is applying Inner Join on two tables on Id column to create a database view.

Read More

Dropping a SAP HANA database view

SAP Expert
SAP Expert
Updated on 21-Feb-2020 1K+ Views

You can drop a view using Drop command like we drop a table. You can perform all the operations that you perform on a table on the database view.Drop view "AA_HANA11"."DEMO_TEST";

Read More

Different options under SAP HANA System Administration

SAP Expert
SAP Expert
Updated on 21-Feb-2020 206 Views

Following tabs are available under SAP HANA Administration Console −OverviewLandscapeAlertsPerformanceVolumesConfigurationSystem InformationDiagnosis FilesTrace Configuration

Read More

Different Audit trial targets in SAP HANA

SAP Expert
SAP Expert
Updated on 21-Feb-2020 269 Views

In SAP HANA system, following audit trail targets are possible −Syslog (default) − Logging system of Linux Operating System.Database Table − Internal database table, user who has Audit admin or Audit operator system privilege he can only run select operation on this table.CSV text − This type of audit trail is only used for test purpose in a non-production environment.

Read More

Different Audit level in an audit policy in SAP HANA

SAP Expert
SAP Expert
Updated on 21-Feb-2020 217 Views

In an Audit policy, you can define different audit levels in SAP HANA −EMERGENCYCRITICALALERTWARNINGINFO

Read More

Setting validity of a user in SAP HANA

SAP Expert
SAP Expert
Updated on 21-Feb-2020 865 Views

At the time of user creation, you have an option to pass Valid From and Valid Until date.

Read More
Showing 261–270 of 573 articles
« Prev 1 25 26 27 28 29 58 Next »
Advertisements