<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>CUBRID Forum</title>
        <link>http://www.cubrid.org/forum</link>
        <description>CUBRID Forum</description>
        <language>en</language>
        <pubDate>Mon, 06 Jun 2011 16:31:28 -0800</pubDate>
        <lastBuildDate>Wed, 22 Feb 2012 07:07:32 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>Ruby Driver for CUBRID</title>
            <dc:creator>eye</dc:creator>
            <link>http://www.cubrid.org/forum/195619</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195619</guid>
                                    <description><![CDATA[<img src="http://www.cubrid.org/files/attach/images/49/454/001/ruby-on-rails.png" alt="ruby-on-rails.png" /><br /><br />Ruby Driver for CUBRID can be downloaded at <strong><a href="/cubrid_ruby_programming" alt="" title="">Ruby Programming for CUBRID</a></strong> page at CUBRID community site.<br /><br />For the related questions post your messages in this forum.]]></description>
                        <pubDate>Fri, 23 Jul 2010 10:17:31 -0800</pubDate>
                                </item>
        										        <item>
            <title>cannot restore segment prot after reloc: Permission denied</title>
            <dc:creator>manithnoun</dc:creator>
            <link>http://www.cubrid.org/forum/195802</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195802</guid>
                                    <description><![CDATA[I already try to install cubrid as the instruction of <!-- m --><a class="postlink" href="http://www.slideshare.net/cubrid/cubrid-installation-on-linux" alt="" title="">http://www.slideshare.net/cubrid/cubrid ... n-on-linux</a><!-- m -->? with CUBRID-8.3.1.0152-el5.i386.rpm on Centos 5.5 .<br />After Installation is successfully but when I start run service of cubrid with this command 'cubrid service start' ,then it show the message below.<br /><br />' cubrid: error while loading shared libraries: /opt/cubrid/lib/libcubridsa.so.8: cannot restore segment prot after reloc: Permission denied '<br />So how could me fixed this ?<br /><br />Best Regard<br />Manith]]></description>
                        <pubDate>Mon, 10 Jan 2011 10:00:20 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>SHOW CREATE TABLE Support</title>
            <dc:creator>Cristian Romanescu</dc:creator>
            <link>http://www.cubrid.org/forum/300136</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/300136</guid>
                                    <description><![CDATA[<p>I need to extract the table definition from SQL, is there support for this? In MySQL I would use SHOW CREATE TABLE.</p><p>I looked into the documentation, but I only found support for SHOW CREATE VIEW functionality.</p><p><br /></p><p>I've found out that for 8.4.0 is not supported, but I cannot find the "New features" for 8.4.1. Could you please point out the correct link?</p><p><br /></p><p>Thanks,</p><p>Cristian</p>]]></description>
                        <pubDate>Tue, 21 Feb 2012 12:08:20 -0800</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
        										        <item>
            <title>Script lose connection with cubrid broker.</title>
            <dc:creator>penguin</dc:creator>
            <link>http://www.cubrid.org/forum/195775</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195775</guid>
                                    <description><![CDATA[Hi everybody. Sorry for my english.<br />I don't know, how it's work. But when i use long time connection to database with php. Cubrid (may be cubrid extension for php?) drop connection and all queries not work.<br /><br />You can reproduce this by install cubrid, add php extension, create database and run next script<br /><br /><code><br />&lt;?php<br /><br />set_time_limit(0);<br />$user = &quot;dba&quot;;<br />$password = &quot;1111&quot;;<br />$host_ip = &quot;localhost&quot;;<br />$host_port = 33000;<br />$db_name = &quot;test&quot;;<br /><br />$count_of_units = 1000000;<br /><br />if (!($con = cubrid_connect($host_ip, $host_port, $db_name, $user, $password)))<br />{<br />    echo 'Connetion error';<br />    echo cubrid_error_msg();<br />    exit;<br />}<br />for($i = 1; $i &lt;= $count_of_units; $i++)<br />{<br />    $rnd = rand(1,1000);<br />    $req = cubrid_execute($con, &quot;insert into tbl_test (`some`) values ({$rnd})&quot;);<br />    if($req)<br />    {<br />         cubrid_commit($con);<br />    }<br />    else<br />    {<br />         echo 'Bug: ';<br />         echo cubrid_error_msg();<br />         break;<br />    }<br />}<br /><br />cubrid_disconnect($con);<br /></code><br /><br />Table tbl_test structure in attachement.<br /><br />After over 500000 queries connection freezes. I think, that is associated with some brokers' settings, but i not sure. I use all by default.<br /><br />configuration 1:<br />windows, xampp 1.7.3, cubrid 3.0, php 5.3.x cubrid module from official site (vc6)<br />configuration 2:<br />linux, apache 2.3, php 5.3.3, cubrid 3.0, php cubrid module from pecl.]]></description>
                        <pubDate>Sat, 01 Jan 2011 00:31:06 -0800</pubDate>
                                    <slash:comments>4</slash:comments>
                    </item>
        										        <item>
            <title>Limit operation resource for users</title>
            <dc:creator>quartex</dc:creator>
            <link>http://www.cubrid.org/forum/195637</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195637</guid>
                                    <description><![CDATA[Hi,<br />for a shared enviroment (like hosting one and not) will be vital to have limitation for users resource.<br />For Mysql is possible limit select, update, connection in a hour but is only a rudimental thing and not so &quot;serious&quot;. Immagine this :<br />I am a DBA and I want to limit my 50 users to not kill my db and limit to 30 select hours all users.<br />I think to solve all problem with this limitation<br />Yes but ... 3 of my users join 4 tables with a result of 10000000 records because are not expert with SQL or for a wrong select using ONLY a connection and 1 query and my db is hanged for a while<br />The idea is limit the resource for users that are using in the same time the db resource.<br />The best will be to have a dynamic resource with a % for each users like a thread manager for linux<br />But a max time for operation in millisecond will be a great thing to have a better security and I think more easy to implement.]]></description>
                        <pubDate>Sun, 13 Jun 2010 17:31:07 -0800</pubDate>
                                    <slash:comments>7</slash:comments>
                    </item>
        										        <item>
            <title>CUBRID Q&amp;A Event</title>
            <dc:creator>CUBRID</dc:creator>
            <link>http://www.cubrid.org/forum/234138</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/234138</guid>
                                    <description><![CDATA[<p style="MARGIN-RIGHT: 0px" dir="ltr"><a href="/event_questions_answers" target="_self">CUBRID Q&amp;A Event</a> is about to start. If you have questions or would like to discuss about it, please leave your comments below.</p>]]></description>
                        <pubDate>Wed, 02 Nov 2011 02:14:56 -0800</pubDate>
                                </item>
        										        <item>
            <title>Kick off 미팅</title>
            <dc:creator>choi</dc:creator>
            <link>http://www.cubrid.org/forum/298897</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/298897</guid>
                                    <description><![CDATA[<p>과제 Kick OFF 미팅 </p>
<p>&nbsp;</p>
<p>* 일시: 2012년 1월 16일&nbsp; </p>
<p>* 참석자</p>
<p>&nbsp;&nbsp; - NHN Business: 진은숙 센터장 외 4명</p>
<p>&nbsp;&nbsp; -&nbsp;선재소프트: 김기완외 3명</p>
<p>&nbsp;&nbsp; - 아헴스: 서상원외 2명</p>
<p>&nbsp;&nbsp; - KAIST 이윤준 교수</p>
<p>&nbsp;&nbsp; - 큐브리드 정병주 대표</p>
<p>* 주제</p>
<p>&nbsp;&nbsp; 사업의 개요와 향후 추진 방향에 대한 설명 및 의견 공유</p>
<p>* 이슈 정리</p>
<p>&nbsp; &nbsp;- </p>]]></description>
                        <pubDate>Sun, 19 Feb 2012 17:29:13 -0800</pubDate>
                                </item>
        										        <item>
            <title>품질관리계획서</title>
            <dc:creator>choi</dc:creator>
            <link>http://www.cubrid.org/forum/298891</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/298891</guid>
                                    <description><![CDATA[<p>본 사업의 품질 관리 계획서입니다.</p>]]></description>
                        <pubDate>Sun, 19 Feb 2012 16:53:18 -0800</pubDate>
                                </item>
        										        <item>
            <title>사업계획서(Business Plan)</title>
            <dc:creator>choi</dc:creator>
            <link>http://www.cubrid.org/forum/298887</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/298887</guid>
                                    <description><![CDATA[<p>2011년 12월 NHN Busness Platform 이 제안한 Seed 형 플랫폼개발의 사업계획서 최종본 입니다.</p>]]></description>
                        <pubDate>Sun, 19 Feb 2012 16:52:01 -0800</pubDate>
                                </item>
        										        <item>
            <title>Full-text search query</title>
            <dc:creator>sanojcp</dc:creator>
            <link>http://www.cubrid.org/forum/231471</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/231471</guid>
                                    <description><![CDATA[<p>Hi,</p><p><br /></p><p>&nbsp;&nbsp; Sorry that I don't know is this the best place to ask this question, however,<br /></p><p>&nbsp;&nbsp; Is there any built in things to do a full-text search in CUBRID? I mean something like http://dev.mysql.com/doc/refman/4.1/en/fulltext-search.html<br /></p><p><br /></p><p><br /></p><p>Regards<br /></p>]]></description>
                        <pubDate>Thu, 20 Oct 2011 14:41:15 -0800</pubDate>
                                    <slash:comments>3</slash:comments>
                    </item>
        										        <item>
            <title>RoadMap</title>
            <dc:creator>quartex</dc:creator>
            <link>http://www.cubrid.org/forum/195633</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195633</guid>
                                    <description><![CDATA[Hi,<br />is it possible to know the Cubrid RoadMap (after 3.0 where mysql compatibility is the main work) and the main Feature Requests in implementations (to not create a duplicate request)<br /><br />Thank you very much]]></description>
                        <pubDate>Tue, 15 Jun 2010 08:49:42 -0800</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
        										        <item>
            <title>Error while using CMT to port from MySQL to Cubrid</title>
            <dc:creator>cristiroma</dc:creator>
            <link>http://www.cubrid.org/forum/195654</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195654</guid>
                                    <description><![CDATA[Hi,<br /><br />I am using CMT to port database from MySQL to Cubrid. More precisely I have tried to port the Joomla! database from MySQL to Cubrid using CMT.<br /><br />After the migration was finished the resulted database was incomplete. All tables that had DATETIME columns weren't imported due to errors. In MySQL some records had '0000-00-00 00:00:00' and weren't imported due to CMT being unable to transform them to '0001-01-01 00:00:00'.<br /><br />I suppose that CMT doesn't handle coorectly MySQLs' empty values defaulting to 000....<br />Please note that I have tried in Step 5: Object mapping to set default value to '0001-01 ...' but that didn't solved the problem.<br /><br />I have attached the database dump and error log saved from CMT interface.<br /><br />Platform:<br /><br />java version &quot;1.6.0_20&quot;<br />Java(TM) SE Runtime Environment (build 1.6.0_20-b02)<br />Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)<br /><br />Distributor ID:	Ubuntu<br />Description:	Ubuntu 10.04 LTS<br />Release:	10.04<br />Codename:	lucid<br /><br />Linux ubuntu 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 GNU/Linux<br /><br /><br />Cristian.]]></description>
                        <pubDate>Mon, 04 Oct 2010 18:40:16 -0800</pubDate>
                                    <slash:comments>4</slash:comments>
                    </item>
        										        <item>
            <title>UI errors in CMT</title>
            <dc:creator>cristiroma</dc:creator>
            <link>http://www.cubrid.org/forum/195646</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195646</guid>
                                    <description><![CDATA[Hello again,<br /><br />In &quot;Step 3: Migration Database Object Selection&quot;, Every time when I try to press NEXT, gives the message 'Exist database name &quot;&quot; is invalid!'. I fiddled with the UI, pressing next/previous, (un)checking checkboxes, restarting whole application and somehow I succeeded to run the wizard - see screenshot1.png<br /><br /><img src='./files/attach/images/195510/646/195/screenshot1.png' alt='screenshot1.png' title='screenshot1.png'/><br /><br />Strangely, after several restarts, now it works and the Next button doesn't become grey anymore, but I have noticed that in the top of the window there is still the error message mentioned above appearing in the next screen (Step 4) - see secreenshot2.png<br /><br /><img src='./files/attach/images/195510/646/195/screenshot2.png' alt='screenshot2.png' title='screenshot2.png'/><br /><br />Also in screen 2 (after pressing Next in screen 1) appears an error &quot;Select a database connection in the list&quot;. Could this may be related to validation functions being called at an inappropriate moment?<br /><br />Regards,<br />Cristian]]></description>
                        <pubDate>Mon, 04 Oct 2010 19:03:59 -0800</pubDate>
                                    <slash:comments>5</slash:comments>
                    </item>
        										        <item>
            <title>Cannot update my profile on this forum</title>
            <dc:creator>Cristian Romanescu|@|cristiroma|@|cristi</dc:creator>
            <link>http://www.cubrid.org/forum/289744</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/289744</guid>
                                    <description><![CDATA[<p>I am trying to update my profile and when I change my email address and complete my name, they all get messed up, the e-mail remains the old one, while the name changes to something like this:&nbsp;<span style="font-family: Arial, Helvetica, sans; text-align: left; background-color: rgb(255, 255, 255); ">&nbsp;</span><span style="display: inline-block; vertical-align: top; font-family: Arial, Helvetica, sans; text-align: left; background-color: rgb(255, 255, 255); ">Cristian Romanescu|@|cristiroma|@|cristi</span></p><p><span style="display: inline-block; vertical-align: top; font-family: Arial, Helvetica, sans; text-align: left; background-color: rgb(255, 255, 255); "><br /></span></p><p><span style="display: inline-block; vertical-align: top; font-family: Arial, Helvetica, sans; text-align: left; background-color: rgb(255, 255, 255); "><br /></span></p><p><span style="display: inline-block; vertical-align: top; font-family: Arial, Helvetica, sans; text-align: left; background-color: rgb(255, 255, 255); "></span></p>]]></description>
                        <pubDate>Fri, 03 Feb 2012 13:33:09 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Cannot install CUBRID 8.3.1 from yum repository</title>
            <dc:creator>cristiroma</dc:creator>
            <link>http://www.cubrid.org/forum/289737</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/289737</guid>
                                    <description><![CDATA[<p>Greetings,</p><p>I would like to point out that I've tried to install today the CUBRID 8.3.1 from the YUM repo and seem to fail with some mirror error...</p><p><br /></p><p>Using CentOS 6 x64.</p><p><br /></p><p>1. Install the YUM repo using this tutorial&nbsp;<a href="http://yumrepository.cubrid.org/index_Centos_cubrid_3.1.html">http://yumrepository.cubrid.org/index_Centos_cubrid_3.1.html</a></p><p>2.&nbsp;[cristiroma@linux ~]$ sudo yum install cubrid</p><p>Loaded plugins: fastestmirror, refresh-packagekit</p><p>Loading mirror speeds from cached hostfile</p><p>&nbsp;* base: ftp.halifax.rwth-aachen.de</p><p>&nbsp;* extras: ftp.halifax.rwth-aachen.de</p><p>&nbsp;* rpmforge: ftp-stud.fht-esslingen.de</p><p>&nbsp;* updates: mirrors.ch-center.com</p><p>Setting up Install Process</p><p>Resolving Dependencies</p><p>--&gt; Running transaction check</p><p>---&gt; Package cubrid.x86_64 0:R3.1-r3 will be installed</p><p>--&gt; Processing Dependency: lzo for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Processing Dependency: cubrid-compat for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Processing Dependency: cubrid-libs for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Processing Dependency: gc for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Processing Dependency: libcubridsa.so.0()(64bit) for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Processing Dependency: libcascci.so.8()(64bit) for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Processing Dependency: libcubrid.so.0()(64bit) for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Processing Dependency: libcubridcs.so.0()(64bit) for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Processing Dependency: libgc.so.1()(64bit) for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Processing Dependency: liblzo2.so.2()(64bit) for package: cubrid-R3.1-r3.x86_64</p><p>--&gt; Running transaction check</p><p>---&gt; Package cubrid-compat.x86_64 0:R3.1-r3 will be installed</p><p>---&gt; Package cubrid-libs.x86_64 0:R3.1-r3 will be installed</p><p>---&gt; Package gc.x86_64 0:7.1-10.el6 will be installed</p><p>---&gt; Package lzo.x86_64 0:2.03-3.1.el6 will be installed</p><p>--&gt; Finished Dependency Resolution</p><p><br /></p><p>Dependencies Resolved</p><p><br /></p><p>===============================================================================================================================================================================================</p><p>&nbsp;Package &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Arch &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Version &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Repository &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Size</p><p>===============================================================================================================================================================================================</p><p>Installing:</p><p>&nbsp;cubrid &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;x86_64 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; R3.1-r3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cubridrepo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.1 M</p><p>Installing for dependencies:</p><p>&nbsp;cubrid-compat &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x86_64 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; R3.1-r3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cubridrepo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;68 k</p><p>&nbsp;cubrid-libs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x86_64 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; R3.1-r3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cubridrepo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 9.7 M</p><p>&nbsp;gc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;x86_64 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 7.1-10.el6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;base &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 146 k</p><p>&nbsp;lzo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x86_64 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.03-3.1.el6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;base &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;55 k</p><p><br /></p><p>Transaction Summary</p><p>===============================================================================================================================================================================================</p><p>Install &nbsp; &nbsp; &nbsp; 5 Package(s)</p><p><br /></p><p>Total size: 11 M</p><p>Total download size: 11 M</p><p>Installed size: 35 M</p><p>Is this ok [y/N]: Y</p><p>Downloading Packages:</p><p>http://yumrepository.cubrid.org/cubrid3.1/Centos/6/x86_64/cubrid-R3.1-r3.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"</p><p>Trying other mirror.</p><p>http://yumrepository.cubrid.org/cubrid3.1/Centos/6/x86_64/cubrid-compat-R3.1-r3.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"</p><p>Trying other mirror.</p><p>http://yumrepository.cubrid.org/cubrid3.1/Centos/6/x86_64/cubrid-libs-R3.1-r3.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"</p><p>Trying other mirror.</p><p><br /></p><p><br /></p><p>Error Downloading Packages:</p><p>&nbsp; cubrid-libs-R3.1-r3.x86_64: failure: cubrid-libs-R3.1-r3.x86_64.rpm from cubridrepo: [Errno 256] No more mirrors to try.</p><p>&nbsp; cubrid-compat-R3.1-r3.x86_64: failure: cubrid-compat-R3.1-r3.x86_64.rpm from cubridrepo: [Errno 256] No more mirrors to try.</p><p>&nbsp; cubrid-R3.1-r3.x86_64: failure: cubrid-R3.1-r3.x86_64.rpm from cubridrepo: [Errno 256] No more mirrors to try.</p><div><br /></div>]]></description>
                        <pubDate>Fri, 03 Feb 2012 13:26:44 -0800</pubDate>
                                    <slash:comments>3</slash:comments>
                    </item>
        										        <item>
            <title>Cannot get a connection. please check broker...</title>
            <dc:creator>krethan</dc:creator>
            <link>http://www.cubrid.org/forum/253203</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/253203</guid>
                                    <description><![CDATA[<p>Running cubrid manager and getting the following error:<br /></p><p><br /></p><p>cannot get a connection. please check broker port of database properties and check whether the database and broker are running.</p><p><br /></p><p>What do i need to check?<br /></p>]]></description>
                        <pubDate>Sat, 07 Jan 2012 23:42:28 -0800</pubDate>
                                    <slash:comments>16</slash:comments>
                    </item>
        										        <item>
            <title>Announcement!!!!</title>
            <dc:creator>eye</dc:creator>
            <link>http://www.cubrid.org/forum/195609</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195609</guid>
                                    <description><![CDATA[<img src="http://www.cubrid.org/files/attach/images/49/736/001/python_logo_web.png" alt="python_logo_web.png" /><br /><br />Python Driver for CUBRID Database is now available at CUBRID community site<br /><!-- m --><a class="postlink" href="/python_programming" alt="" title="">http://www.cubrid.org/python_programming</a><!-- m -->.<br /><br />You can download the Library and the source code for both Linux and Windows platforms.<br /><br />For the related questions and support requests post your messages in this forum.]]></description>
                        <pubDate>Tue, 24 Aug 2010 09:42:31 -0800</pubDate>
                                </item>
        										        <item>
            <title>ActiveRecord column type binary</title>
            <dc:creator>cristiroma</dc:creator>
            <link>http://www.cubrid.org/forum/195616</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195616</guid>
                                    <description><![CDATA[Hi,<br /><br />According to API <!-- m --><a class="postlink" href="http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#method-i-column" alt="" title="">http://api.rubyonrails.org/classes/Acti ... d-i-column</a><!-- m --> supported column types for a table are  :string, :text, :integer, :float, :decimal, :datetime, :timestamp, :time, :date, :binary, :boolean.<br /><br />While trying to use :binary, it does not work, the generated query looks like this: <br /><code>CREATE TABLE books8 (id int primary key, bin_col varbit(32768) NOT NULL)</code><br /><br />Complete example:<br /><br /><code>require 'rubygems'  <br />require 'active_record' <br />require 'pp'<br /><br />ActiveRecord::Base.establish_connection(  <br />	:adapter =&gt; &quot;cubrid&quot;,  <br />	:host =&gt; &quot;localhost&quot;,  <br />	:database =&gt; &quot;demodb&quot; ,<br />	:user =&gt; &quot;dba&quot;<br /> )<br /> <br />ActiveRecord::Schema.define do<br />	create_table :books8 do |table|<br />		table.column :bin_col, :binary, :null =&gt; false<br />	end<br />end</code><br /><br />This happened while using Ruby 1.8.7 on Windows XP with Cubrid 3.0 stable. Adapter was gem cubrid-0.64.<br /><br />Cristian.]]></description>
                        <pubDate>Thu, 14 Oct 2010 16:21:49 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Unable to load dynamic library cubrid.so - libcascci.so.8</title>
            <dc:creator>ramy</dc:creator>
            <link>http://www.cubrid.org/forum/195766</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195766</guid>
                                    <description><![CDATA[Hello,<br />I installed Cubrid 2.2 on my server, which has PHP 5.2.<br />I copied the cubrid.so into my extension directory (/usr/lib/php5/2006...), but when I restart my Apache, I get the following error message :<br /><blockquote><em>Someone...</em><br />PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/cubrid.so' - libcascci.so.8: cannot open shared object file: No such file or directory in Unknown on line 0</blockquote><br />I guess it's because the Cubrid extensions (including libcascci.so.8) are not in the same directory as my PHP extensions.<br />So how can I get Cubrid to work properly ?<br />Sorry for my approximative english, and thank you for your answers.<br />Ramy]]></description>
                        <pubDate>Wed, 08 Dec 2010 13:50:16 -0800</pubDate>
                                    <slash:comments>7</slash:comments>
                    </item>
        										        <item>
            <title>Announcement!!!!</title>
            <dc:creator>CUBRID</dc:creator>
            <link>http://www.cubrid.org/forum/244384</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/244384</guid>
                                    <description><![CDATA[<p><span class="Apple-style-span" style="font-family: Verdana, Arial, sans; font-size: 12px; ">ADO.NET Driver for CUBRID Database is now available at CUBRID community site</span><br /><a href="/wiki_apis/entry/ADO.NET-driver" target="_self">http://www.cubrid.org/wiki_apis/entry/ADO.NET-driver</a><span class="Apple-style-span" style="font-family: Verdana, Arial, sans; font-size: 12px; ">.</span><br /><br /><span class="Apple-style-span" style="font-family: Verdana, Arial, sans; font-size: 12px; text-align: left; ">You can download the Library and the source code for Windows x86 and x64 platforms.</span><br /><br /><span class="Apple-style-span" style="font-family: Verdana, Arial, sans; font-size: 12px; text-align: left; ">For the related questions and support requests post your messages in this forum.</span></p><p><span class="Apple-style-span" style="font-family: Verdana, Arial, sans; font-size: 12px; text-align: left; "><br /></span></p><p><span class="Apple-style-span" style="font-family: Verdana, Arial, sans; font-size: 12px; text-align: left; ">Since it is a beta release, any bugs can be reported on <a href="http://jira.cubrid.org" target="_self">JIRA</a>.</span></p><p><span class="Apple-style-span" style="font-family: Verdana, Arial, sans; font-size: 12px; text-align: left; "></span></p>]]></description>
                        <pubDate>Wed, 07 Dec 2011 04:29:31 -0800</pubDate>
                                </item>
        										        <item>
            <title>contact information request</title>
            <dc:creator>erin_posscon</dc:creator>
            <link>http://www.cubrid.org/forum/238022</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/238022</guid>
                                    <description><![CDATA[<p>


Hello,</p><p>I am with POSSCON (The Palmetto Open Source Software Conference), one of the largest open source software conferences on the east coast.&nbsp; I am writing to request contact information of the person at Cubrid who is responsible for marketing and conference attendance.&nbsp; We would like to invite Cubrid to participate in POSSCON 2012.&nbsp; Thank you, Erin Tyler (<a href="mailto:erin@posscon.org">erin@posscon.org</a>)</p><p>&nbsp;</p>]]></description>
                        <pubDate>Tue, 15 Nov 2011 07:59:04 -0800</pubDate>
                                </item>
        										        <item>
            <title>Quizland March 2011 question 10</title>
            <dc:creator>slapo</dc:creator>
            <link>http://www.cubrid.org/forum/195883</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195883</guid>
                                    <description><![CDATA[Good day,<br /><br />I have a question about Quizland March 2011 question number 10. I think I have the correct query for what I think I should have done, but I'm not sure I have understood the question well.<br />It seems to me that the query result should be a single result - a string where index names are concatenated with a comma and the indexes within this string are sorted via their names in ascending order. Should it also include system table names?<br /><br />It would be nice if the question could be updated with a hint of how many indexes should there be in the result.<br /><br />Thanks. <!-- s:) --><img src="modules/editor/components/emoticon/tpl/images/phpbb/icon_e_smile.gif" alt=":)" title="Smile" /><!-- s:) -->]]></description>
                        <pubDate>Wed, 30 Mar 2011 21:44:19 -0800</pubDate>
                                    <slash:comments>9</slash:comments>
                    </item>
        										        <item>
            <title>Cubrid multicore sql optimisation</title>
            <dc:creator>enkidusan</dc:creator>
            <link>http://www.cubrid.org/forum/226585</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/226585</guid>
                                    <description><![CDATA[<p>Hi ,</p><p>Can&nbsp; cubrid engine automatically optimize sql execution so that it uses all cores on a multicore cpu&nbsp; ?<br /></p><p>For example sql performing computation on large datasets (19 milion rows) have both IO and CPU workload, overlapping CPU with IO may reduce querry execution time.</p><p>Please post any comments on this or some links to cubrid documentation that adds more clues for this area. <br /></p><p>Thanks,</p><p>Enkidu.<br /></p><p> <br /></p>]]></description>
                        <pubDate>Mon, 03 Oct 2011 10:40:25 -0800</pubDate>
                                    <slash:comments>4</slash:comments>
                    </item>
        										        <item>
            <title>LINQ .NET for Cubrid</title>
            <dc:creator>mr-rienzi</dc:creator>
            <link>http://www.cubrid.org/forum/195594</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195594</guid>
                                    <description><![CDATA[<p>Hi.<br /><br />Just wanted to let you know that we are currently working on having a Microsoft LINQ language implementation available for Cubrid, based on this Google open-source project:<br /><br /><a href="http://groups.google.com/group/dblinq" alt="" title="">http://groups.google.com/group/dblinq</a><br /><br />Expected release date: Mid August 2010.<br /><br />Thank you!<br /><br />/Rienzi</p>]]></description>
                        <pubDate>Thu, 24 Jun 2010 21:56:30 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>.NET example</title>
            <dc:creator>mr-rienzi</dc:creator>
            <link>http://www.cubrid.org/forum/195597</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195597</guid>
                                    <description><![CDATA[Hi.<br /><br />Just wanted to let you know that we are enabling on Cubrid a sample .NET application, with the scope of giving you a taste of the Cubrid .NET capabilities <img src="modules/editor/components/emoticon/tpl/images/phpbb/icon_e_smile.gif" alt=":)" title="Smile" editor_component="image_link"/><br /><br />The ported application is "Chinook Database" - <a href="http://chinookdatabase.codeplex.com/" alt="" title="">http://chinookdatabase.codeplex.com/</a><br /><br />Expected release date: July 2010.<br /><br />Thank you!<br /><br />/Rienzi]]></description>
                        <pubDate>Thu, 24 Jun 2010 21:53:15 -0800</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
        										        <item>
            <title>Missing page in online manual</title>
            <dc:creator>quartex</dc:creator>
            <link>http://www.cubrid.org/forum/195719</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195719</guid>
                                    <description><![CDATA[Hi<br />The page <a class="postlink" href="/manual/831/en/Replacing%20Master%20Database%20(Automatic)" alt="" title="">http://www.cubrid.org/manual/admin/admi ... dbauto.htm</a> linked in online manual is missing]]></description>
                        <pubDate>Sun, 13 Jun 2010 18:02:32 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Cubrid Components</title>
            <dc:creator>chonox1</dc:creator>
            <link>http://www.cubrid.org/forum/204310</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/204310</guid>
                                    <description><![CDATA[<p><span class="Apple-style-span" style="border-collapse: collapse; color: rgb(51, 51, 51); font-family: arial, sans-serif; ">Hi I gave a brief presentation about Cubrid and Cubrid Manager. I had some questions relating<div name="sig_d41d8cd98f" style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0pt; "></div><div>to some components which are:</div><div><br /></div><div>- Query Processing Component</div><div>- Transaction Management Component</div><div>- Job and Thread Management Component</div><div><br /></div><div>Can you please give me a brief explanation of these 3 components.</div><div><br /></div><div>By the way my classmates loved Cubrid!</div><div><br /></div><div>Best regards,</div><div>Antonio&nbsp;</div></span>


</p>]]></description>
                        <pubDate>Tue, 23 Aug 2011 22:52:52 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Error while connection</title>
            <dc:creator>mario_tim</dc:creator>
            <link>http://www.cubrid.org/forum/196787</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/196787</guid>
                                    <description><![CDATA[<p>I cannot connect to my local database, I created it with my own login and password, but whilte connection it return just "ERROR" without any desctioptions. I also cannot connect to default database localhost with password 123, unfortunately it also unsuccessful. What should I do to create&nbsp; database and connect to it?</p>]]></description>
                        <pubDate>Mon, 20 Jun 2011 09:59:46 -0800</pubDate>
                                    <slash:comments>3</slash:comments>
                    </item>
        										        <item>
            <title>Precompiled cubrid.so/pdo_cubrid.so on Ubuntu Natty</title>
            <dc:creator>Stas</dc:creator>
            <link>http://www.cubrid.org/forum/196177</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/196177</guid>
                                    <description><![CDATA[<p>Hi,</p><p>there's a problem with precompiled php modules for PHP.</p><p>When trying to load them (by adding to php.ini or /etc/php5/conf.d/) for:</p><p><u>cubrid.so I get a warning:</u></p><p></p><div editor_component="code_highlighter" code_type="Php" file_path="" description="" first_line="1" collapse="true" nogutter="false" nocontrols="true" style="border: #666666 1px dotted; border-left: #22aaee 5px solid; padding: 5px; background: #FAFAFA url(modules/editor/components/code_highlighter/code.png) no-repeat top right;">PHP Warning: &nbsp;PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/cubrid.so' - /usr/lib/php5/20090626+lfs/cubrid.so: undefined symbol: executor_globals_id in Unknown on line 0</div><p><br /></p><p>All good, but cubrid_* functions are not available anyway. After googling, it looks like the module was&nbsp;pre-compiled&nbsp;without ZTS enabled or something like that, while on Ubuntu it's&nbsp;vice-versa.</p><p><br /></p><p><u>pdo_cubrid.so loads without warning, but again, functions are not accessible.</u></p><p><br /></p><p>My environment:</p><p></p><p></p><div editor_component="code_highlighter" code_type="Bash" file_path="" description="" first_line="1" collapse="true" nogutter="false" nocontrols="true" style="border: #666666 1px dotted; border-left: #22aaee 5px solid; padding: 5px; background: #FAFAFA url(modules/editor/components/code_highlighter/code.png) no-repeat top right;"><p>apt-cache policy nginx-light php5-fpm | grep Instalat</p><p>&nbsp; Instalat: &nbsp; 5.3.5-1ubuntu7.2</p><p>&nbsp; Instalat: &nbsp; 0.8.54-4</p><div><div>cubrid --version &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>cubrid (CUBRID utilities)</div><div>CUBRID 2008 R4.0 (8.4.0.0196) (32bit release build for linux_gnu) (Apr 29 2011 00:21:30)</div><div>Copyright (C) 2008 Search Solution Corporation. All rights reserved by Search Solution.</div></div><div><div>uname -ri</div><div>2.6.38-8-generic i386</div></div></div><br /><p></p><div><div></div></div><div>So I had to re-compile the cubrid.so using PEAR, worked fine now. (My <a href="http://ge.tt/91flr35" target="_blank">cubrid.so here</a>)</div><div><br /></div><div>P.S.: Having a PPA for Ubuntu/Debian, would be really cool.</div><p></p><p></p>]]></description>
                        <pubDate>Mon, 13 Jun 2011 15:40:52 -0800</pubDate>
                        <category>php</category>
                        <category>cubrid.so</category>
                        <category>pdo_cubrid.so</category>
                                    <slash:comments>7</slash:comments>
                    </item>
        										        <item>
            <title>DB Files</title>
            <dc:creator>chonox1</dc:creator>
            <link>http://www.cubrid.org/forum/204124</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/204124</guid>
                                    <description><![CDATA[Hi,I have several questions regarding the DB files.

When creating a DB in Cubrid Manager, is there only one file containing the whole DB? If not, what files conform the DB?Why the files created after a DB is created does not have extensions?Does the log files in a DB stored in the same file of the DB, if not which files are for the logs?Could you tell me which files are created after the DB is created and what are they for?]]></description>
                        <pubDate>Wed, 17 Aug 2011 08:20:35 -0800</pubDate>
                                    <slash:comments>3</slash:comments>
                    </item>
            </channel>
</rss>

