<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: VirtualBox 3.0 and Macs and stuff&#8230;</title>
	<atom:link href="http://www.oracle-base.com/blog/2009/07/01/virtualbox-3-0-and-macs-and-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracle-base.com/blog/2009/07/01/virtualbox-3-0-and-macs-and-stuff/</link>
	<description>Oracle related rants (and lots of off-topic stuff)...</description>
	<lastBuildDate>Sat, 11 Feb 2012 20:21:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: hamed</title>
		<link>http://www.oracle-base.com/blog/2009/07/01/virtualbox-3-0-and-macs-and-stuff/comment-page-1/#comment-109602</link>
		<dc:creator>hamed</dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracle-base.com/blog/?p=1014#comment-109602</guid>
		<description>hi Tim,
a simple example on my problem is:
1- create table test(pic blob);
2- create trigger:
create or replace trigger test_ai
after insert
on test
for each row
begin
  raise_application_error(-20000,&#039;len=&#039; &#124;&#124; dbms_lob.getlength(:new.pic));    
end;

now i insert a record in test table, always return 0.
actually i want to limit a user to upload more than 64K in to my table. 

would you please help me to solve my problem.</description>
		<content:encoded><![CDATA[<p>hi Tim,<br />
a simple example on my problem is:<br />
1- create table test(pic blob);<br />
2- create trigger:<br />
create or replace trigger test_ai<br />
after insert<br />
on test<br />
for each row<br />
begin<br />
  raise_application_error(-20000,&#8217;len=&#8217; || dbms_lob.getlength(:new.pic));<br />
end;</p>
<p>now i insert a record in test table, always return 0.<br />
actually i want to limit a user to upload more than 64K in to my table. </p>
<p>would you please help me to solve my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim...</title>
		<link>http://www.oracle-base.com/blog/2009/07/01/virtualbox-3-0-and-macs-and-stuff/comment-page-1/#comment-109597</link>
		<dc:creator>Tim...</dc:creator>
		<pubDate>Mon, 20 Jul 2009 10:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracle-base.com/blog/?p=1014#comment-109597</guid>
		<description>Hi.

I don&#039;t think you can without coding it in your application.

Makes sense to do it there also. No point wasting network bandwidth transferring an item you can;t use.

Cheers

Tim...</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I don&#8217;t think you can without coding it in your application.</p>
<p>Makes sense to do it there also. No point wasting network bandwidth transferring an item you can;t use.</p>
<p>Cheers</p>
<p>Tim&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hamed</title>
		<link>http://www.oracle-base.com/blog/2009/07/01/virtualbox-3-0-and-macs-and-stuff/comment-page-1/#comment-109585</link>
		<dc:creator>hamed</dc:creator>
		<pubDate>Sun, 19 Jul 2009 07:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracle-base.com/blog/?p=1014#comment-109585</guid>
		<description>Hi Tim,
may i ask you an oracle question?

how can i limit a size of uploaded image im my clob field with out coding in application? 
you already said in trigger but unfortunately &#039;:new.lob&#039; type is not accessible in before insert trigger.

thank you.</description>
		<content:encoded><![CDATA[<p>Hi Tim,<br />
may i ask you an oracle question?</p>
<p>how can i limit a size of uploaded image im my clob field with out coding in application?<br />
you already said in trigger but unfortunately &#8216;:new.lob&#8217; type is not accessible in before insert trigger.</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel garry</title>
		<link>http://www.oracle-base.com/blog/2009/07/01/virtualbox-3-0-and-macs-and-stuff/comment-page-1/#comment-109570</link>
		<dc:creator>joel garry</dc:creator>
		<pubDate>Fri, 17 Jul 2009 18:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracle-base.com/blog/?p=1014#comment-109570</guid>
		<description>I still can&#039;t get used to switching meaning of ctrl-c between winblows and unix/vms/rsts.

But worse is my vi habit of hitting escape a lot, that just messes up in many browser windows.</description>
		<content:encoded><![CDATA[<p>I still can&#8217;t get used to switching meaning of ctrl-c between winblows and unix/vms/rsts.</p>
<p>But worse is my vi habit of hitting escape a lot, that just messes up in many browser windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew from SGNZ</title>
		<link>http://www.oracle-base.com/blog/2009/07/01/virtualbox-3-0-and-macs-and-stuff/comment-page-1/#comment-109538</link>
		<dc:creator>Andrew from SGNZ</dc:creator>
		<pubDate>Wed, 15 Jul 2009 07:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracle-base.com/blog/?p=1014#comment-109538</guid>
		<description>VirtualBox on Windows 2003 can mess up Oracle 10g performance seriously. The funny thing is that it&#039;s only PL/SQL (not SQL) execution that went up 100x on some of our packages.

Sadly, we got rid of VirtualBox</description>
		<content:encoded><![CDATA[<p>VirtualBox on Windows 2003 can mess up Oracle 10g performance seriously. The funny thing is that it&#8217;s only PL/SQL (not SQL) execution that went up 100x on some of our packages.</p>
<p>Sadly, we got rid of VirtualBox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger rubygem docs</title>
		<link>http://www.oracle-base.com/blog/2009/07/01/virtualbox-3-0-and-macs-and-stuff/comment-page-1/#comment-109348</link>
		<dc:creator>roger rubygem docs</dc:creator>
		<pubDate>Sat, 04 Jul 2009 23:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracle-base.com/blog/?p=1014#comment-109348</guid>
		<description>have you tried textmate?  It is quite sweet for mac-i-ness.
=r</description>
		<content:encoded><![CDATA[<p>have you tried textmate?  It is quite sweet for mac-i-ness.<br />
=r</p>
]]></content:encoded>
	</item>
</channel>
</rss>

