自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Oracle查看和修改其最大的游標(biāo)數(shù)

數(shù)據(jù)庫(kù) Oracle
下面的文章主要是對(duì)Oracle查看和修改其最大的游標(biāo)數(shù)的實(shí)際操作方案的介紹,下面就是文章的具體內(nèi)容的介紹,望你有有所收獲。

以下的文章主要是介紹Oracle查看和修改其***的游標(biāo)數(shù),本文主要是通過(guò)相關(guān)代碼的方式來(lái)引出Oracle查看和修改其***的游標(biāo)數(shù)的實(shí)際操作步驟,以下就是文章的具體內(nèi)容的描述,望你在瀏覽完之后,會(huì)有所收獲。

1、Oracle查看Oracle***游標(biāo)數(shù)

  1. C:\Documents and Settings\Administrator>sqlplus "sys/admin@test151 as sysdba"  

(sys以dba登錄test151服務(wù))

SQL*Plus: Release 9.2.0.1.0 - Production on 星期四 11月 5 09:08:04 2009

 

  1. Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. 

連接到:

 

  1. Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production  
  2. With the Partitioning, OLAP and Oracle Data Mining options  
  3. JServer Release 9.2.0.1.0 - Production  
  4. SQL> show parameter open_cursors;  
  5. NAME TYPE VALUE  
  6. open_cursors integer 300  

 

2、Oracle查看當(dāng)前打開(kāi)的游標(biāo)數(shù)目

 

  1. SQL> select count(*) from v$open_cursor;  
  2. COUNT(*)  
  3. 17494  

 

3、修改Oracle***游標(biāo)數(shù)

 

  1. SQL> alter system set open_cursors=1000 scope=both

系統(tǒng)已更改。

 

  1. SQL> show parameter open_cursors;  
  2. NAME TYPE VALUE  
  3. open_cursors integer 1000   

以上的相關(guān)內(nèi)容就是對(duì)Oracle查看和修改其***的游標(biāo)數(shù)的介紹,望你能有所收獲。

【編輯推薦】

  1. Oracle數(shù)據(jù)庫(kù)的類(lèi)型LONG功能的介紹
  2. Oracle 查詢(xún)記錄相關(guān)效率的查詢(xún)
  3. Oracle查詢(xún)優(yōu)化4大方面的主要途徑
  4. Oracle并發(fā)連接數(shù)的設(shè)置方案
  5. OracleSQL調(diào)優(yōu)的作用是什么?
責(zé)任編輯:佚名 來(lái)源: 博客園
相關(guān)推薦

2010-11-16 15:40:21

oracle游標(biāo)

2010-04-20 16:38:44

Oracle最大連接數(shù)

2010-10-28 16:46:23

查詢(xún)Oracle數(shù)據(jù)庫(kù)

2010-06-04 15:30:44

Linux 查看內(nèi)存

2010-11-16 15:11:52

Oracle隱式游標(biāo)

2010-11-16 14:53:02

Oracle游標(biāo)表達(dá)式

2010-11-16 15:23:28

Oracle游標(biāo)

2011-07-22 16:26:50

SDE最大連接數(shù)

2010-04-26 15:00:32

Oracle當(dāng)前連接數(shù)

2019-10-16 00:37:36

Oracle數(shù)據(jù)庫(kù)游標(biāo)數(shù)

2010-05-06 14:40:59

Oracle字符集

2010-05-17 11:38:15

2010-04-21 14:53:46

Oracle游標(biāo)

2010-10-26 16:43:58

查看Oracle索引

2010-05-06 09:09:13

Oracle同義詞

2010-04-21 15:02:50

Oracle使用游標(biāo)

2010-04-21 15:10:35

Oracle游標(biāo)

2010-04-21 15:22:54

Oracle游標(biāo)

2011-05-12 14:50:03

2010-11-16 14:59:39

Oracle顯式游標(biāo)
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)