Jul 30, 2010

Pen-drive format in Linux

Steps to format pen-drive in Linux
  1. Insert your USB. Let it get detected and mounted automatically.
  2. Run sudo umount /dev/sda (substitute sda with your device)
  3. Run sudo mkfs.vfat -n 'PEN_DRIVE_LABEL' -I /dev/sda
  4. Remove and insert the pen drive to mount.

Jul 29, 2010

Oracle Database timezone

SELECT SESSIONTIMEZONE FROM DUAL;

ALTER SESSION SET TIME_ZONE='-7:00';

SELECT DBTIMEZONE FROM DUAL;


Note:- DBTIMEZONE only apply when you have "TIMESTAMP WITH LOCAL TIME ZONE" (TSLTZ) datatype.

Jul 20, 2010

ADF Certification and Support Matrix

http://www.oracle.com/technology/products/jdev/collateral/papers/11/certification/index.html

Browsers

The Oracle ADF Faces rich client components are certified or supported with the following browsers. For the ADF Faces components that render in Flash, Flash 9 and Flash 10 are certified. Please also see Apache MyFaces Trinidad supported platforms information.

Browser Operating Systems ADF (ADF Faces)
Firefox 2.0, 3.0, 3.5+2 Windows, Linux, Mac OS, Solaris Certified
Internet Explorer 7, 82 Windows Certified
Safari 3.2, 4.02 Windows, Mac OS Certified
Safari 3.0 (mobile)2 iPhone OS Supported
Chrome 1.0+1 Windows Supported

* 32 bit JDK required for Windows platforms. 32 bit JDK required for profiling features on Linux platforms
** Oracle ADF Mobile Client 11.1.1.3.0 is in "Developer Preview" and as such is not
1. Support or certification added in 11g Release 1 (11.1.1.1.0). Does not apply to 11g versions prior to 11.1.1.1.0.
2. Support or certification added in 11g Release 1 Patch Set 1 (11.1.1.2.0). Does not apply to 11g Release 1 versions prior to 11.1.1.2.0.
3. Support or certification added in 11g Release 1 Patch Set 2 (11.1.1.3.0). Does not apply to 11g Release 1 versions prior to 11.1.1.3.0.
supported, so this is for informational purposes only.