Re: Privilege SELECT on P_USERS_ (SYS)
Hi Kirisetti, Try to give permission as below grant select on schema <SCHEMA> to _SYS_REPO with grant option;grant select on schema <SCHEMA> to <USER>;Regards,V Srinivasan
View ArticleRe: Privilege SELECT on P_USERS_ (SYS)
does not work: Could not execute 'grant select on schema SYS to _SYS_REPO with grant option' in 1 ms 500 µs . SAP DBTech JDBC: [258]: insufficient privilege: Not authorized Could not execute 'grant...
View ArticleRe: Privilege SELECT on P_USERS_ (SYS)
The reason for the error code you get is: SYS.P_USERS_ really is not for you.It's a private system table. You can access the data via the public view USERS. Just run SELECT <xyz> FROM users; and...
View ArticleRe: How subscribe to RHEL for SAP HANA Channel
Thanks for your answer Does that mean RHEL for SAP HANA is not available for Amazon Cloud AWS EC2 ? I contacted sap@redhat.com the 19 november for pricing, no answer for the moment... I retry this...
View ArticleRe: How subscribe to RHEL for SAP HANA Channel
Not yet on Amazon but Red Hat is working on it. Please stay tuned. I have received your previous email and was trying to connect to the local team but there was a communication glitch and I apologize...
View ArticleRe: Hana View(Created from Composite Provider) - Relational Universe (UNX)...
Hi, Hana views doesn't support BICS(Bex) connections in IDT tool. Only Relational connections(UNX) are supported for HANA views in IDT tool. I am not sure if there is any different functionalities for...
View ArticleRe: Privilege SELECT on P_USERS_ (SYS)
Ok, I realizedP.S. it is permissibleto useonly the systemprivilege CATALOG READTnx so much, Lars
View ArticleHANA log_mode for point in time restore
We had done a few tests in the area of Backup and Restore of HANA System using both the Local and Backint based backupsOne of our tests failed for a point in time restore of the HANA system that should...
View ArticleRe: HANA log_mode for point in time restore
Hi Sunil, The log_mode=normal means that the log segment must be backed up before it can be re-used. With this log backup you also create the chain of log backups that you need to perform a restore and...
View ArticleRe: HANA log_mode for point in time restore
Thank you HayYes I totally understand the usage of log_mode and we have been using log_mode=NORMAL for all our critical HANA Systems Based on my tests I have got some mixed results so I would like to...
View ArticleRe: HANA log_mode for point in time restore
Log_mode=normal is de default mode and is recommended to provide support for Point In Time recovery. So yes, you should use log_mode = normal for a PIT. With log_mode=overwrite it is not possible to do...
View ArticleRe: HANA log_mode for point in time restore
As discussed the documentation from SAP does not confirm if you need to set a specific log_mode for Point in time recoveryI have tested the point in time recovery using both log_modes and it works So I...
View ArticleRe: HANA log_mode for point in time restore
Sorry Sunil, But you are wrong. The text on the PIT recommendation is coming from the official SAP HANA Administation Guide document. (Page 423). Log mode NORMAL is recommended to provide support for...
View ArticleRe: HANA log_mode for point in time restore
I see the update in the HANA Administration guideThank you for pointing this out In my case the results are contradictory, we have been able to do a PIT using log_mode=OVERWRITE and it works fine
View ArticleRe: HANA log_mode for point in time restore
Sunil Tallapaneni wrote: In my case the results are contradictory, we have been able to do a PIT using log_mode=OVERWRITE and it works fine Here's where you miss an important point.Log mode OVERWRITE...
View ArticleRe: Start an Individual HANA service via cmd line
Hi Jonu, you can do it using below commands. sidamd>cdexe -> this will point to the exe folder.from here type the below ocmmand. >HDBindexserver in this way we can start the individual...
View ArticleConnect SAP BW datasources to Hana studio
Hi All, Currently we have datasource 0CO_OM_WBS_6 in SAP BW system for which few reports are created and these are present across the landscape. Now we need this flow in HANA studio as the client wants...
View ArticleBreaking News: With SPS09 the feature SAP HANA multitenant database...
Good Morning All, the OSS Note 1661202 - Support for multiple applications on SAP HANA has been updated. According to the Note (and obviously I cannot reproduce it here) it is now supported to use the...
View ArticleRe: Connect SAP BW datasources to Hana studio
Hi Harish, You can use SLT for real time data. Please go through: http://scn.sap.com/docs/DOC-55150 Thanks Much,Abhishek
View ArticleRe: Breaking News: With SPS09 the feature SAP HANA multitenant database...
Hi Andy I guess there's coming a lot more documentation coming up soon, so I'd recommend to hang in there. While waiting, you may like to check out the public SAP JAM page,...
View Article