<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.5" -->
<rss version="0.92">
<channel>
	<title>orapunk.com</title>
	<link>http://orapunk.com</link>
	<description>oracle, punk, anarchy, database, bi, solution, pl/sql, sql, edge</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:38:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to add days, hours or minutes to a date</title>
		<description>


Now
SYSDATE


Tomorow/ next day
SYSDATE + 1


Seven days from now
SYSDATE + 7


One hour from now
SYSDATE + 1/24


Three hours from now
SYSDATE + 3/24


An half hour from now
SYSDATE + 1/48


10 minutes from now
SYSDATE + 10/1440


1 minute from now
SYSDATE + 1/1440


Tomorrow at 12 midnight
TRUNC(SYSDATE + 1)


Tomorrow at 10 AM
TRUNC(SYSDATE + 1) + 10/24

 </description>
		<link>http://orapunk.com/?p=94</link>
			</item>
	<item>
		<title>download OBIEE 11g NOW!!!</title>
		<description>Hello hello hello,

See here what we were waiting for, the new OBIEE 11g. </description>
		<link>http://orapunk.com/?p=92</link>
			</item>
	<item>
		<title>Reset SYSTEM password</title>
		<description>For the ones who wants to reset the SYSTEM pwd:

operfcfg.exe -U SYSTEM -P password -D tns_entry_name </description>
		<link>http://orapunk.com/?p=90</link>
			</item>
	<item>
		<title>Time for some humor</title>
		<description>Q. What if your Dad loses his car keys?
A. 'Parent keys not found!'

Q. What if your old girl friend spots you with your new one?
A. 'Duplicate value on index!'

Q. What if the golf ball doesn't get into the hole at all?
A. 'Value larger than specified precision!'

Q. What if you try ...</description>
		<link>http://orapunk.com/?p=88</link>
			</item>
	<item>
		<title>OBIEE 11G new version released</title>
		<description>Yes finally after 3 years of product tuning, there is finally the new and adult version of OBIEE. Called of course 11G (something else would have been a big surprise).

You can check some more information on the following Oracel website:

http://www.oracle.com/oms/businessintelligence11g/business-insight-075567.html </description>
		<link>http://orapunk.com/?p=86</link>
			</item>
	<item>
		<title>max(ROWID) =&gt; something to remember</title>
		<description>Sometimes we forget some basic concepts. So do I (sometimes).

To retrieve the latest record of a table it's not ALWAYS correct to use the max(rowid) of a table.

The rowid is an ID generated based on file/block/slot .

The only method to make sure we take the last record is a having ...</description>
		<link>http://orapunk.com/?p=84</link>
			</item>
	<item>
		<title>SQL*LOADER control file generator</title>
		<description>set echo off ver off feed off pages 0
accept tname prompt 'Enter Name of Table: '
accept dformat prompt 'Enter Format to Use for Date Columns: '

spool &#38;tname..ctl

select 'LOAD DATA'&#124;&#124; chr (10) &#124;&#124;
'INFILE ''' &#124;&#124; lower (table_name) &#124;&#124; '.dat''' &#124;&#124; chr (10) &#124;&#124;
'INTO TABLE '&#124;&#124; table_name &#124;&#124; chr (10)&#124;&#124;
'FIELDS TERMINATED BY ...</description>
		<link>http://orapunk.com/?p=82</link>
			</item>
	<item>
		<title>new APEX group at LinkedIn</title>
		<description>http://www.linkedin.com/groups?home=&#38;gid=2784198&#38;trk=anet_ug_hm </description>
		<link>http://orapunk.com/?p=79</link>
			</item>
</channel>
</rss>
