日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 >

windows、linux下命令行登录oracle数据库方法,查询sga参数值sql语句

發(fā)布時間:2025/4/16 40 豆豆
生活随笔 收集整理的這篇文章主要介紹了 windows、linux下命令行登录oracle数据库方法,查询sga参数值sql语句 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

windowscmd 命令行登錄 oracle 數(shù)據(jù)庫方法。直接就登錄進來了。

C:\Users\Administrator>sqlplusSQL*Plus: Release 11.2.0.4.0 Production on Thu Jun 18 17:25:07 2020Copyright (c) 1982, 2013, Oracle. All rights reserved.Enter user-name: ncc_auto_0617 Enter password:Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing optionsSQL>

linux 下命令行登錄 oracle 數(shù)據(jù)庫方法。需要輸入用戶名密碼。

Last login: Thu Jun 18 18:15:36 2020 from 10.11.x.x [root@nctest130 ~]# su - oracle [oracle@nctest130 ~]$ sqlplus /nologSQL*Plus: Release 11.2.0.4.0 Production on Thu Jun 18 18:32:07 2020Copyright (c) 1982, 2013, Oracle. All rights reserved.SQL> conn ncc_auto_0610/1 Connected.SQL>

windowscmd 查詢 sga 參數(shù)值語句。

SQL> show parameter sgaNAME TYPE ------------------------------------ --------------------------------- VALUE ------------------------------ lock_sga boolean FALSE pre_page_sga boolean FALSE sga_max_size big integer 42G sga_target big integer 0

linux 下查詢 sga 參數(shù)值語句,下面兩種方式都可以。

SQL> show parameter sgaNAME TYPE ------------------------------------ --------------------------------- VALUE ------------------------------ lock_sga boolean FALSE pre_page_sga boolean FALSE sga_max_size big integer 46464M sga_target big integer 0 SQL> show sgaTotal System Global Area 4.8504E+10 bytes Fixed Size 2264336 bytes Variable Size 4.4829E+10 bytes Database Buffers 3623878656 bytes Redo Buffers 49254400 bytes

喜歡的點個贊?吧!

總結(jié)

以上是生活随笔為你收集整理的windows、linux下命令行登录oracle数据库方法,查询sga参数值sql语句的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。