oracle10g - Minimize round-trips between client and database with oracle forms 10 -



oracle10g - Minimize round-trips between client and database with oracle forms 10 -

our clients working in particular conditions , latency high.

all our oracle forms 10 calling procedure translates labels, etc displayed in form. every label translate, phone call made client database (the procedure translating labels database bundle , info in table).

we cut down these round trips , thinking that, if can store locally (in .jar?) whole dictionary (around 1 meg when exported in text) improve performance. around 300 back&forth done everytime open new form.

so goal - store locally info - able locally (via attached library?) read data

i bit lost. how can (st) , how can access it?

many in advance

what create attached library bundle global constants translations. can phone call these, because forms bundle , not db bundle no calls made.

oracle oracle10g oracleforms

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -