<?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>Wed, 20 Mar 2013 22:07:09 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <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>How to lock the table?</title>
            <dc:creator>eye</dc:creator>
            <link>http://www.cubrid.org/questions/247247</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/247247</guid>
                                    <description><![CDATA[<p>CUBRID provides database level lock like:</p><p></p><div editor_component="code_highlighter" code_type="Plain" file_path="" description="" first_line="1" collapse="false" nogutter="false" 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;">cubrid lockdb demodb</div><p></p><p>But it locks the entire database.</p><p></p><p style="margin-top: 7px; margin-right: 0px; margin-bottom: 7px; margin-left: 0px; ">I have already read&nbsp;<a href="/questions/236935" target="_self">Isolation Level</a>&nbsp;related&nbsp;question&nbsp;and&nbsp;<a href="/transaction_and_lock" target="_self">CUBRID Transaction and Lock</a>&nbsp;guide.</p><p></p><p>But Isolation Level, as I understand, locks the table only <b>during</b> the transaction. But I have a series of transactions during which the table should not accept any UPDATE/INSERT/DELETE operations, including the time between these transactions.</p><p>What should I do to have the table locked until I manually unlock it?</p>]]></description>
                        <pubDate>Mon, 26 Dec 2011 00:28:12 -0800</pubDate>
                        <category>isolation level</category>
                        <category>transaction</category>
                        <category>table lock</category>
                                    <slash:comments>2</slash:comments>
                    </item>
        										        <item>
            <title>What is the default isolation level in CUBRID?</title>
            <dc:creator>sqlcopter</dc:creator>
            <link>http://www.cubrid.org/questions/236935</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/236935</guid>
                                    <description><![CDATA[<p>Do I ever need to change it?</p>]]></description>
                        <pubDate>Thu, 10 Nov 2011 00:12:35 -0800</pubDate>
                        <category>configuration</category>
                        <category>transaction</category>
                        <category>isolation level</category>
                                    <slash:comments>1</slash:comments>
                    </item>
            </channel>
</rss>
