Author: Amr

Oracle Apex: Speed up your APEX

Oracle Apex: Speed up your APEX

Sometimes i find my Apex is so slow when saving changes after development into Design page, It was from my problems, Now i find cause that it was (Off Gzip compression) into local server configuration like...

Oracle Apex API  “$s()”

Oracle Apex API “$s()”

The Apex JavaScript API has some very convenient functions to access the values of page items. For example, if you wante to access the contents of a text field with JavaScript, would would need...

JavaScript | Quick code

JavaScript | Quick code

It’s some useful of my JS snippet. To change or add holder to text input. $(‘#input_ID’).attr(‘placeholder’,’YOURHOLDER’);  

code best of #oracle_sql

code best of #oracle_sql

Case 1 I use COALESCE( v(‘APP_USER’),USER );  instead of NVL( V(‘APP_USER’),USER ); Cause: More performance. Case 2 I use SYS_CONTEXT(‘APEX$SESSION’, ‘app_user’) instead of V(‘APP_USER’) Cause: i can’t use v(‘APP_USER’) by default value for column but...

Linux mint | How to automount drive on startup system

Linux mint | How to automount drive on startup system

To automount drive on startup system Follow this steps .. | tested on mint 17.2 Go to the Startup Applications.. Write a name for this operation such as “Mount ntfs drives”. Then in command input...