forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
262 lines
42 KiB
HTML
262 lines
42 KiB
HTML
<a name="EN-US_TOPIC_0000001098993156"></a><a name="EN-US_TOPIC_0000001098993156"></a>
|
|
|
|
<h1 class="topictitle1">FAQs</h1>
|
|
<div id="body1584526252532"><ol id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_ol28525238"><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li21418771"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b58551215">What do I need to check if my connection fails?</strong><p class="litext" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p57198891"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b45027976">Answer</strong>: Check the following items:</p>
|
|
<ul class="subitemlist" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_ul2598608"><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li23387474">Check whether <strong id="EN-US_TOPIC_0000001098993156__b50670156093527">Connection Properties</strong> are properly configured.</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li15337269">Check whether the server version is compatible with the client version.</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li3817695">Check whether the <strong id="EN-US_TOPIC_0000001098993156__b129981277393527">database\pg_hba.conf</strong> file is correctly configured. For details, see the server manual.</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li40797849">Check whether the <strong id="EN-US_TOPIC_0000001098993156__b46723361593527">Data Studio.ini</strong> file is correctly configured.</li></ul>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li31636323"><strong id="EN-US_TOPIC_0000001098993156__b188157139493527">Why does the connection succeed when I try connecting to another server using an SSL certificate?</strong><p class="litext" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p44539515"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b65311315">Answer</strong>: If the same SSL certificates are used by different servers, then the second connection will succeed because the certificates are cached.</p>
|
|
<p class="litext" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p50930930">When you establish a connection with a different server using different SSL certificates, the connection will fail due to certificate mismatch.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li35088084"><strong id="EN-US_TOPIC_0000001098993156__b1639931101111">When I right-click on a function/procedure and refresh it in </strong><strong id="EN-US_TOPIC_0000001098993156__b149887124093527">Object Browser</strong><strong id="EN-US_TOPIC_0000001098993156__b23933151110">, why the does function/procedure disappear?</strong><p class="litext" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p29520332"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b64356400">Answer</strong>: This problem may occur if you drop a function/procedure and recreate it. In this case, refresh the parent folder to view the function/procedure in <strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b42336695">Object Browser</strong>.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li45699530"><strong id="EN-US_TOPIC_0000001098993156__b6321947161113">What do I do if a critical error occurs in a database session and operations cannot proceed?</strong><p class="litext" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p8642591"><strong id="EN-US_TOPIC_0000001098993156__b15794155015111">Answer</strong>: Critical error may occur in some of the following cases. Check whether:</p>
|
|
<ul class="subitemlist" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_ul28961294"><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li59325057">The connection is left idle for a long time and has timed out.</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li64163473">The server is running.</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li40600350">The server has sufficient memory and whether the Out Of Memory (OOM) error is reported to the server.</li></ul>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li294043"><strong id="EN-US_TOPIC_0000001098993156__b1312337131014">What is a constraint?</strong><p class="litext" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p23817504"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b13030950">Answer</strong>: Constraints are used to deny the insertion of unwanted data in columns. You can create restrictions on one or more columns in any table. It maintains the data integrity of the table.</p>
|
|
<p class="litext" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p50169686">The following constraints are supported:</p>
|
|
<ul class="subitemlist" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_ul48873995"><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li37212772">Primary Key constraint</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li66479500">Unique Key constraint</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li16130451">Check constraint</li></ul>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li31498117"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b15047603">What is an index?</strong><p class="litext" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1210700"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b10896307">Answer</strong>: An index is a copy of the selected column of a table that can be searched very efficiently. It also includes a low level disk block address or a direct link to the complete row of data it was copied from.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li30957904"><strong id="EN-US_TOPIC_0000001098993156__b198718292393527">What is the default encoding for Data Studio's files?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p24845910"><strong id="EN-US_TOPIC_0000001098993156__b139635221593527">Answer</strong>: Exported, imported, and system files are encoded with the system's default encoding as configured in <strong id="EN-US_TOPIC_0000001098993156__b486241493527">Settings</strong> > <strong id="EN-US_TOPIC_0000001098993156__b153502801793527">Preferences</strong>. The default encoding is UTF-8.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li1176957518580"><strong id="EN-US_TOPIC_0000001098993156__b67822412293527">When I try to open Data Studio, the system displays a message indicating that Data Studio does not support opening multiple instances. Why do I get this error message?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p3478182218584"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b4229287185829">Answer</strong>: A user cannot open multiple instances in Data Studio.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li36620055102245"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b31012723142620">What do I do if a DDL statement running indefinitely and cannot be canceled?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p122531247164716"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b425324713472">Answer</strong>: This problem may occur if other DML/DDL operations are being performed on the same object. In this case, stop all the DML/DDL operations on the object and try again. If the problem persists, there may be another user performing DML/DDL operations on the object. Try again later. You can customize table data and check the operations in a transaction by following the instructions provided in <a href="DWS_DS_20.html">Data Studio GUI</a>.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li8159750174716"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b22508176595">Why is the exported query result different from the data available on the Results tab?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1397031355918"><strong id="EN-US_TOPIC_0000001098993156__b103478885093527">Answer</strong>: When a result set data is exported, a new connection is used to execute the query again. The exported results may be different from the data on the <strong id="EN-US_TOPIC_0000001098993156__b118686717793527">Result</strong> tab.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li2711649114617"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b3861162919470">Why does last login information show "Last login details not available"?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p159731022477"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b1631272519479">Answer</strong>: This message is displayed when you connect to the database server of an earlier version or log in to the database for the first time after it is created.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li93927325525"><strong id="EN-US_TOPIC_0000001098993156__b180703140893527">Why is the error marked incorrectly in SQL Terminal?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1014154935314"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b20591226122919">Answer</strong>: This problem occurs when the server returns an incorrect line number. You can view the error message on the <strong id="EN-US_TOPIC_0000001098993156__b160027295293527">Message</strong> tab and locate the correct row to rectify the fault.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li4521220718"><strong id="EN-US_TOPIC_0000001098993156__b17633332141">Will deleted columns be displayed after "Show DDL" or "Export DDL" operations?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1349611191678"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b179773171676">Answer</strong>: Yes.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li1750184742618"><strong id="EN-US_TOPIC_0000001098993156__b159472925593527">Why can't Data Studio be started after the -Xmx parameter is modified?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p82461632279"><strong id="EN-US_TOPIC_0000001098993156__b18924330593527">Answer</strong>: The value of <strong id="EN-US_TOPIC_0000001098993156__b147595993093527">-Xmx</strong> may be invalid. For details, see <a href="DWS_DS_16.html">Installing and Configuring Data Studio</a>.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li1698453118412"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b46078514433">How do I quickly switch to the desired tab if there are multiple tabs open?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p19214185834119"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b1552835517410">Answer</strong>: If the number of opened tabs reaches a certain limit (depending on your screen resolution), the <span><img id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_image567195151719" src="figure/en-us_image_0000001098673410.png"></span> icon will be displayed at the end of the tab list. Click this icon and select the required tab from the drop-down list. If this icon is not available, use the tooltip to identify the tabs. You also search for a <strong id="EN-US_TOPIC_0000001098993156__b72087449993527">SQL Terminal</strong> tab by its name. For example:</p>
|
|
<ul id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_ul336005692814"><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li03601256122814">*s, this displays all Terminal names that start with s.</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li17587503308">test, this displays all Terminal names that start with test.</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li122881624133014">*2, this displays all Terminal names that contain 2 in them.</li></ul>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li1741173016206"><strong id="EN-US_TOPIC_0000001098993156__b12103195814182">Why does the language not change after I change the language setting and restart Data Studio?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p21541602112"><strong id="EN-US_TOPIC_0000001098993156__b55492121912">Answer</strong>: Sometimes the language may not reflect the selected change post restart. Manually restart DS to open the tool in selected language.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li11255104915714"><strong id="EN-US_TOPIC_0000001098993156__b148901044192010">Why does the last login details information not display?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p99862030125818"><strong id="EN-US_TOPIC_0000001098993156__b716745852113">Answer</strong>: At times the server returns an error while trying to fetch last login details. In such scenarios the last login pop-up message does not display.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li6527142995817"><strong id="EN-US_TOPIC_0000001098993156__b697484742219">When viewing/exporting DDL, why does the Chinese text not show properly?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p185307293588"><strong id="EN-US_TOPIC_0000001098993156__b2067501132317">Answer</strong>: This happens if the SQL, DDL, object names or data contains Chinese text and the Data Studio file encoding is not set to GBK. To solve this, go to Settings > Preferences > Environment > <a href="DWS_DS_139.html#EN-US_TOPIC_0000001099153186__en-us_topic_0185264709_li1839502511211">File Encoding</a> and set the encoding to GBK. The supported combinations of Database and Data Studio encoding for export operation are shown in <a href="#EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_table061484013587">Table1 Supported combinations of file encoding</a>.</p>
|
|
<p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p12128185611245"><strong id="EN-US_TOPIC_0000001098993156__b17511191132613">To open/view the exported files in Windows Explorer</strong>: Files exported with UTF-8 encoding can be opened/viewed by double-clicking it or by right-clicking on the file and selecting <strong id="EN-US_TOPIC_0000001098993156__b1186231592617">Open</strong>. Files exported with GBK encoding must be opened in Microsoft Excel using the import external data feature (<strong id="EN-US_TOPIC_0000001098993156__b3814221162616">Data</strong> > <strong id="EN-US_TOPIC_0000001098993156__b11976182320261">Get External Data</strong> > From <strong id="EN-US_TOPIC_0000001098993156__b1458652682611">Text</strong>).</p>
|
|
|
|
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_table061484013587"></a><a name="en-us_topic_0185264547_table061484013587"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_table061484013587" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Supported combinations of file encoding</caption><thead align="left"><tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row13611144015814"><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.1.18.4.2.5.1.1"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p18658615191019"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b196581215101019">Database Encoding</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.1.18.4.2.5.1.2"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p13658131510105"><strong id="EN-US_TOPIC_0000001098993156__b6493544312">Data Studio File Encoding</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.1.18.4.2.5.1.3"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1765821511101"><strong id="EN-US_TOPIC_0000001098993156__b956512564432">Support for Chinese Text in Table Names</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.1.18.4.2.5.1.4"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p12658115181014"><strong id="EN-US_TOPIC_0000001098993156__b12458102494419">Support for English Text in Table Names</strong></p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row16123409586"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p261154018584">GBK</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p186116400588">GBK</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p888955015">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.4 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p164021410004">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row126121840195818"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p6612114045816">GBK</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p2612134085815">UTF-8</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p2885511016">No - Incorrect details</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.4 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p14021210600">No - Incorrect details</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row2612164075811"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1961264035813">UTF-8</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p56126408588">GBK</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1088175501">No - Export Fails</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.4 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p11403181015018">No - Incorrect details</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row10612154035818"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p10612174065816">UTF-8</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p0612124045814">UTF-8</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1189135704">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.4 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p640318107019">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row1546816488379"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p252818186443">UTF-8</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p052813185447">LATIN1</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1469184813373">No - Export Fails</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.4 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p17469124813710">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row96141340175816"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p56141040135819">SQL_ASCII</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p116141040165816">GBK</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p3891753018">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.4 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p134036102018">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row11614114005811"><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p261454055815">SQL_ASCII</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p156145402586">UTF-8</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p14891251805">No - Incorrect details</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.1.18.4.2.5.1.4 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p6403201014014">No - Incorrect details</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li175781450104711"><strong id="EN-US_TOPIC_0000001098993156__b14388114466">Why do I get the error message "Conversion between GBK and LATIN1 is not supported"?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p12342546496"><strong id="EN-US_TOPIC_0000001098993156__b11609162884615">Answer</strong>: This message occurs if the Data Studio and Database encoding selected are incompatible. To solve this, select the compatible encoding. Compatible encoding is shown in <a href="#EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_table987163010538">Table 2</a>.</p>
|
|
|
|
<div class="tablenoborder"><a name="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_table987163010538"></a><a name="en-us_topic_0185264547_table987163010538"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_table987163010538" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Compatible encoding formats</caption><thead align="left"><tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row68714305537"><th align="left" class="cellrowborder" valign="top" width="34%" id="mcps1.3.1.19.3.2.4.1.1"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p188715306532"><strong id="EN-US_TOPIC_0000001098993156__b59991343154312">Data Studio File Encoding</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="26%" id="mcps1.3.1.19.3.2.4.1.2"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p787143017537"><strong id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_b3799121101916">Database Encoding</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="40%" id="mcps1.3.1.19.3.2.4.1.3"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p148714306530">Compatible or Not</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row1987193015534"><td class="cellrowborder" rowspan="3" valign="top" width="34%" headers="mcps1.3.1.19.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p687730105315">UTF-8</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.19.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p128753055319">GBK</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.1.19.3.2.4.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p68733018539">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row158783085314"><td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p58873012531">LATIN1</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p3968154311583">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row2088430135314"><td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p3882306530">SQL_ASCII</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p38883055315">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row0889307534"><td class="cellrowborder" rowspan="3" valign="top" width="34%" headers="mcps1.3.1.19.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p15883303536">GBK</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.19.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p28815309538">UTF-8</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.1.19.3.2.4.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1088153045316">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row17360182516567"><td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p7361132517568">LATIN1</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1361122516564">No</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row197153317560"><td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1797433175619">SQL_ASCII</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p19753313565">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row557321525710"><td class="cellrowborder" rowspan="3" valign="top" width="34%" headers="mcps1.3.1.19.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p657315157574">SQL_ASCII</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="26%" headers="mcps1.3.1.19.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p0573151575715">UTF-8</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.1.19.3.2.4.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p145741315195719">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row19448123614578"><td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p7448103625711">LATIN1</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p194481236135711">Yes</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row1810717411573"><td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p20107141105717">GBK</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" headers="mcps1.3.1.19.3.2.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1110713419576">Yes</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li418615410553"><strong id="EN-US_TOPIC_0000001098993156__b1017555514817">Why is the PL/SQL procedure I compiled and executed is saved as PL/SQL function?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1271519126011"><strong id="EN-US_TOPIC_0000001098993156__b13245245501">Answer</strong>: The database does not differentiate between PL/SQL function and procedure. All procedures in databases are functions. Hence PL/SQL procedure is saved as PL/SQL function.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li10983163394718"><strong id="EN-US_TOPIC_0000001098993156__b7947142598">Why is that I am not able to edit the distribution key?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1480318106017"><strong id="EN-US_TOPIC_0000001098993156__b168121528135918">Answer</strong>: The database allows you to edit the distribution key only for the first insert operation.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li11185135415166"><strong id="EN-US_TOPIC_0000001098993156__b383413538599">While editing table data if I do not enter a value for default value column, will the value be added by the database server?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p82419512177"><strong id="EN-US_TOPIC_0000001098993156__b1929916612113">Answer</strong>: Yes, the database server will add the value but the value will not be visible after save in the <strong id="EN-US_TOPIC_0000001098993156__b13634720215">Edit Table Data</strong> tab. Use the refresh option from the <strong id="EN-US_TOPIC_0000001098993156__b1953103714114">Edit Table Data</strong> tab or re-open the table again to view the added default value(s).</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li12493174332812"><strong id="EN-US_TOPIC_0000001098993156__b12304171823">While modifying/deleting table data why do I get a pop-up stating that more than one matching row found?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p14838462297"><strong id="EN-US_TOPIC_0000001098993156__b15932926937">Answer</strong>: This happens because there are additional rows detected for modification/deletion based on Custom Unique Key or All Columns selection. If Custom Unique Key is selected, then it will delete/modify the rows that have exact match of the data in the column selected for deletion/modification. If All Columns is selected, then it will delete/modify the rows that match data in all columns. Hence the duplicate records matching the Custom Unique Key or All Columns will be deleted/modified if Yes is selected. If No is selected, the row that is not saved will be marked for correction.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li1118362413404"><strong id="EN-US_TOPIC_0000001098993156__b12563151412917">When I right-click on a text box I see additional context menu options. Why does this happen?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1971026184012"><strong id="EN-US_TOPIC_0000001098993156__b1965813384919">Answer</strong>: The additional context menu options like Right to left Reading order, Show Unicode control characters and so on are provided by Windows 7 in case the keyboard you are using supports right to left and left to right input.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li1037472864716"><a name="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li1037472864716"></a><a name="en-us_topic_0185264547_li1037472864716"></a><strong id="EN-US_TOPIC_0000001098993156__b196001750121017">What are the objects that are not supported for batch export DDL & DDL and Data operations?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p6938184754719"><strong id="EN-US_TOPIC_0000001098993156__b16916122531113">Answer</strong>: Following objects are not supported for DDL & DDL and Data operations.</p>
|
|
<p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p193326584471"><strong id="EN-US_TOPIC_0000001098993156__b18811151161115">Export DDL:</strong></p>
|
|
<p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p57677504497">Connection, database, foreign table, sequence, column, index, constraint, partition, function/procedure group, regular tables group, views group, schemas group, and system catalog group.</p>
|
|
<p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1392710394817"><strong id="EN-US_TOPIC_0000001098993156__b8971165171514">Export DDL and Data</strong></p>
|
|
<p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p17752336528">Connection, database, namespace, foreign table, sequence, column, index, constraint, partition, function/procedure, view, regular tables group, schemas group, and system catalog group.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li18661844113712"><a name="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li18661844113712"></a><a name="en-us_topic_0185264547_li18661844113712"></a><strong id="EN-US_TOPIC_0000001098993156__b12729816172112">Will the queries in SQL Terminal be committed if the resultset is modified and saved with Reuse Connection on and Auto Commit off?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p135051338145710"><strong id="EN-US_TOPIC_0000001098993156__b80964252">Answer</strong>: No. Queries will only be committed when COMMIT command is executed in the Terminal.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_table2077943117588" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row67798314585"><th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.1.26.3.1.4.1.1"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p137791231115814">Auto Commit</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.1.26.3.1.4.1.2"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p127797310582">Reuse Connection</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.1.26.3.1.4.1.3"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p177792031195814">Resultset Save</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row197791531145818"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p277913116580">On</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p5779731195813">On</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p3779123115583">Commit</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row48685012417"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p0868101849">On</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p13868801146">Off</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p148681101341">Commit</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row92261141747"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1922610412043">Off</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1422615415416">On</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p122260410417">Does not commit</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row797411010518"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1897411017516">Off</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.2 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1597470555">Off</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.1.26.3.1.4.1.3 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1997411019516">Not supported</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li1419181633114"><strong id="EN-US_TOPIC_0000001098993156__b4211195011286">When I query a temp table from a new SQL Terminal the resultset displays incorrect table details. Why does this happen?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1694195043317"><strong id="EN-US_TOPIC_0000001098993156__b198818314299">Answer</strong>: When you query a temp table from a new SQL Terminal or with the <strong id="EN-US_TOPIC_0000001098993156__b18918183115301">Reuse Connection</strong> off, the resultset displays information of a regular/partition/foreign table, if a table with the same name as the temp table exists.</p>
|
|
<div class="note" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_note550763391615"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p165091433101615">If the <strong id="EN-US_TOPIC_0000001098993156__b1842194114305">Reuse Connection</strong> is <strong id="EN-US_TOPIC_0000001098993156__b197331942143011">On</strong>, the resultset displays information of the temp table even if another table with the same name exists.</p>
|
|
</div></div>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li172318486165"><strong id="EN-US_TOPIC_0000001098993156__b17871901312">Which are the operations that are performed on a locked object does not run in the background but needs to be manually closed?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p7686919151717"><strong id="EN-US_TOPIC_0000001098993156__b157231022103120">Answer</strong>: Following are the operations that do not run in background while the object is locked in another operation:</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_table638512716179" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row133854279177"><th align="left" class="cellrowborder" colspan="2" valign="top" id="mcps1.3.1.28.3.1.3.1.1"><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p12385427201711">Operations</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row13385227131718"><td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.1.28.3.1.3.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p193856279178">Renaming a table</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.1.28.3.1.3.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1836313541913">Creating a constraint</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row1115714164189"><td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.1.28.3.1.3.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p101585164187">Setting schema on table</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.1.28.3.1.3.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1629820173189">Creating an index</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row54410189185"><td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.1.28.3.1.3.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p64431891812">Setting description in table</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.1.28.3.1.3.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p853364218272">Adding a column</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_row2333130152710"><td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.1.28.3.1.3.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p7333123052716">Renaming a partition</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.1.28.3.1.3.1.1 "><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p5333183042712">-</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li><li id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li25618341380"><a name="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_li25618341380"></a><a name="en-us_topic_0185264547_li25618341380"></a><strong id="EN-US_TOPIC_0000001098993156__b9308143615335">Do we have a limit on the column and row size while exporting table data to excel?</strong><p id="EN-US_TOPIC_0000001098993156__en-us_topic_0185264547_p1156103473811"><strong id="EN-US_TOPIC_0000001098993156__b210145723013">Answer</strong>: Yes. The .xlsx format supports a maximum of 1 million rows and 16,384 columns. The .xls format supports a maximum of 64,000 rows and 256 columns.</p>
|
|
</li></ol>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_ds_index.html">Data Studio - Integrated Database Development Tool</a></div>
|
|
</div>
|
|
</div>
|
|
|