Re: Can i use date type 'nchar' ?
Sure you can. Basically, you could use any of the data types you find in sys,data_types. For why this and other data types are not (yet) part of the reference documentation: no clue.But as we're still...
View ArticleRe: Can i use date type 'nchar' ?
Thanks for the fast response! One thing puzzles me though: You said i can use nchar and further supplement this with another statement that says i can use every datatype thats listed in your link. But...
View ArticleRe: Round error when inserting double
to_decimal(0.3333333,10,2) did the trick instead.
View ArticleRe: Can i use date type 'nchar' ?
Not sure how you look at it, but it sure is present in the instances I've got access to (SPS 4 / 5): select type_name from data_types where type_name ='NCHAR' TYPE_NAME----------NCHAR - Lars
View ArticleVariations with HANA Sandbox and HANA Academy tutorials
Hello,I am using the 30-day Free Hana Sandbox and need some assistance.1. Can you say what is the dfiierence in version of Hana Studio deployed onthe free Sandbox and that on the HANA Academy.The...
View ArticleData extraction from ERP to HANA
By SLT replication technology of replicating data into HANA system , we directly extract data from ERP database . Does this not cause performance issue to the OLTP SAP system....?Also please help me...
View ArticleRe: Can i use date type 'nchar' ?
Many thanks!I simply was missing the forest through the trees...
View ArticleRe: HANA POC - Generating big data
Hi ganga, Started the process of developing POC in SAP HANA space. can you please guide me .please share if you have any helpful doc .email id is vasu.sap20 at gmail.com. If you have phone number...
View ArticleHow to avoid error "[2048]: column store error: search table error: [47]...
Dear experts, I do experience an error thats most likely caused by the hana system running out of memory. Could not execute 'create local temporary column table #[...] as (select [...], ...'SAP DBTech...
View ArticleRe: How to avoid error "[2048]: column store error: search table error: [47]...
Hi Tobias, Couple of suggestions: 1) Can you please try WITH the WHERE clause (reducing data) just to be sure that there is no syntax error in your code and the local temporary table is created. This...
View ArticleIndexing concepts of HANA
Hi Colleagues, Please let me know the following in HANA DB: 1.concept of bad index 2. How to perform CHECK DATA on tables 3.Bad index recreation procedure Regards,Hari Kiran
View ArticleRe: Indexing concepts of HANA
Hi Hari! What do you mean with "bad" index?What exactly do you want to do, when you do a "CHECK DATA"? (table structure consistency check? data completeness or correctness check?) If you refer to bad...
View ArticleFlat file size limitations in SAP HANA SP4
Hi Experts - Is there a limitation on file size when loading data via flat file using the import function in HANA? I need to load a 75GB .csv file with 350 columns. If anyone has loaded such volumes...
View ArticleRe: Indexing concepts of HANA
Hi Lars, Thanks for the info. Kindly let me know if HANA used for OLAP and HANA used for OLTP are one and the same or have any differences with respect to installation ,configuration and security With...
View ArticleHANA AWS instance- few queries
I have few queries about HANA instance on AWS. > How do I check which version of HANA is installed on AWS?> Everytime I stop and and start my instance HANA studio says "some services are not...
View ArticleError when activating Attribute view
Hi, I am performing steps as mentioned in following tutorial. https://images.experiencesaphana.com/modeling-data/working-hana-modeller/multi-lingual-attribute-views/ It display me error "completed with...
View ArticleHANA - AWS SP05 - When?
Hi, Any idea when SAP HANA instances on AWS would be upgraded to SP05? - Rahul Rajagopalan Nair
View ArticleRe: HANA - AWS SP05 - When?
Rahul Its already here. please refer http://scn.sap.com/docs/DOC-28294 RegardsKumar
View ArticleI am getting Host Agent error on hana installation.
I am getting the following Host Agent error on HANA installation, please help me out....
View ArticleRe: How to avoid error "[2048]: column store error: search table error: [47]...
Hi Ravi,1) tried that by adding a rather restrictive where clause --> works fine and therefore confirms my initial guess that hana is running out of memory.2) not possible for operative reasons :-(...
View Article