Informatica as source system
Hi experts, Can you explain me the process , of Extraction where informatica is used as source system and HANADB as target. waiting for your reply.
View ArticleCan someone please share the real time use cases of Series Data functions
Hi, I understand the concept of series data in sap hana and I'm aware of various series data functions provided by sap hana. Can someone please explain the exact use case of these functions. For Eg: 1....
View ArticleHANA Client Library is showing 95 but it should be 97
hi we have done HANA client upgrade to Revision 97. in hana db server its showing 97 but sap application server (SAP ECC6.0) the system is still showing Revision 95. The system was restarted also...
View ArticleRe: SQL for listing top tables in a particular node
Hi Kelly, Thanks a ton for the response. SELECT /* Modification section */ '%' SCHEMA_NAME, '%' TABLE_NAME, '%' STORE,...
View ArticleRe: HANA Client Library is showing 95 but it should be 97
Hello Ashok, The version shown in application server is the client installed in AS side. Make sure that you also update HANA client in application server side with the following steps:1. Remove old...
View ArticleRe: Difference between Load and Replicate data in SLT
Hi Shakthi, Was going through some post and come across this, may be its still open so below is the difference: Load: Starts an initial load of replication data from the source system. The procedure is...
View ArticleRe: Table creation and deletion date, user ID in HANA
Good call Justin! Adding up to what Justin mentioned you could have that information in the historic data contained in table _SYS_STATISTICS.HOST_SQL_PLAN_CACHE. Exact same query Justin mentioned but...
View ArticleRe: Table creation and deletion date, user ID in HANA
I learned something here ... what is the difference between these two tables? I know SQL plan cache gets cleared out periodically, is the same true for the table you mention? I checked...
View ArticleRe: Table creation and deletion date, user ID in HANA
Thank you both my replying to my query. We do have auditing turned on and when I look into the table AUDIT_LOG all I see is information on the connection by a given user. I also looked at both the...
View ArticleRe: Table creation and deletion date, user ID in HANA
Hi Justin, This stats table will be fed with snapshot collection/update in an hourly frequency (for this table specifically). So you'll have up to 30 days worth of data. I think this has been pushed to...
View ArticleRe: HANA Client Library is showing 95 but it should be 97
Hi Ashok Have you followed the steps in the SAP_HANA_Client_Installation_Update_Guide_en.pdf available for download for all revisions from service.sap.com/hana ? Ruth
View ArticleTable movement incorrect syntax
Hi All, We have a strange issue i was trying to move the table but getting the below error always.alter table _SYS_STATISTICS.table_name move to 'hostname:3<>03' PHYSICAL * 383: invalid...
View ArticleError importing Data into table 'with schema flexibility' option
Hi I am creating a table CREATE column TABLE FLEXIBI ( X INT ) WITH SCHEMA FLEXIBILITY;and trying to import data through a csv file into the table with the following query"IMPORT FROM CSV FILE...
View ArticleRe: Table creation and deletion date, user ID in HANA
Hello Manish, The auditing information depends on your auditing policy. In other words: if you're not auditing DROP / DELETE statements then you won't see those logged on your audit logs. That's...
View ArticleRe: Table creation and deletion date, user ID in HANA
Hi Justin Molenaur , I forgot to answer the other question: yes, it is ok not to have a difference on the min(last_execution_timestamp) of m_sql_plan_cache and host_sql_plan_cache. I'd guess you tested...
View ArticleRe: SQL for listing top tables in a particular node
I have included row store and renamed the command to SQL: "HANA_Tables_DiskSize" - can you download it and check if it works fine for you?
View ArticleRe: Table movement incorrect syntax
Hi Can you try like this ALTER TABLE "_SYS_STATISTICS"."<TABLENAME>" MOVE TO '<HOST>' PHYSISAL RegardsDermot
View ArticleRow count
Hello, I need to provide the list of all tables ,no of measures , dimensions and the rowcount in tables. Is there any audit table available? Ben
View Article