<?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/?mid=forum</link>
        <description>CUBRID Forum</description>
        <language>en</language>
        <pubDate>Mon, 06 Jun 2011 16:31:28 -0800</pubDate>
        <lastBuildDate>Fri, 24 May 2013 18:15:51 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>First db does not open</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/663411</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/663411</guid>
                                    <description><![CDATA[<p>I have installed Cubrid in a VM on CentOS 6.4 and created a database:<br />cubrid createdb German</p>
<p>Tried to start the db:<br />csql German -u dba<br /><br />This results in:<br />ERROR: Failed to connect to database server, 'German', on the following host(s): localhost<br /><br />And the csql.err file reads:<br />Time: 05/23/13 16:37:24.227 - ERROR *** file ../src/communication/network_cl.c, line 4224 ERROR CODE = -191 Tran = -1, EID = 1<br />Cannot connect to server "German" on "localhost".<br /><br />Time: 05/23/13 16:37:24.227 - ERROR *** file ../src/transaction/boot_cl.c, line 1561 ERROR CODE = -677 Tran = -1, EID = 2<br />Failed to connect to database server, 'German', on the following host(s): localhost<br /><br />*** The previous error message is the last one. ***</p>
<p>What am I doing wrong?</p>]]></description>
                        <pubDate>Thu, 23 May 2013 15:53:28 -0800</pubDate>
                                    <slash:comments>5</slash:comments>
                    </item>
        										        <item>
            <title>Can&apos;t use shard with PHP</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/660884</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/660884</guid>
                                    <description><![CDATA[<p>Hello.</p>
<p>I try to insert data into shards with PHP, but connect using PHP PDO with error:</p>
<p>Error: SQLSTATE[HY000] [-10100] CAS, Unknown error<br />Code: 4294957196</p>
<p>PHP code:</p>
<p>
<p>try {<br />&nbsp; &nbsp; $db =new PDO('cubrid:dbname=shard1;host=localhost;port=45511', 'shard', 'shard123' );<br />&nbsp; &nbsp; echo "PDO connection created ok!"."
";<br />} catch(PDOException $e) {<br /> &nbsp; &nbsp;echo "Error: ".$e-&gt;getMessage()."
"."Code: ".$e-&gt;getCode()."
";<br />}</p>
<p>But with JAVA example (&nbsp;<a href="http://www.cubrid.org/manual/91/en/shard.html">http://www.cubrid.org/manual/91/en/shard.html</a>&nbsp;) everything works fine. JAVA code:</p>
<p>connection = DriverManager.getConnection("jdbc:cubrid:localhost:45511:shard1:::?charSet=utf8", "shard", "shard123");</p>
<p>If in PHP i use port 30000 - everything works fine, data inserted, but without sharding.</p>
<p>What's the problem?</p>
<p>&nbsp;</p>
</p>]]></description>
                        <pubDate>Mon, 20 May 2013 06:08:57 -0800</pubDate>
                                    <slash:comments>4</slash:comments>
                    </item>
        										        <item>
            <title>Italian translation</title>
            <dc:creator>quartex</dc:creator>
            <link>http://www.cubrid.org/forum/195547</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195547</guid>
                                    <description><![CDATA[Hi,<br />Browsing the code I see the language directory where is present english and Korean... eventually do you need an italian translation of it (with a bit of time) ?<br />(Sorry I wrote in this section because in Internazionalization is not present a general index but only language specific code)]]></description>
                        <pubDate>Sat, 12 Jun 2010 18:15:21 -0800</pubDate>
                                    <slash:comments>28</slash:comments>
                    </item>
        										        <item>
            <title>Cannot connect to database</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/642430</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/642430</guid>
                                    <description><![CDATA[<p>PHP fatal error uncaught exception PDO exception with message: &nbsp;could not connect to database.</p>
<p>I'm running Ubuntu 12.04 and have downloaded all the php drivers, etc. &nbsp;Just says unable to connect. &nbsp;Other than this, I believe I can run the script.</p>
<p>I'm running the command line: &nbsp;php5 ./imap_redbean.php</p>
<p>and I'm getting the above error.</p>]]></description>
                        <pubDate>Tue, 23 Apr 2013 15:26:58 -0800</pubDate>
                                    <slash:comments>12</slash:comments>
                    </item>
        										        <item>
            <title>CUBRID Cloud Service Forum</title>
            <dc:creator>Esen Sagynov</dc:creator>
            <link>http://www.cubrid.org/forum/605411</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/605411</guid>
                                    <description><![CDATA[<p>We will be posting updates about CUBRID Cloud Service (<a href="http://www.cloud.cubrid.org">http://www.cloud.cubrid.org</a>) in this forum.</p>
<p>If you have questions or encounter any issue, feel free to post in this thread.</p>]]></description>
                        <pubDate>Wed, 06 Mar 2013 21:52:07 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>What is the purpose of first volume when creating database?</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/607988</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/607988</guid>
                                    <description><![CDATA[<p>Hi,</p>
<p>What is the purpose of first volume when creating database which is generic volume? Why it is not data volume?</p>
<p>What is the usage of generic volume? It means it can hold both data and index?</p>]]></description>
                        <pubDate>Sat, 09 Mar 2013 22:35:22 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Difference between checkpoint_interval_in_mins and page_flush_interval_in_msecs?</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/608078</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/608078</guid>
                                    <description><![CDATA[<p>Hi guys,</p>
<p>I'm confused about difference between checkpoint_interval_in_mins and page_flush_interval_in_msecs? They are both writing dirty pages in buffers to data volume at specific interval.&nbsp;</p>]]></description>
                        <pubDate>Sun, 10 Mar 2013 01:27:59 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Does table partitioning cause index partitioning too?</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/607542</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/607542</guid>
                                    <description><![CDATA[<p>Hi,</p>
<p>Does table partitioning cause index partitioning too? Or we have one big index and bunch of small data tables</p>
<p>I'm asking this because in PostgreSQL we should create index for each partition separately.&nbsp;</p>]]></description>
                        <pubDate>Sat, 09 Mar 2013 02:03:32 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Partition Pruning and parametrized query</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/607529</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/607529</guid>
                                    <description><![CDATA[<p>hi guys,</p>
<p>&nbsp;</p>
<p><a href="/manual/90/en/Partition%20Pruning">Partition pruning</a> section says:</p>
<blockquote>
<p><span style="color: #131212; font-family: Calibri, 'Times New Roman', Arial, Helvetica, Verdana; font-size: 15px; line-height: 18px; text-align: justify;">In versions lower than CUBRID 9.0, partition pruning has been executed at the query compiling stage. However, in version of CUBRID 9.0 or higher, it is executed at the server side at the query execution stage</span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #131212; font-family: Calibri, 'Times New Roman', Arial, Helvetica, Verdana;"><span style="font-size: 15px; line-height: 18px;"><span style="text-align: justify;">&nbsp;</span>Does this mean we can not benefit partition pruning when using parametrized query because at compile time arguments are not available?</span></span></p>]]></description>
                        <pubDate>Sat, 09 Mar 2013 01:53:46 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Problems with Uniform Server</title>
            <dc:creator>hcrow</dc:creator>
            <link>http://www.cubrid.org/forum/195675</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195675</guid>
                                    <description><![CDATA[Hi, i was trying to use Uniform Server, but i got an error when i run it... this is the error<br /><br /><img src="http://img39.imageshack.us/img39/908/cubriderror.jpg" alt="cubriderror.jpg" /><br /><br />I am using Windows XP 32Bits with SP3.<br /><br />Thanks everybody]]></description>
                        <pubDate>Tue, 28 Sep 2010 23:56:22 -0800</pubDate>
                                    <slash:comments>5</slash:comments>
                    </item>
        										        <item>
            <title>Is it possible to define conditional unique constraint</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/563925</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/563925</guid>
                                    <description><![CDATA[<p>Cubrid unique constraint doesn't allow multiple Nulls, But in my case I just want to enforce unique constraint to all no null values, that is for the following schema</p>
<p>create table t (</p>
<p>&nbsp; &nbsp; ID_ varchar(64) not null,</p>
<p>&nbsp; &nbsp; EMP_ID varchar(64) not null,</p>
<p>&nbsp; &nbsp; COM_ID varchar(64),</p>
<p>&nbsp; &nbsp; NAME varchar(64) not null</p>
<p>);</p>
<p>alter table t</p>
<p>&nbsp; &nbsp;add constraint UNIQ_T_EMP_COM</p>
<p>&nbsp; &nbsp;unique(EMP_ID&nbsp;,&nbsp;COM_ID&nbsp;);</p>
<p>these inserts should not violate unique constraint<br />insert ('12', '23', null, &nbsp;'blah');</p>
<p>insert ('13', '23', null, &nbsp;'blah');</p>
<p>Is it possible to define that kind of unique constraint? Please point me out.</p>
<p><br />Thanks</p>
<p><br />Carter</p>]]></description>
                        <pubDate>Wed, 23 Jan 2013 18:18:44 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Stuck installing Cubrid on FC15</title>
            <dc:creator>gabordemooij</dc:creator>
            <link>http://www.cubrid.org/forum/304563</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/304563</guid>
                                    <description><![CDATA[<p>Hi there,</p><p>Want to try Cubrid but..&nbsp;I cant get the PDO driver to work:</p><p>When I run php-cli I get:</p><p></p><div editor_component="code_highlighter" code_type="Bash" file_path="" description="" first_line="1" collapse="false" nogutter="true" nocontrols="false" 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/lib64/php/modules/pdo_cubrid.so' - /usr/lib64/php/modules/pdo_cubrid.so: undefined symbol: php_pdo_register_driver in Unknown on line 0</div><p>I have no clue what this means. I installed the PDO version as described and put the extension .so ref in my php.d/cubrid.ini file.</p><p>Any ideas?</p>]]></description>
                        <pubDate>Wed, 29 Feb 2012 12:24:55 -0800</pubDate>
                                    <slash:comments>8</slash:comments>
                    </item>
        										        <item>
            <title>Executing multiple statements</title>
            <dc:creator>tanyona</dc:creator>
            <link>http://www.cubrid.org/forum/534638</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/534638</guid>
                                    <description><![CDATA[<p>Is it possible to execute multiple statements using the Statement.execute() method, and access the statement results using the Statement.getMoreResults() method? e.g.</p>

<div editor_component="code_highlighter" code_type="Java" title="" first_line="1" collapse="false" highlight="" nogutter="false" style="border:#666 1px dotted;border-left:#2AE 5px solid;padding:5px;background:#FAFAFA url('./modules/editor/components/code_highlighter/code.png') no-repeat top right;">String&nbsp;sql="select&nbsp;*&nbsp;from&nbsp;table1&nbsp;;&nbsp;select&nbsp;*&nbsp;from&nbsp;table2;";<br />
<br />
PreparedStatement&nbsp;ps&nbsp;=&nbsp;conn.prepareStatement(sql);<br />
<br />
ps.execute();<br />
<br />
Resultset&nbsp;rs&nbsp;=&nbsp;ps.getResultset();<br />
<br />
while(ps.getMoreResults()){<br />
<br />
rs=ps.getResultSet();<br />
<br />
}</div>]]></description>
                        <pubDate>Mon, 24 Dec 2012 00:30:21 -0800</pubDate>
                                    <slash:comments>5</slash:comments>
                    </item>
        										        <item>
            <title>PreparedStatement getUpdateCount issue</title>
            <dc:creator>Timothy Anyona</dc:creator>
            <link>http://www.cubrid.org/forum/539643</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/539643</guid>
                                    <description><![CDATA[<p>I have the following code.</p>

<p></p>

<div editor_component="code_highlighter" code_type="Java" title="" first_line="1" collapse="false" highlight="" nogutter="false" style="border:#666 1px dotted;border-left:#2AE 5px solid;padding:5px;background:#FAFAFA url('./modules/editor/components/code_highlighter/code.png') no-repeat top right;">String&nbsp;sql="update&nbsp;table1&nbsp;set&nbsp;col1=1;&nbsp;select&nbsp;*&nbsp;from&nbsp;table2;&nbsp;select&nbsp;*&nbsp;from&nbsp;table3";<br />
&nbsp;<br />
PreparedStatement&nbsp;ps&nbsp;=&nbsp;conn.prepareStatement(sql);<br />
&nbsp;<br />
ps.execute();<br />
&nbsp;<br />
Resultset&nbsp;rs&nbsp;=&nbsp;ps.getResultset();<br />
int&nbsp;updateCount&nbsp;=&nbsp;ps.getUpdateCount();<br />
<br />
while(ps.getMoreResults()&nbsp;||&nbsp;ps.getUpdateCount()&nbsp;!=&nbsp;-1){&nbsp;<br />
	rs&nbsp;=&nbsp;ps.getResultSet();<br />
	updateCount&nbsp;=&nbsp;ps.getUpdateCount();<br />
}</div>

<br /><p></p>

<p>It seems like the <b>getUpdateCount </b>method doesn't return an updated value if a select statement follows an update statement. I would expect the <b>updateCount </b>variable to have -1 at the end of the loop but instead it has the result from the update statement.<br /></p>]]></description>
                        <pubDate>Sat, 29 Dec 2012 03:21:12 -0800</pubDate>
                                    <slash:comments>2</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 12:33:09 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Indonesian</title>
            <dc:creator>riespandi</dc:creator>
            <link>http://www.cubrid.org/forum/203177</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/203177</guid>
                                    <description><![CDATA[<p>Coming soon, CUBRID in Indonesian Language..</p>]]></description>
                        <pubDate>Mon, 18 Jul 2011 13:56:28 -0800</pubDate>
                                </item>
        										        <item>
            <title>demodb documentation</title>
            <dc:creator>vbergmann</dc:creator>
            <link>http://www.cubrid.org/forum/327167</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/327167</guid>
                                    <description><![CDATA[<p>Hi,</p><p>you are providing a sample database 'demodb' with your installers as well with your virtual machine images. This raises the expectations to have a quick and easy posibility to start and get issue the first queries within a few minutes. But in the end I needed four hours (also caused by other documentation issues posted in this forum).<br /></p><p>You do not provide the user with the necessary information to access it (or do not provide links to it). It took a long time to find out, that not my JDBC connection data was wrong, but that I had to start the demodb explicitly (cubrid server start demodb) though the CUBRID service was running. Finally I found user and password ('dba', &lt;empty&gt;) only through a forum question related to accessing a custom instance, not by regular documentation. You can save evaluators a lot of time providing a short 'Getting started with demodb' page or so.<br /></p><p>Regards,</p><p>Volker<br /></p>]]></description>
                        <pubDate>Sat, 14 Apr 2012 21:54:09 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>case insensitive search in varchar fields</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/446649</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/446649</guid>
                                    <description><![CDATA[<p>Hi,</p><p>I have the following table:</p><p>CREATE TABLE "users"(<br />"user_id" integer AUTO_INCREMENT,<br />"user_name" character varying(4096) NOT NULL UNIQUE,<br />"user_email" character varying(4096) NOT NULL UNIQUE,<br />"user_nickname" character varying(4096) NOT NULL,<br />"user_firstname" character varying(4096) NOT NULL,<br />"user_lastname" character varying(4096) NOT NULL,<br />"user_points" integer DEFAULT 0,<br />"user_rank" integer DEFAULT 0,<br />CONSTRAINT pk_user_user_id PRIMARY KEY("user_id")<br />);<br /></p><p><br /></p><p>I want to be able to search users like this:</p><p>SELECT<br />&nbsp;&nbsp;&nbsp; users.user_name AS username,<br />&nbsp;&nbsp;&nbsp; users.user_nickname AS nickname<br />FROM<br />&nbsp;&nbsp;&nbsp; users<br />WHERE<br />&nbsp;&nbsp;&nbsp; users.user_name LIKE 'Joh%' OR users.user_nickname LIKE 'Joh%'</p><p><br /></p><p>Questions:</p><p>1. Is there a better way to do this?</p><p>2. How can make this operation case insensitive? If I write 'joh%' I get no result.</p><p><br /></p><p>Thanks,<br />Dragos<br /></p>]]></description>
                        <pubDate>Wed, 10 Oct 2012 05:01:45 -0800</pubDate>
                                    <slash:comments>6</slash:comments>
                    </item>
        										        <item>
            <title>Installing python module in linux</title>
            <dc:creator>martinvega</dc:creator>
            <link>http://www.cubrid.org/forum/195611</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195611</guid>
                                    <description><![CDATA[I'm triying to install the python module in a debian linux distribution, I have install the python2.6-dev, the gcc and library tools and Cubrir running, then run the script&#058;<br />$python setup.py build<br /><br />I have the next error:<br />............<br />.............<br />/usr/local/cubrid/include/cas_error.h:38:2: warning: #ident is a deprecated GCC extension<br />gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cubrid/include -I/usr/include/python2.6 -c oid.c -o build/temp.linux-x86_64-2.6/oid.o<br />gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/cubrid.o build/temp.linux-x86_64-2.6/conn.o build/temp.linux-x86_64-2.6/cursor.o build/temp.linux-x86_64-2.6/oid.o -L/usr/local/cubrid/lib64 -lcascci -o build/lib.linux-x86_64-2.6/cubrid.so<br />/usr/bin/ld: cannot find -lcascci<br />collect2: ld returned 1 exit status<br />error: command 'gcc' failed with exit status 1<br /><br />Why would it be?<br /><br />Thank you very much and congratulation for this great application, sorry for my bad english.]]></description>
                        <pubDate>Mon, 15 Nov 2010 02:51:07 -0800</pubDate>
                                    <slash:comments>3</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 11:08:20 -0800</pubDate>
                                    <slash:comments>4</slash:comments>
                    </item>
        										        <item>
            <title>CUBRID Manager database designer</title>
            <dc:creator>cristiroma</dc:creator>
            <link>http://www.cubrid.org/forum/195704</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195704</guid>
                                    <description><![CDATA[Adding an new designer would be a great addition to the CUBRID Manager. This, including reverse engineering a database, drag & drop tables this by using mouse would be very useful and none of the existing database provide such a tool by default.<br /><br />Have a look at this commercial tool for MySQL - EMS MySQL Manager (<!-- m --><a class="postlink" href="http://www.sqlmanager.net/" alt="" title="">http://www.sqlmanager.net/</a><!-- m -->).]]></description>
                        <pubDate>Tue, 28 Dec 2010 13:56:25 -0800</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>CUBRID Affiliates</title>
            <dc:creator>Laura Oh</dc:creator>
            <link>http://www.cubrid.org/forum/456440</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/456440</guid>
                                    <description><![CDATA[<p>


<a href="/affiliates">http://www.cubrid.org/affiliates</a>&nbsp;</p><p>We want to build relationships with the open source communities. The&nbsp;CUBRID Affiliates Program is waiting for your support. If you have questions or would like to discuss about it, please leave your comments below.</p>]]></description>
                        <pubDate>Mon, 22 Oct 2012 02:38:22 -0800</pubDate>
                                </item>
        										        <item>
            <title>Plan to support PL/Sql and Cubrid 2008 3.0</title>
            <dc:creator>r_1gm</dc:creator>
            <link>http://www.cubrid.org/forum/195624</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/195624</guid>
                                    <description><![CDATA[Hi,<br /><br />Any plan to support PL/Sql Procedure and Function ?, i think this is CUBRID biggest missing feature, and when is 3.0 came out ?<br /><br />Thank you in advance.]]></description>
                        <pubDate>Fri, 25 Jun 2010 04:19:25 -0800</pubDate>
                                    <slash:comments>3</slash:comments>
                    </item>
        										        <item>
            <title>PDO: dyld: lazy symbol binding failed: Symbol not found: _cci_connect_ex</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/515139</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/515139</guid>
                                    <description><![CDATA[<div><div>The CUBRID PDO driver is failing on OS X:</div>

<div><br /></div>

<div>$ php -a</div>

<div>php &gt; $p = new PDO('cubrid:host=10.0.1.102;port=8001;dbname=blog', 'user', 'pass');</div>

<div>dyld: lazy symbol binding failed: Symbol not found: _cci_connect_ex</div>

<div>&nbsp; Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20100525/pdo_cubrid.so</div>

<div>&nbsp; Expected in: flat namespace</div>

<div><br /></div>

<div>dyld: Symbol not found: _cci_connect_ex</div>

<div>&nbsp; Referenced from: /usr/lib/php/extensions/no-debug-non-zts-20100525/pdo_cubrid.so</div>

<div>&nbsp; Expected in: flat namespace</div>

<div><br /></div>

<div>Trace/BPT trap: 5</div>

</div>

<div><br /></div>

<div>$ uname -a</div>

<div>Darwin tom.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64</div>

<div><br /></div>

<div><div>$ php -v</div>

<div>PHP 5.4.8 (cli) (built: Oct 28 2012 17:07:52)&nbsp;</div>

</div>

<div><br /></div>

<div>$ pecl list</div>

<div>Package &nbsp; &nbsp;Version &nbsp; &nbsp;State</div>

<div>CUBRID &nbsp; &nbsp; 8.4.3.0001 stable</div>

<div>PDO_CUBRID 8.4.3.0001 stable</div>

<div><br /></div>

<div>Server version:</div>

<div><div>&nbsp;Cubrid Version: CUBRID 2008 R4.3 (8.4.3.0150) (32bit release build for linux_gnu) (Nov 23 2012 12:16:52)</div>

<div>&nbsp;Broker Version: VERSION 8.4.3.0150</div>

</div>

<div><br /></div>

<div>I installed PDO_CUBRID following these instructions:&nbsp;http://www.cubrid.org/wiki_apis/entry/build-cubrid-php-driver-on-mac-os-x-through-pecl-using-cci-driver</div>

<div><br /></div>

<div>It seems to me there is likely a problem in the versions: PDO_CUBRID is 8.4.3 and the CCI driver is&nbsp;CUBRID-CCI-8.4.1.4009-x64.macosx.tar.gz</div>

<div><br /></div>

<div>The only CCI driver version available for OS X is 8.4.1:</div>

<div> http://www.cubrid.org/?mid=downloads&amp;item=cci_driver&amp;os=mac%20os%20x&amp;cubrid=8.4.3</div>

<div><br /></div>

<div>but there is not a PDO_CUBRID version for 8.4.1:</div>

<div>http://pecl.php.net/package/PDO_CUBRID</div>

<div><br /></div>

<div>Instructions for building CCI on OS X (http://www.cubrid.org/wiki_apis/entry/building-cubrid-cci-api-on-mac-os-x) are not useful for 8.4.3 because I can't find the corresponding SVN branch.</div>

<div><br /></div>

<div>How should I get&nbsp;PDO_CUBRID working on OS X?</div>]]></description>
                        <pubDate>Mon, 03 Dec 2012 16:33:39 -0800</pubDate>
                                    <slash:comments>14</slash:comments>
                    </item>
        										        <item>
            <title>how to setup sharding</title>
            <dc:creator>idan</dc:creator>
            <link>http://www.cubrid.org/forum/485890</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/485890</guid>
                                    <description><![CDATA[<p>I read the document but I can't still figure out how to use sharding. Can you please spread some more info about it, a step by step guide, or what happens when I want to add another shard, any sharding configuration strategies, etc.</p>]]></description>
                        <pubDate>Fri, 09 Nov 2012 21:02:43 -0800</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
        										        <item>
            <title>strange bug that stops the database</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/433928</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/433928</guid>
                                    <description><![CDATA[<p>Hi,</p><p>I am working with CUBRID and python CUBRID in a W7 environment for over a month and this is the first time when I encounter a problem like this. I can reproduce it all over again.</p><p>I have created a view that extracts data from 2 tables:</p><p>SELECT<br />&nbsp;&nbsp;&nbsp; actions.action_id AS action_id,<br />&nbsp;&nbsp;&nbsp; actions.user_id AS user_id,<br />&nbsp;&nbsp;&nbsp; actions.page_id AS page_id,<br />&nbsp;&nbsp;&nbsp; actions.action_type_id AS action_type_id,<br />&nbsp;&nbsp;&nbsp; actions.action_when AS action_when,<br />&nbsp;&nbsp;&nbsp; users.user_name AS username,<br />&nbsp;&nbsp;&nbsp; users.user_nickname AS nickname<br />FROM<br />&nbsp;&nbsp;&nbsp; actions LEFT JOIN users ON actions.user_id = users.user_id<br />ORDER BY actions.action_when ASC</p><p>In the users table are 3 records:</p><p><img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/195510/928/433/cubrid_users.gif" alt="cubrid_users.gif" height="431" width="683" />
<br /></p><p><br /></p><p>In the actions table are 5 records:</p><p><img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/195510/928/433/cubrid_actions.gif" alt="cubrid_actions.gif" height="463" width="725" />&nbsp;</p><p>And here is the view with 5 records:</p><p><img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/195510/928/433/cubrid_view.gif" alt="cubrid_view.gif" height="478" width="616" />&nbsp;</p><p>Now, anytime I want to query the view like this:</p><p>SELECT username, nickname FROM actions_users WHERE page_id = 100274</p><p>the database stops working:</p><p>1. from CUBRID Manager:</p><p><img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/195510/928/433/cubrid_bug_1.gif" alt="cubrid_bug_1.gif" height="990" width="1680" />&nbsp;</p><p>2. from web application via python driver</p><p><img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/195510/928/433/cubrid_bug_2.gif" alt="cubrid_bug_2.gif" height="508" width="1224" />&nbsp;</p><p>After that, I have to manually start the database, then it works for a few queries and stops working again. An important thing to be considered is that this happens mostly after an INSERT operation in the actions table - the sql can be viewed in the above capture.</p><p>Right now I don't know how to handle this. Any ideas? I tried a lot of things: delete view and recreated with a different name, rename columns but the same result: when query the view the database stops.<br /></p><p>If is necessary I can provide the full database schema + data and also the SQL commands executed through the python driver. <br /></p><p>Thanks a lot,<br />Dragos</p><p><br /></p>]]></description>
                        <pubDate>Sat, 22 Sep 2012 00:45:48 -0800</pubDate>
                                    <slash:comments>7</slash:comments>
                    </item>
        										        <item>
            <title>VM Image files giving CRC error</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/435707</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/435707</guid>
                                    <description><![CDATA[<p>


Dear All,</p><p>I have downloaded the following VM Images multiple time. When I extract the files, it gives CRC error.</p><p>I am using download accelerator plus to download. So, I feel the download is perfect. Please letr me know what needs to be done.</p><p>&nbsp;</p><p>The images</p><p>=========</p><p><a href="/download_file.php?section=cubrid_8.4.1&amp;id=centos-6.2-cubrid-8.4.1-vbox.tar.gz.001" target="_self">centos-6.2-cubrid-8.4.1-vbox.tar.gz.001</a></p><p><a href="/download_file.php?section=cubrid_8.4.1&amp;id=centos-6.2-cubrid-8.4.1-vbox.tar.gz.002" target="_self">centos-6.2-cubrid-8.4.1-vbox.tar.gz.002</a>&nbsp;</p><p>&nbsp;</p><p>Regards</p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
                        <pubDate>Tue, 25 Sep 2012 02:48:21 -0800</pubDate>
                                    <slash:comments>16</slash:comments>
                    </item>
        										        <item>
            <title>unload/load issue</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/425888</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/425888</guid>
                                    <description><![CDATA[<p>After a successful unload/load operation I noticed something strange regarding the order of the records in a table:<br /></p><p>- from development server</p><p><img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/195510/888/425/devel_table.jpg" alt="devel_table.jpg" height="889" width="716" />
<br /></p><p><br /></p><p>- from the production server</p><p><img editor_component="image_link" src="http://www.cubrid.org/files/attach/images/195510/888/425/production_table.jpg" alt="production_table.jpg" height="878" width="403" />
<br /></p><p><br /></p><p>The records come in the reverse order. Why is that?</p><p><br /></p><p>Thanks,<br />Dragos</p><p><br /></p>]]></description>
                        <pubDate>Tue, 11 Sep 2012 00:54:14 -0800</pubDate>
                                    <slash:comments>6</slash:comments>
                    </item>
        										        <item>
            <title>clone a database</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/431673</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/431673</guid>
                                    <description><![CDATA[<p>Hi,</p><p>How can I clone a database? What I want is an exact replica of a database but under a different name.<br /></p><p>Thanks,<br />Dragos</p><p><br /></p>]]></description>
                        <pubDate>Wed, 19 Sep 2012 02:26:24 -0800</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
        										        <item>
            <title>paging records</title>
            <dc:creator></dc:creator>
            <link>http://www.cubrid.org/forum/425924</link>
            <guid isPermaLink="true">http://www.cubrid.org/forum/425924</guid>
                                    <description><![CDATA[<p>What is the best way for paging records, is there something built in CUBRID?</p><p><br /></p><p>What I need is a DIGG style pagination like here - http://metropotam.ro/La-zi/. There is a python library the implements DIGG pagination but in order to use that with CUBRID I have to do 2 queries instead of one:</p><p>1. first count and find out how many records are</p><p>2. instantiate digg pagination in python and get the range (e.g. is page number 3 and record from 201 - 300 using 100 records per page)</p><p>3. call database again using LIMIT</p><p>Is there another solution?</p><p><br /></p><p>Thanks,<br />Dragos</p><p><br /></p>]]></description>
                        <pubDate>Tue, 11 Sep 2012 01:16:06 -0800</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
            </channel>
</rss>
