Articles on Trending Technologies

Technical articles with clear explanations and examples

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 2K+ 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 252 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 336 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 266 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 949 Views

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

Read More

Disabling JDBC/ODBC access to SAP HANA system for a new user

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

When you create a new user, you need to select checkbox- Disable ODBC/JDBC access −

Read More

Adding PUBLIC role to restricted user in SAP HANA

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

It is not possible to add PUBLIC profile to a restricted user. When a restricted user is created, it doesn’t have PUBLIC profile.

Read More

Creating a Standard user in SAP HANA system using SQL

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

This can be created using following SQL query −CREATE USER TEST_122 PASSWORD Pass123$$

Read More

Viewing information in M_PASSWORD_POLICY System View in SAP HANA

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

M_PASSWORD_POLICY System View contains several lines of information about the current password policy.>Select * from M_PASSWORD_POLICY

Read More
Showing 54871–54880 of 61,299 articles
Advertisements