<?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 Q&amp;A</title>
        <link>http://www.cubrid.org/?mid=questions</link>
        <description>CUBRID Q&amp;A</description>
        <language>en</language>
        <pubDate>Fri, 21 Oct 2011 02:37:10 -0800</pubDate>
        <lastBuildDate>Mon, 20 May 2013 01:15:17 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>CM returns: &quot;-2003 Cannot communicate with broker&quot;</title>
            <dc:creator>Laura Oh</dc:creator>
            <link>http://www.cubrid.org/questions/487976</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/487976</guid>
                                    <description><![CDATA[<p>


I am using CUBRID Manager with CUBRID 2008 R2.2&nbsp;version engine. <br />When I trying to connect to a DB, I have encountered an error message as "-2003 Cannot communicate with broker". <br />How can I do? </p>]]></description>
                        <pubDate>Mon, 12 Nov 2012 19:28:24 -0800</pubDate>
                        <category>CM</category>
                        <category>broker</category>
                        <category>Error Code</category>
                                    <slash:comments>4</slash:comments>
                    </item>
        										        <item>
            <title>How can you get the transaction isolation level in CUBRID ?</title>
            <dc:creator>ovidiuv</dc:creator>
            <link>http://www.cubrid.org/questions/432359</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/432359</guid>
                                    <description><![CDATA[<p>Hello,</p><p>I tried running the command "GET TRANSACTION ISOLATION LEVEL;" in CUBRID Manager and Python Driver. I followed the example below:</p><p><a href="/manual/841/en/GET%20TRANSACTION%20ISOLATION%20LEVEL">http://www.cubrid.org/manual/841/en/GET%20TRANSACTION%20ISOLATION%20LEVEL</a>
</p><p>Instead of getting the result, in Python Driver I obtained a "None" object, while in CUBRID Manager, the output was simply:</p><p></p><div editor_component="code_highlighter" code_type="Sql" 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;">1'th&nbsp;SQL&nbsp;successfully&nbsp;executed.[0.446&nbsp;second]<br />
GET&nbsp;TRANSACTION&nbsp;ISOLATION&nbsp;LEVEL;</div><p></p><p></p><p>How can this command be ran correctly to obtain the isolation level ?</p><p>I checked now and in CSQL it works like this:</p><p></p><p></p><div editor_component="code_highlighter" code_type="Bash" 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;">csql&gt;&nbsp;GET&nbsp;TRANSACTION&nbsp;ISOLATION&nbsp;LEVEL;<br />
===&nbsp;&lt;Result&nbsp;of&nbsp;GET&nbsp;ISOLATION&nbsp;LEVEL&nbsp;Command&nbsp;in&nbsp;Line&nbsp;1&gt;&nbsp;===<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Result<br />
=============<br />
&nbsp;&nbsp;REPEATABLE&nbsp;READ&nbsp;SCHEMA,&nbsp;READ&nbsp;UNCOMMITTED&nbsp;INSTANCES<br />
Current&nbsp;transaction&nbsp;has&nbsp;been&nbsp;committed.<br />
1&nbsp;command(s)&nbsp;successfully&nbsp;processed.</div><p></p><p></p><p>However, I need it to work in Python Driver and CUBRID Manager also.</p><p></p><p>Best regards,</p><p>Ovidiu</p>]]></description>
                        <pubDate>Wed, 19 Sep 2012 22:08:04 -0800</pubDate>
                        <category>python</category>
                        <category>isolation level</category>
                        <category>CM</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Creating multiple tables using CUBRID Manager</title>
            <dc:creator>tanyona</dc:creator>
            <link>http://www.cubrid.org/questions/389299</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/389299</guid>
                                    <description><![CDATA[<p>I'm using CUBRID Manager 8.4.1.2019. I right-click on a database and select New Query Editor. I then paste the following SQL</p><div editor_component="code_highlighter" code_type="Sql" 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;">--&nbsp;Create&nbsp;the&nbsp;ART&nbsp;Repository,&nbsp;version&nbsp;2.3<br />
<br />
--&nbsp;IMPORTANT:<br />
--&nbsp;after&nbsp;running&nbsp;this&nbsp;script,&nbsp;ALSO&nbsp;RUN&nbsp;the&nbsp;tables_xxx.sql&nbsp;script&nbsp;for&nbsp;your&nbsp;database&nbsp;(found&nbsp;in&nbsp;the&nbsp;quartz&nbsp;directory)<br />
<br />
--&nbsp;NOTES:<br />
--&nbsp;for&nbsp;sql&nbsp;server,&nbsp;replace&nbsp;"timestamp"&nbsp;data&nbsp;type&nbsp;with&nbsp;"datetime"<br />
--&nbsp;for&nbsp;sql&nbsp;server&nbsp;2000/2005&nbsp;also&nbsp;replace&nbsp;"date"&nbsp;data&nbsp;type&nbsp;with&nbsp;"datetime"<br />
<br />
--&nbsp;UPGRADING:<br />
--&nbsp;if&nbsp;you&nbsp;are&nbsp;upgrading,&nbsp;don't&nbsp;use&nbsp;this&nbsp;script.&nbsp;run&nbsp;the&nbsp;scripts&nbsp;available&nbsp;in&nbsp;the&nbsp;upgrade&nbsp;directory<br />
--&nbsp;run&nbsp;the&nbsp;scripts&nbsp;one&nbsp;at&nbsp;a&nbsp;time&nbsp;to&nbsp;upgrade&nbsp;to&nbsp;newer&nbsp;versions.&nbsp;e.g.&nbsp;from&nbsp;2.0&nbsp;to&nbsp;2.1,&nbsp;then&nbsp;2.1&nbsp;to&nbsp;2.2&nbsp;etc.<br />
<br />
--&nbsp;if&nbsp;you&nbsp;want&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;repository&nbsp;in&nbsp;place&nbsp;of&nbsp;an&nbsp;existing&nbsp;one,&nbsp;uncomment&nbsp;the&nbsp;DROP&nbsp;statements<br />
--&nbsp;you&nbsp;can&nbsp;use&nbsp;a&nbsp;text&nbsp;editor&nbsp;to&nbsp;replace&nbsp;"--&nbsp;DROP"&nbsp;with&nbsp;"DROP"&nbsp;to&nbsp;accomplish&nbsp;this<br />
<br />
--&nbsp;------------------------------------------------<br />
<br />
<br />
<br />
--&nbsp;ART_SETTINGS<br />
--&nbsp;Stores&nbsp;miscellaneous&nbsp;settings<br />
<br />
CREATE&nbsp;TABLE&nbsp;ART_SETTINGS<br />
(&nbsp;&nbsp;<br />
	SETTING_NAME&nbsp;VARCHAR(50)&nbsp;NOT&nbsp;NULL,<br />
	SETTING_VALUE&nbsp;VARCHAR(2000),&nbsp;&nbsp;<br />
	PRIMARY&nbsp;KEY&nbsp;(SETTING_NAME)<br />
);<br />
<br />
--&nbsp;ART_USERS&nbsp;<br />
--&nbsp;Stores&nbsp;user&nbsp;info<br />
<br />
--&nbsp;ADMIN_LEVEL:&nbsp;0=&nbsp;normal&nbsp;user,&nbsp;5&nbsp;=&nbsp;normal&nbsp;user&nbsp;who&nbsp;can&nbsp;schedule&nbsp;jobs<br />
--&nbsp;10&nbsp;=&nbsp;junior&nbsp;admin,&nbsp;30&nbsp;=&nbsp;mid&nbsp;admin,&nbsp;40&nbsp;=&nbsp;admin,&nbsp;80&nbsp;=&nbsp;senior&nbsp;admin,&nbsp;100&nbsp;=&nbsp;super&nbsp;admin<br />
<br />
CREATE&nbsp;TABLE&nbsp;ART_USERS<br />
(<br />
	USERNAME&nbsp;&nbsp;&nbsp;&nbsp;VARCHAR(15)&nbsp;NOT&nbsp;NULL&nbsp;PRIMARY&nbsp;KEY,<br />
	PASSWORD&nbsp;&nbsp;&nbsp;&nbsp;VARCHAR(200)&nbsp;NOT&nbsp;NULL,<br />
	HASHING_ALGORITHM&nbsp;VARCHAR(20)&nbsp;NOT&nbsp;NULL,<br />
	FULL_NAME&nbsp;&nbsp;&nbsp;VARCHAR(40),&nbsp;&nbsp;<br />
	EMAIL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VARCHAR(40),&nbsp;&nbsp;&nbsp;&nbsp;<br />
	ADMIN_LEVEL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTEGER,<br />
	DEFAULT_OBJECT_GROUP&nbsp;INTEGER,<br />
	CAN_CHANGE_PASSWORD&nbsp;VARCHAR(1),&nbsp;<br />
	ACTIVE_STATUS&nbsp;&nbsp;&nbsp;&nbsp;VARCHAR(1),&nbsp;<br />
	UPDATE_DATE&nbsp;&nbsp;&nbsp;&nbsp;DATE&nbsp;&nbsp;<br />
);</div><span style="font-weight: bold;"></span><p></p><p>The first table is created, but the second table is not created. The log only says <span style="font-weight: bold;">1'th SQL create operation successfully completed.[0.009 second]</span>. Would anyone know why the second create statement doesn't run?<br /></p>]]></description>
                        <pubDate>Tue, 10 Jul 2012 04:02:48 -0800</pubDate>
                        <category>SQL</category>
                        <category>CM</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How to edit data in CUBRID Manager</title>
            <dc:creator>xenu</dc:creator>
            <link>http://www.cubrid.org/questions/317541</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/317541</guid>
                                    <description><![CDATA[<p>Hi!</p><p>How does one edit rows in table using CUBRID Manager? Of course I can use SQL "UPDATE" statement, but I want to do this with GUI. For Microsoft SQL Server I have Management Studio where it is possible to use "Edit top xx rows" function. I haven't found anything about this in documentation.<br /></p><p>Thanks,</p><p>Tomasz<br /></p>]]></description>
                        <pubDate>Thu, 29 Mar 2012 08:19:29 -0800</pubDate>
                        <category>Tools</category>
                        <category>CM</category>
                        <category>CQB</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>What is cub_js process for?</title>
            <dc:creator>eye</dc:creator>
            <link>http://www.cubrid.org/questions/294743</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/294743</guid>
                                    <description><![CDATA[<p>I noticed that when CUBRID Service is started there are many processes launched as well. Among them one was interesting for me. What is <b>cub_js</b>&nbsp;process for?</p><p>


</p>]]></description>
                        <pubDate>Sun, 12 Feb 2012 20:21:39 -0800</pubDate>
                        <category>processes</category>
                        <category>CM</category>
                        <category>cub_js</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How can I set CUBRID Manager to open in Full screen mode?</title>
            <dc:creator>eye</dc:creator>
            <link>http://www.cubrid.org/questions/261736</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/261736</guid>
                                    <description><![CDATA[I am using CM for Mac. I could not find any configuration options to force CM to open in full screen mode. I use CM every day and I am tired to manually click on <b>+</b>&nbsp;icon to change the window to full screen. Is there a way to set this in preferences?]]></description>
                        <pubDate>Tue, 10 Jan 2012 17:40:45 -0800</pubDate>
                        <category>CM</category>
                        <category>configuration</category>
                        <category>Mac OS X</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How does CUBRID Manager store password?</title>
            <dc:creator>eye</dc:creator>
            <link>http://www.cubrid.org/questions/244081</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/244081</guid>
                                    <description><![CDATA[<p>When connecting to a host or to a database CM offers to save the entered passwords. How does it store them? In plain text? Or? How safe it is to allow it to save the password?</p>]]></description>
                        <pubDate>Sun, 04 Dec 2011 23:46:34 -0800</pubDate>
                        <category>CM</category>
                        <category>security</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>CUBRID Query Plan</title>
            <dc:creator>cubriduser</dc:creator>
            <link>http://www.cubrid.org/questions/235392</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/235392</guid>
                                    <description><![CDATA[<p><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; background-color: rgb(255, 255, 255); ">I would like to understand better the Query Plan execution displayed in CUBRID manager. Where can I find more information about interpreting the output?</span>


</p>]]></description>
                        <pubDate>Sun, 06 Nov 2011 09:20:03 -0800</pubDate>
                        <category>query plan</category>
                        <category>CM</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Starting CUBRID Database</title>
            <dc:creator>cubriduser</dc:creator>
            <link>http://www.cubrid.org/questions/235377</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/235377</guid>
                                    <description><![CDATA[<p><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; background-color: rgb(255, 255, 255); ">Why do I need to login first to a database and start it only after in CUBRID Manager? Is this because of CUBRID's design ?</span>


</p>]]></description>
                        <pubDate>Sat, 05 Nov 2011 00:04:00 -0800</pubDate>
                        <category>CM</category>
                                    <slash:comments>1</slash:comments>
                    </item>
            </channel>
</rss>
