PLSQL Developer 複製查詢結果 卡頓
PLSQL Developer查詢結果表格中複製欄位值,總會 卡頓一下,原因是PLSQL Dev預設會再次從oracle 資料字典裡讀取欄位meta info,如圖:
此功能大多數我們不需要,反而降低效能,影響使用感受。
可以在PL/SQL Dev中依次開啟:
取消勾選“ Show dictionary info in result grid ”
關於該項在Manual中的解釋如下:
Show dictionary info in result grid.
When enabled, the following dictionary info will be displayed in the result grid:
- The column data type, optionality, and comment will be displayed on the status line.
- A lookup list will be displayed for columns with a check constraint that checks for specific
values (e.g. col in (value1, value2, ...))
- A Lookup list will be displayed for columns with a foreign key constraint to small tables of
less than 1000 rows.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12707874/viewspace-2637516/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PLSQL Developer 提示欄位名,回車後卡頓解決SQLDeveloper
- PLSQL Developer 14SQLDeveloper
- PLSQL Developer 行號SQLDeveloper
- PLSQL Developer配置使用SQLDeveloper
- mysql查詢結果多列拼接查詢MySql
- plsql developer 視窗的使用SQLDeveloper
- PLSQL Developer 12 註冊碼SQLDeveloper
- plsql developer 15的安裝配置SQLDeveloper
- plsql developer工具生成sql monitor reportSQLDeveloper
- 配置PLSQL Developer詳細步驟SQLDeveloper
- ps aux查詢結果解釋UX
- Mybatis模糊查詢結果為空MyBatis
- [20190306]奇怪的查詢結果.txt
- MySQL查詢結果匯出方式總結MySql
- Mybatis 查詢語句結果集總結MyBatis
- 複雜查詢—子查詢
- ORDER對查詢結果進行排序排序
- ES查詢之查詢屬性過濾、結果高亮顯示
- 備忘:laravel 對查詢結果集可以迴圈where查詢Laravel
- Elasticsearch複合查詢——boosting查詢Elasticsearch
- DBeaver 匯出多個查詢結果集
- PostgreSQL函式:返回表查詢結果集SQL函式
- C# dataGridView展示資料庫查詢結果C#View資料庫
- sqlserver查詢結果中新增自動編號SQLServer
- MySQL 查詢結果取交集的實現方法MySql
- Solr複雜查詢一:函式查詢Solr函式
- SQL 複雜查詢SQL
- 極兔快遞怎麼查詢物流資訊 支援匯出查詢結果嗎?
- 【記錄】sqlserver列轉行查詢 並將查詢結果用逗號分隔開SQLServer
- 如何分頁顯示資料庫查詢結果?資料庫
- 檔案批次查詢複製匯出,按檔名批次查詢檔案,按檔案內容批次查詢檔案
- 怎樣新增、刪除、移動、複製、建立、查詢節點
- oracle表複雜查詢Oracle
- Excel查詢重複項Excel
- Laravel 關聯查詢限制條數和分組查詢顯示為零的結果Laravel
- Elasticsearch 複合查詢——多字串多欄位查詢Elasticsearch字串
- arcgis api for javascript學習-使用FeatureLayer結合FeatureTable實現查詢並能根據查詢結果將檢視縮放至結果的範圍APIJavaScript
- android檢測卡頓問題,recycleview卡頓AndroidView