How to assign word wrap and fix column width in Apex Report

How to assign word wrap and fix column width in Apex Report Go to : Column Attributes of your Report > Go to Column Property > Go to HTML expression and type as :

OR

Note : here “NAME” is the column name that need to fix width …

How to stop XDB Authentication window in Apex

How to stop XDB Authentication window in Apex Log in as SYS with SYSDBA Privilege in the database

Note : the above procedure must be executed successfully. Also execute the below command, you can copy and paste and execute :

After completing above steps …

How to Install Apex 4.2.1 using Oracle WebLogic Server

How to Install Apex 4.2.1 using Oracle WebLogic Server Please download the below link for .PDF file where you will find the step by step guide for complete installation and configuration of a) Oracle Database b) Oracle Apex c) Oracle WebLogic Server Please download the complete steps from this document …

How to increase Button Width and height in Apex

How to increase Button Width and height in Apex You can increase the button width and Height as the following way :  Go to Button Property : In Attributes field type below :

here for margin first 20px = top next 0px = right next 20px = bottom next …

How to Clear Page cache in Apex by clicking a command button

How to Clear Page cache in Apex by clicking a command button Please follow the below steps : Create a PL/SQL Process and type the below text as PL/SQL process code :

Now Make sure you have made this process conditional with Button Click. Note : here 61 is …

How to Add Manual check box and Check all check box in a grid

How to Add Manual check box and Check all check box in a grid Step 1 : Add check box in a classic report : Take a classical report and go the query source and type the query as the following way so that there is a column of checkbox