oracle 12c R2 new feature 支援執行過的歷史命令
Support for command history
SQL*Plus now supports command history. The command history feature enables
users to run, edit, or delete previously used SQL*Plus, SQL, or PL/SQL commands
from the history list in the current session.
就和作業系統一樣,執行過的命令可以從.history檔案中查詢,可以深入的進一步排查問題和審計
執行語法如下:
SET HIST[ORY] {ON | OFF | n}
HISTORY
舉例如下:
SQL>SET HISTORY ON
SQL> show history
History is ON and set to "100"
SQL> show user
USER is "SYSTEM"
SQL> desc dual
Name Null? Type
----------------------------------------- -------- ----------------------------
PROD VARCHAR2(1)
SQL> select * from dual;
D
-
X
SQL> history
1 show history
2 show user
3 desc dual
* 4 select * from dual;
SQL*Plus now supports command history. The command history feature enables
users to run, edit, or delete previously used SQL*Plus, SQL, or PL/SQL commands
from the history list in the current session.
就和作業系統一樣,執行過的命令可以從.history檔案中查詢,可以深入的進一步排查問題和審計
執行語法如下:
SET HIST[ORY] {ON | OFF | n}
HISTORY
舉例如下:
SQL>SET HISTORY ON
SQL> show history
History is ON and set to "100"
SQL> show user
USER is "SYSTEM"
SQL> desc dual
Name Null? Type
----------------------------------------- -------- ----------------------------
PROD VARCHAR2(1)
SQL> select * from dual;
D
-
X
SQL> history
1 show history
2 show user
3 desc dual
* 4 select * from dual;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-1847329/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Database 12C New FeatureOracleDatabase
- Oracle 12c Recover Table New FeatureOracle
- 12c new feature
- oracle 12c new feature 列不可見Oracle
- [oracle] 查詢歷史會話、歷史執行計劃Oracle會話
- Linux下快速執行歷史命令的方法Linux
- Oracle中檢視sql命令歷史,檢視rman命令歷史OracleSQL
- rlwrap - 支援oracle下sqlplus歷史命令的回撥功能OracleSQL
- 透過歷史記錄執行本地模型模型
- new feature ——>mysql to oracle MigrationMySqlOracle
- Times New Roman字型的歷史
- Oracle檢視sql_id 的歷史執行計劃OracleSQL
- Linux設定歷史命令顯示執行時間Linux
- Javascript中new的執行過程JavaScript
- oracle 12cR2 new feature dbca 命令可以建立standby 庫Oracle
- 【Oracle】如何檢視sql 執行計劃的歷史變更OracleSQL
- Oracle 12C R2-新特性-SQLPLUS提供檢視歷史命令的功能OracleSQL
- 透過SQL_ID檢視SQL歷史執行資訊SQL
- 通過SQL_ID檢視SQL歷史執行資訊SQL
- oracle 12c new feature crsctl 停止資源時提供預覽確認功能Oracle
- 檢視歷史執行計劃
- Shell歷史命令
- [20130817]Oracle 12c new feature In-Database Archiving.txtOracleDatabase
- java new featureJava
- Oracle歷史Oracle
- rlwrap實現鍵盤上下箭頭,調出歷史執行的SQL命令SQL
- linux 清空歷史執行記錄Linux
- [20190805]Oracle 12c New Feature – Online Partitioning.txtOracle
- 查詢SQL Server的歷史執行記錄SQLServer
- linux歷史命令Linux
- Oracle10g New Feature -- 6. Oracle Data PumpOracle
- oracle10g new feature:對expdp並行方式的幾個測試Oracle並行
- Oracle SQL執行計劃歷史資訊表DBA_HIST_SQL_PLAN的使用OracleSQL
- 現實生活:執行緒&人類歷史執行緒
- SQL Server 查詢歷史執行的SQL語句SQLServer
- 檢視sql 執行計劃的歷史變更SQL
- Redis 命令的執行過程Redis
- Oracle10g New Feature -- 8. Tablespace ManagementOracle