1) Run following query to determine the characterset:
select value from nls_database_parameters where parameter = 'NLS_CHARACTERSET'
2) Set profile option FND: NATIVE CLIENT ENCODING to same value as the output of query in step 1.
--FND: NATIVE CLIENT ENCODING for XML data generation
If browser is not responding when loading XML data, recheck RDF then try fetching less data from query. If that works, recheck with all the data.
Cheers!!
No comments:
Post a Comment