TO_CHAR(bcl.tax_rate, '90.99L','NLS_CURRENCY=''%''' )
Output = 10.01% or 99.99% or 0.00%
Tuesday, 19 November 2013
Friday, 16 August 2013
Tuesday, 28 May 2013
Wednesday, 17 April 2013
DBMS_MVIEW.REFRESH - atomic_refresh
One of the thing that is not well documented about setting atomic_refresh => false
is it cause the refresh to truncate rather than delete from the Mview. The result can be a much quicker refresh.
is it cause the refresh to truncate rather than delete from the Mview. The result can be a much quicker refresh.
Friday, 8 March 2013
How to change properties/attributes of partition table?
ALTER TABLE scott.part_table MODIFY DEFAULT ATTRIBUTES TABLESPACE NEW_TABLESPACE;
ALTER INDEX scott.local_index MODIFY DEFAULT ATTRIBUTES TABLESPACE NEW_TABLESPACE_IDX;
Friday, 2 November 2012
ACL lists
All you need to know is here
http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_networkacl_adm.htm
http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_networkacl_adm.htm
Subscribe to:
Posts (Atom)