Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 vireshkolagimat
		
			vireshkolagimat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
I'm reading data from oracle view and below is the connection details in edit script.
OLEDB CONNECT TO [Provider=OraOLEDB.Oracle.1;Persist Security Info=True;User ID=xxexerp;Data Source=ebs;Extended Properties=""] (XPassword is QZCTFcBPFDeKGZBOIB);
sql alter session set nls_language = 'AMERICAN';
SQL SELECT *
FROM APPS."XXEGC_QV_SALES_ORDER_V";
The view executes fine but won't get any data if i comment sql alter session set nls_language = 'AMERICAN';
Instead of writing the alter session statement in Qlikview edit script, is there any option in Qlikview where i can set this for one time.
Thank you.
Regards,
Viresh
 vireshkolagimat
		
			vireshkolagimat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, Initially i was not getting any records in SQL Developer as well. Then i did some research in net and changesd the NLS (National language support) language option in SQL developer. The query was able to fetch the records.
I used the same statement in Qlikview edit script after the connection string and i am able to get records.
Thanks
May be change your QlikView environment
SET Language = 'US-ENG' to 'AMERICAN' ..
 vireshkolagimat
		
			vireshkolagimat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, no changes.
Where do you change, can you show image?
 vireshkolagimat
		
			vireshkolagimat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, i made the changes in the main edit script window where we have other variables set.
Is that is the same https://community.qlik.com/message/1399433
Can you share DM?? Does this schema formed at least?
 vireshkolagimat
		
			vireshkolagimat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, yes it is the same post.
What is DM? sorry
can you check Ctrl + T? Does it showing anything?
 vireshkolagimat
		
			vireshkolagimat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		DM- data model?
I am trying load a single view. Currently i don't have data model.
The same query will work without any issue in another qlikview environment.
thanks
 vireshkolagimat
		
			vireshkolagimat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
If i remove the set nls_language statement and reload the application, it will reload without any error but there won't be any records available. The table viewer shows the single table but can't preview as there is no data in that table.
Thanks
