Re: Row count
Hi Ben, The below views from SYS schema should give you enough information. M_CS_TABLES - this gives information about the list of tables in each schema, it's size in memory, record count etc. COLUMNS...
View ArticleSQL Analytic Privilege - Insufficient privilege
Hi Folks, Need your help on the issue we are facing. We have created a calculation view on just one table, activated and able to see the data preview successfully. Now we have changed the Analytic...
View ArticleRe: SQL Analytic Privilege - Insufficient privilege
Hi Venkat, If I am understanding correctly you have chosen to apply SQL Analytic Privilege to the new calculation view you created. At this point, a user would need an actual analytic privilege...
View ArticleRe: Row count
Hi Ben, You can get all the info on tables / column views from the below system tables : M_CS_ALL_COLUMNS - Runtime information of all columns of column tables, inclusive internal onesM_CS_COLUMNS -...
View ArticleRe: SQL Analytic Privilege - Insufficient privilege
Hi Venkat, Which version of HANA are you using ? From SP10 we have a new AP which was introduced i.e SQL Analytic privilege.. While creating your AP we can choose between Classical AP & SQL AP.. In...
View ArticleDB refresh in Tenant DB
Dear Experts , We would like to refresh our database from Production to Quality ,both are running in tenant DB in HANA. Concerns is production appliance running with two tenant DBs and Non Production...
View ArticleMerge Operation
Hi , How a merge operation work in HANA database? I read in SCN (The Delta Merge Operation - SAP HANA Administration Guide - SAP Library) but it was very confusing. Thank you,Praveen
View ArticleRe: Merge Operation
See SAP Note 2057046 for typical questions about the delta merge. If something more isn't clear, please let me know.
View ArticleAnalyze data as HANA developer
Hi Folks, Let me introduce first, I'm Ashok, currently working as a software engineer and I'm in the dawn of my career. I'm pretty much interested to learn DATA analytics and equally interested in SAP...
View ArticleRe: DB refresh in Tenant DB
Hello Balamurugan, Yes, you can recovery one tenant DB with affecting others. Please check the database recovery part of HANA administration guide and slide...
View ArticleEnable hana search on existing table using CDS
Hi, we have an exiting table in hana database created via SE11 workbench. now we have to enable free text search for this table. when i check the CDS documents, i can see options to enable search...
View ArticleRe: Streaming algorithms in HANA?
There's no way in SQL to do just that in a 'streaming' fashion.However, for this specific case you might want to look into the option to proof that TOP 10 ( val_a) X TOP 10 (val_b) = TOP 10 (val_a x...
View Articlecom.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [339]:...
At this I'm looking for a general idea about what kinds of things can cause this error - com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [339]: invalid number: [6930] attribute value...
View ArticleProcedure syntax passing variables
Hello, The procedure below is not working and I don't understand why.Can someone help me please ? when I call the procedure I'll get the message transaction rolled back by an internal error: wrong...
View ArticleRe: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [339]:...
How about showing us your code then?Sounds like it's doing something that standard JDBC code doesn't...
View ArticleKnown issues in each revision for SAP HANA
Hi Team, Do we have any SAP note or something which gives information about what are the know issues in each revision of SAP HANA. Recently we have upgraded to revision 97 and joins in calculation...
View ArticleRe: Known issues in each revision for SAP HANA
Hi Venkat, Yes we do have documentation for the list of issues addressed in each maintenance revisionPlease find the SAP notes for the respective maintenance revision SPS09...
View ArticleRe: SQL for listing top tables in a particular node
Hi martin, Thanks so much for the help on this, I will test the sql query for the row store as well.
View ArticleRe: Table movement incorrect syntax
Hi Dermot, Thanks a ton, yes true the issue was due to incorrect syntax.
View ArticleHow to check HANA system is up or not
Hi Experts, Please guide me,how can I check my HDB is started or not. Here is the logIf my server is started, then how can I connect to it with HANA Studio.Please guide me. -RegardsRohit
View Article