SAP HANA Articles

Page 28 of 58

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

SAP Expert
SAP Expert
Updated on 21-Feb-2020 686 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 469 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 590 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 629 Views

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

Read More

Defining validity of initial password in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 21-Feb-2020 307 Views

This can be defined under Password policy → Miscellaneous

Read More

Create User SQL in SAP HANA database

SAP ABAP Expert
SAP ABAP Expert
Updated on 21-Feb-2020 3K+ Views

You can achieve this by running the below SQL query −>CREATE USER TEST password “Welcome1$$”  VALID FROM ‘2017-12-05 11:00:00’ UNTIL ‘2018-12-08 12:00:00’; CREATE USER DUMMY password “Welcome1$$”  VALID FROM NOW UNTIL FOREVER;Note that password passed in this SQL should meet password policy of SAP HANA system otherwise user creation will be failed.

Read More

Checking existing password policy of SAP HANA system

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

You can check this information under New User in SAP HANA. The below snapshot shows the New User dialog in SAP HANA Studio and the password rule that is displayed when hovering over the password field.

Read More

Setting password expire notification in SAP HANA

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

Parameter    password_expire_warning_timeDefault Value 14 (days)Parameter definitionNotification is transmitted via the database client (ODBC or JDBC) and it is up to the client application to provide this information to the user.If you enter the value 0, the user does not receive notification that his or her password is due to expire.The system also monitors when user passwords are due to expire and issues a medium priority alert. This may be useful for technical database users since password expiration results in the user being locked, which may affect application availability. It is recommended that you disable the password lifetime check of technical ...

Read More

Using database view in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 21-Feb-2020 978 Views

A view in a database is defined as Virtual table which derives its data from one or more columns of one table or multiple tables. A view can be created using tables of one or more database and is stored in database where it is created.You can find views in SAP HANA Studio under schema name −

Read More

Calling an ABAP Function Module using Python script to put data in SAP HANA

John SAP
John SAP
Updated on 17-Feb-2020 779 Views

You can refer this SAP blog how to use SAP NetWeaver library with Python.SAP Link

Read More
Showing 271–280 of 573 articles
« Prev 1 26 27 28 29 30 58 Next »
Advertisements