最近2018中文字幕在日韩欧美国产成人片_国产日韩精品一区二区在线_在线观看成年美女黄网色视频_国产精品一区三区五区_国产精彩刺激乱对白_看黄色黄大色黄片免费_人人超碰自拍cao_国产高清av在线_亚洲精品电影av_日韩美女尤物视频网站

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時(shí)間:8:30-17:00
你可能遇到了下面的問(wèn)題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷解決方案
Oracle12C新特性是什么

這篇文章主要講解了“Oracle 12C新特性是什么”,文中的講解內(nèi)容簡(jiǎn)單清晰,易于學(xué)習(xí)與理解,下面請(qǐng)大家跟著小編的思路慢慢深入,一起來(lái)研究和學(xué)習(xí)“Oracle 12C新特性是什么”吧!

創(chuàng)新互聯(lián)公司專業(yè)為企業(yè)提供廣昌網(wǎng)站建設(shè)、廣昌做網(wǎng)站、廣昌網(wǎng)站設(shè)計(jì)、廣昌網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁(yè)設(shè)計(jì)與制作、廣昌企業(yè)網(wǎng)站模板建站服務(wù),十年廣昌做網(wǎng)站經(jīng)驗(yàn),不只是建網(wǎng)站,更提供有價(jià)值的思路和整體網(wǎng)絡(luò)服務(wù)。

在12c里,推出了History命令,類似Shell中的history命令

語(yǔ)法如下:

SQL> help history

HISTORY

-------

Stores, lists, executes, edits of the commands

entered during the current SQL*Plus session.

HIST[ORY] [N {RUN | EDIT | DEL[ETE]}] | [CLEAR]

N is the entry number listed in the history list.

Use this number to recall, edit or delete the command.

Example:

HIST 3 RUN - will run the 3rd entry from the list.

HIST[ORY] without any option will list all entries in the list.

過(guò)程如下:

[oracle@cjcos ~]$ sqlplus / as sysdba

SQL> hist

SP2-1650: History is off, use "SET HIST[ORY] ON" to enable History.

SQL> set hist on

SQL> show pdbs

SQL> select * from v$version;

SQL> select tablespace_name from dba_tablespaces;

SQL> alter session set container=cjcpdb01;

SQL> select * from tab;

SQL> hist

  1  show pdbs

  2  select * from v$version;

  3  select tablespace_name from dba_tablespaces;

  4  alter session set container=cjcpdb01;

  5  select * from tab;

---重新執(zhí)行第二條  

SQL> hist 2 run

---編輯第二條

SQL> hist 2 edit

感謝各位的閱讀,以上就是“Oracle 12C新特性是什么”的內(nèi)容了,經(jīng)過(guò)本文的學(xué)習(xí)后,相信大家對(duì)Oracle 12C新特性是什么這一問(wèn)題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識(shí)點(diǎn)的文章,歡迎關(guān)注!


網(wǎng)站題目:Oracle12C新特性是什么
標(biāo)題來(lái)源:http://fisionsoft.com.cn/article/isjigc.html