Getting session information in HANA
I'm coming into HANA from a mostly oracle background. Is there something like the v$sql or v$session tables in HANA? Where I can see what sessions are connected to the database and what sql is being...
View ArticleRe: Getting session information in HANA
Hi Vanda There is system view named m_active_statements. I think it is equal to what you are looking for. Thanks and regardsArun
View ArticleRe: Getting session information in HANA
This is a great start, but the STATEMENT_STRING column seems to be truncated. Is there any way to see the entire statement?
View ArticleRe: Getting session information in HANA
You might want to check the M_SQL_PLAN_CACHE view. There are some older presentations of mine still floating around here on SCN that could give you a easy start into thisUnderstanding SAP HANA...
View ArticleRe: Designer cannot open data services repository with DB2 client
Checked your client and server ( HANA driver versions and whether it is 32 or 64 bit) ? Regards,Krishna Tangudu
View ArticleRe: Designer cannot open data services repository with DB2 client
We are using DB2 client 64 bit.When we used the 32 bit, we got error from Data Services Repository Manager as the following: ""Cannot open connection to the repository. The error message from the...
View Articlehow to create an analytic view on two fact tables
Due to historical reason, my data is in two tables, and I can't change that. Now I need to create an analytic view for the data. I tried to create a view (at database level) to join the two tables...
View ArticleSAP HANA VDM Reporting vs Normal reporting
Hi Guys, I have created one campaign report (Interactive) using SAP Hana VDM and one normal campaign report (Interactive) in Web UI. Now I want to compare the performance of both. I am new to Hana so...
View ArticleRe: how to create an analytic view on two fact tables
Hi Tim, Use calculation View. Regards,Krishna Tangudu
View ArticleRe: Designer cannot open data services repository with DB2 client
our DBA told me this: db2 server has 64bit running processescorrection: we are having 4.1 sp1.
View ArticleRe: API SMTP send Mail SPS09
You can send an SMS through SMTP using an SMS gateway SMS gateway - Wikipedia, the free encyclopedia
View ArticleRe: Getting session information in HANA
The table was exactly what I needed, thanks. I will definitely add those articles and documents to my reading list. And I don't mind the book rec either, although that may be more than I need at this...
View ArticleSorted data in Hana output
Hi Team, I am trying to look for the option where i can get the output data sorted when i check the data in data preview .i can get the sorted data when i create a scripted calculation view on top of...
View ArticleRe: Not authorized error using sequence in procedure
Hi Patrik, Yes I created with my current user. Ok I will try a trace and let you know the results.Thanks,-Patrick
View ArticleRe: Sorted data in Hana output
You already know the right answer: provide an ORDER BY clause and the data will be sorted. In SQL world there exists no order without ORDER BY. The data preview doesn't provide ORDER BY per default,...
View ArticleUnable to create a CompositeProvider
Hello Experts, I'm unable to create CompositeProvider, getting below error message, Please advice. @5C@EC:2048 "column store error: fail to create scenario: [3 (for details: see indexservertrace)@35@...
View ArticleRe: Not authorized error using sequence in procedure
Hi Patrick, May be _SYS_REPO user doesn't have SELECT on SEQUENCE? Regards,Krishna Tangudu
View ArticleNeed help populating screen with table data
I am trying to populate a screen with table data. I have existing code that is doing this for other UI5 screens developed in xs using xsjs, odata, html. The existing code has the following odataservice...
View ArticleUse a function to update a column
I want to reformat a string in one column of a table, and put that new value in another column of the same table. I created a UDF, and attempt the UPDATE as so: UPDATE MYTABLE SET REFORMATTED_STRING =...
View Article