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


Hello,&lt;/p&gt;&lt;p&gt;I am with POSSCON (The Palmetto Open Source Software Conference), one of the largest open source software conferences on the east coast.&amp;nbsp; I am writing to request contact information of the person at Cubrid who is responsible for marketing and conference attendance.&amp;nbsp; We would like to invite Cubrid to participate in POSSCON 2012.&amp;nbsp; Thank you, Erin Tyler (&lt;a href=&quot;mailto:erin@posscon.org&quot;&gt;erin@posscon.org&lt;/a&gt;)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</content>
                  
   </entry>
   <entry>
      <title>Quizland March 2011 question 10</title>
      <id>http://www.cubrid.org/195883</id>
      <published>2011-03-30T21:44:19-07:00</published>
      <updated>2011-10-23T17:53:18-07:00</updated>
      <link rel="alternate" type="text/html" href="http://www.cubrid.org/195883"/>
      <link rel="replies" type="text/html" href="http://www.cubrid.org/195883#comment"/>
      <author>
         <name>slapo</name>
               </author>
            <content type="html">&lt;div class=&quot;xe_content&quot;&gt;Good day,&lt;br /&gt;&lt;br /&gt;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&apos;m not sure I have understood the question well.&lt;br /&gt;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?&lt;br /&gt;&lt;br /&gt;It would be nice if the question could be updated with a hint of how many indexes should there be in the result.&lt;br /&gt;&lt;br /&gt;Thanks. &lt;!-- s:) --&gt;&lt;img src=&quot;modules/editor/components/emoticon/tpl/images/phpbb/icon_e_smile.gif&quot; alt=&quot;:)&quot; title=&quot;Smile&quot; /&gt;&lt;!-- s:) --&gt;&lt;/div&gt;</content>
                  
   </entry>
   <entry>
      <title>Cubrid multicore sql optimisation</title>
      <id>http://www.cubrid.org/226585</id>
      <published>2011-10-03T10:40:25-07:00</published>
      <updated>2011-10-11T22:29:14-07:00</updated>
      <link rel="alternate" type="text/html" href="http://www.cubrid.org/226585"/>
      <link rel="replies" type="text/html" href="http://www.cubrid.org/226585#comment"/>
      <author>
         <name>enkidusan</name>
               </author>
            <content type="html">&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;Hi ,&lt;/p&gt;&lt;p&gt;Can&amp;nbsp; cubrid engine automatically optimize sql execution so that it uses all cores on a multicore cpu&amp;nbsp; ?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Please post any comments on this or some links to cubrid documentation that adds more clues for this area. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Enkidu.&lt;br /&gt;&lt;/p&gt;&lt;p&gt; &lt;br /&gt;&lt;/p&gt;&lt;/div&gt;</content>
                  
   </entry>
   <entry>
      <title>LINQ .NET for Cubrid</title>
      <id>http://www.cubrid.org/195594</id>
      <published>2010-06-24T21:56:30-07:00</published>
      <updated>2011-09-28T05:58:50-07:00</updated>
      <link rel="alternate" type="text/html" href="http://www.cubrid.org/195594"/>
      <link rel="replies" type="text/html" href="http://www.cubrid.org/195594#comment"/>
      <author>
         <name>mr-rienzi</name>
               </author>
            <content type="html">&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;Hi.&lt;br /&gt;&lt;br /&gt;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:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://groups.google.com/group/dblinq&quot; alt=&quot;&quot; title=&quot;&quot;&gt;http://groups.google.com/group/dblinq&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Expected release date: Mid August 2010.&lt;br /&gt;&lt;br /&gt;Thank you!&lt;br /&gt;&lt;br /&gt;/Rienzi&lt;/p&gt;&lt;/div&gt;</content>
                  
   </entry>
   <entry>
      <title>.NET example</title>
      <id>http://www.cubrid.org/195597</id>
      <published>2010-06-24T21:53:15-07:00</published>
      <updated>2011-09-28T05:58:13-07:00</updated>
      <link rel="alternate" type="text/html" href="http://www.cubrid.org/195597"/>
      <link rel="replies" type="text/html" href="http://www.cubrid.org/195597#comment"/>
      <author>
         <name>mr-rienzi</name>
               </author>
            <content type="html">&lt;div class=&quot;xe_content&quot;&gt;Hi.&lt;br /&gt;&lt;br /&gt;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 &lt;img src=&quot;http://www.cubrid.org/modules/editor/components/emoticon/tpl/images/phpbb/icon_e_smile.gif&quot; alt=&quot;:)&quot; title=&quot;:)&quot; style=&quot;&quot; /&gt;&lt;br /&gt;&lt;br /&gt;The ported application is &quot;Chinook Database&quot; - &lt;a href=&quot;http://chinookdatabase.codeplex.com/&quot; alt=&quot;&quot; title=&quot;&quot;&gt;http://chinookdatabase.codeplex.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Expected release date: July 2010.&lt;br /&gt;&lt;br /&gt;Thank you!&lt;br /&gt;&lt;br /&gt;/Rienzi&lt;/div&gt;</content>
                  
   </entry>
   <entry>
      <title>Missing page in online manual</title>
      <id>http://www.cubrid.org/195719</id>
      <published>2010-06-13T18:02:32-07:00</published>
      <updated>2011-09-28T05:56:26-07:00</updated>
      <link rel="alternate" type="text/html" href="http://www.cubrid.org/195719"/>
      <link rel="replies" type="text/html" href="http://www.cubrid.org/195719#comment"/>
      <author>
         <name>quartex</name>
               </author>
            <content type="html">&lt;div class=&quot;xe_content&quot;&gt;Hi&lt;br /&gt;The page &lt;a class=&quot;postlink&quot; href=&quot;/manual/831/en/Replacing%20Master%20Database%20(Automatic)&quot; alt=&quot;&quot; title=&quot;&quot;&gt;http://www.cubrid.org/manual/admin/admi ... dbauto.htm&lt;/a&gt; linked in online manual is missing&lt;/div&gt;</content>
                  
   </entry>
   <entry>
      <title>Cubrid Components</title>
      <id>http://www.cubrid.org/204310</id>
      <published>2011-08-23T22:52:52-07:00</published>
      <updated>2011-08-24T20:03:17-07:00</updated>
      <link rel="alternate" type="text/html" href="http://www.cubrid.org/204310"/>
      <link rel="replies" type="text/html" href="http://www.cubrid.org/204310#comment"/>
      <author>
         <name>chonox1</name>
               </author>
            <content type="html">&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; color: rgb(51, 51, 51); font-family: arial, sans-serif; &quot;&gt;Hi I gave a brief presentation about Cubrid and Cubrid Manager. I had some questions relating&lt;div name=&quot;sig_d41d8cd98f&quot; style=&quot;margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0pt; &quot;&gt;&lt;/div&gt;&lt;div&gt;to some components which are:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;- Query Processing Component&lt;/div&gt;&lt;div&gt;- Transaction Management Component&lt;/div&gt;&lt;div&gt;- Job and Thread Management Component&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Can you please give me a brief explanation of these 3 components.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;By the way my classmates loved Cubrid!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Best regards,&lt;/div&gt;&lt;div&gt;Antonio&amp;nbsp;&lt;/div&gt;&lt;/span&gt;


&lt;/p&gt;&lt;/div&gt;</content>
                  
   </entry>
   <entry>
      <title>Error while connection</title>
      <id>http://www.cubrid.org/196787</id>
      <published>2011-06-20T09:59:46-07:00</published>
      <updated>2011-08-24T01:29:20-07:00</updated>
      <link rel="alternate" type="text/html" href="http://www.cubrid.org/196787"/>
      <link rel="replies" type="text/html" href="http://www.cubrid.org/196787#comment"/>
      <author>
         <name>mario_tim</name>
               </author>
            <content type="html">&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;I cannot connect to my local database, I created it with my own login and password, but whilte connection it return just &quot;ERROR&quot; without any desctioptions. I also cannot connect to default database localhost with password 123, unfortunately it also unsuccessful. What should I do to create&amp;nbsp; database and connect to it?&lt;/p&gt;&lt;/div&gt;</content>
                  
   </entry>
   <entry>
      <title>Precompiled cubrid.so/pdo_cubrid.so on Ubuntu Natty</title>
      <id>http://www.cubrid.org/196177</id>
      <published>2011-06-13T15:40:52-07:00</published>
      <updated>2011-08-24T01:14:39-07:00</updated>
      <link rel="alternate" type="text/html" href="http://www.cubrid.org/196177"/>
      <link rel="replies" type="text/html" href="http://www.cubrid.org/196177#comment"/>
      <author>
         <name>Stas</name>
               </author>
            <content type="html">&lt;div class=&quot;xe_content&quot;&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;there&apos;s a problem with precompiled php modules for PHP.&lt;/p&gt;&lt;p&gt;When trying to load them (by adding to php.ini or /etc/php5/conf.d/) for:&lt;/p&gt;&lt;p&gt;&lt;u&gt;cubrid.so I get a warning:&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre class=&quot;brush: php;collapse: true;&quot;&gt;PHP Warning:  PHP Startup: Unable to load dynamic library &apos;/usr/lib/php5/20090626+lfs/cubrid.so&apos; - /usr/lib/php5/20090626+lfs/cubrid.so: undefined symbol: executor_globals_id in Unknown on line 0&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;All good, but cubrid_* functions are not available anyway. After googling, it looks like the module was&amp;nbsp;pre-compiled&amp;nbsp;without ZTS enabled or something like that, while on Ubuntu it&apos;s&amp;nbsp;vice-versa.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;pdo_cubrid.so loads without warning, but again, functions are not accessible.&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;My environment:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre class=&quot;brush: bash;collapse: true;&quot;&gt;apt-cache policy nginx-light php5-fpm | grep Instalat  Instalat:   5.3.5-1ubuntu7.2  Instalat:   0.8.54-4cubrid --version                                                                                                                           &lt;/pre&gt;&lt;div&gt;cubrid (CUBRID utilities)&lt;/div&gt;&lt;div&gt;CUBRID 2008 R4.0 (8.4.0.0196) (32bit release build for linux_gnu) (Apr 29 2011 00:21:30)&lt;/div&gt;&lt;div&gt;Copyright (C) 2008 Search Solution Corporation. All rights reserved by Search Solution.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;uname -ri&lt;/div&gt;&lt;div&gt;2.6.38-8-generic i386&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;So I had to re-compile the cubrid.so using PEAR, worked fine now. (My &lt;a href=&quot;http://ge.tt/91flr35&quot; target=&quot;_blank&quot;&gt;cubrid.so here&lt;/a&gt;)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;P.S.: Having a PPA for Ubuntu/Debian, would be really cool.&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</content>
                  <category term="php"/>
            <category term="cubrid.so"/>
            <category term="pdo_cubrid.so"/>
            
   </entry>
   <entry>
      <title>DB Files</title>
      <id>http://www.cubrid.org/204124</id>
      <published>2011-08-17T08:20:35-07:00</published>
      <updated>2011-08-23T22:55:06-07:00</updated>
      <link rel="alternate" type="text/html" href="http://www.cubrid.org/204124"/>
      <link rel="replies" type="text/html" href="http://www.cubrid.org/204124#comment"/>
      <author>
         <name>chonox1</name>
               </author>
            <content type="html">&lt;div class=&quot;xe_content&quot;&gt;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?&lt;/div&gt;</content>
                  
   </entry>
</feed> 

