久久久精品一区ed2k-女人被男人叉到高潮的视频-中文字幕乱码一区久久麻豆樱花-俄罗斯熟妇真实视频

OralceRU版本的安裝過程

這篇文章主要介紹“Oralce RU版本的安裝過程”,在日常操作中,相信很多人在Oralce RU版本的安裝過程問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對(duì)大家解答”O(jiān)ralce RU版本的安裝過程”的疑惑有所幫助!接下來,請跟著小編一起來學(xué)習(xí)吧!

網(wǎng)站建設(shè)哪家好,找創(chuàng)新互聯(lián)!專注于網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、成都微信小程序、集團(tuán)企業(yè)網(wǎng)站建設(shè)等服務(wù)項(xiàng)目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了加格達(dá)奇免費(fèi)建站歡迎大家使用!

數(shù)據(jù)庫版本:Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

RU,RUR 下載路徑:Database 12.2.0.1 Proactive Patch Information (文檔 ID 2285557.1)

Release DateVersionDownload LinkIncluded in Windows Bundle
17-Jul-201812.2.0.1.180717 (Jul 2018) Database Release UpdatePatch 2816313312.2.0.1.180717 WIN DB BP  Patch 27937914
17-Apr-201812.2.0.1.180417 (Apr 2018) Database Release UpdatePatch 2767438412.2.0.1.180417 WIN DB BP  Patch 27426753
16-Jan-201812.2.0.1.180116 (Jan 2018) Database Release UpdatePatch 2710525312.2.0.1.180116 WIN DB BP  Patch 27162931
17-Oct-201712.2.0.1.171017 (Oct 2017) Database Release UpdatePatch 2671046412.2.0.1.171017 WIN DB BP  Patch 26758841
14-Aug-201712.2.0.1.170814 (Jul 2017) Database Release UpdatePatch 2660981712.2.0.1.170814 WIN DB BP  Patch 26204214
18-Jul-201712.2.0.1.170718 (Jul 2017) Database Release UpdatePatch 2612383012.2.0.1.170718 WIN DB BP  Patch 26204212

本次安裝RU版本為: Patch 26123830 ,單機(jī)環(huán)境。

1,解壓RU

[oracle@prod04 ~]$ unzip p26123830_122010_Linux-x86-64.zip 

Archive:  p26123830_122010_Linux-x86-64.zip

..............

..............

[oracle@prod04 ~]$ cd 26123830/

[oracle@prod04 26123830]$ ls

etc  files  README.html  README.txt

2,關(guān)閉數(shù)據(jù)庫和,監(jiān)聽程序。

3,補(bǔ)丁安裝

[oracle@prod04 26123830]$ /u01/app/oracle/product/12.2.0/dbhome_1/OPatch/opatch apply

Oracle Interim Patch Installer version 12.2.0.1.6

Copyright (c) 2018, Oracle Corporation.  All rights reserved.

Oracle Home       : /u01/app/oracle/product/12.2.0/dbhome_1

Central Inventory : /u01/app/oraInventory

   from           : /u01/app/oracle/product/12.2.0/dbhome_1/oraInst.loc

OPatch version    : 12.2.0.1.6

OUI version       : 12.2.0.1.4

Log file location : /u01/app/oracle/product/12.2.0/dbhome_1/cfgtoollogs/opatch/opatch3018-08-06_13-04-12PM_1.log

Verifying environment and performing prerequisite checks...

OPatch continues with these patches:   26123830  

Do you want to proceed? [y|n]

y

User Responded with: Y

All checks passed.

Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.

(Oracle Home = '/u01/app/oracle/product/12.2.0/dbhome_1')

Is the local system ready for patching? [y|n]

y

User Responded with: Y

Backing up files...

Applying interim patch '26123830' to OH '/u01/app/oracle/product/12.2.0/dbhome_1'

Patching component oracle.oracore.rsf, 12.2.0.1.0...

Patching component oracle.ctx, 12.2.0.1.0...

Patching component oracle.rdbms.deconfig, 12.2.0.1.0...

Patching component oracle.rdbms.rsf, 12.2.0.1.0...

Patching component oracle.rdbms.rman, 12.2.0.1.0...

Patching component oracle.rdbms, 12.2.0.1.0...

Patching component oracle.rdbms.util, 12.2.0.1.0...

Patching component oracle.rdbms.dbscripts, 12.2.0.1.0...

Patching component oracle.tfa, 12.2.0.1.0...

Patching component oracle.rdbms.rsf.ic, 12.2.0.1.0...

Patch 26123830 successfully applied.

Log file location: /u01/app/oracle/product/12.2.0/dbhome_1/cfgtoollogs/opatch/opatch3018-08-06_13-04-12PM_1.log

OPatch succeeded.

5,啟動(dòng)數(shù)據(jù)庫(Single/Multitenant (CDB/PDB) DB),并且應(yīng)用補(bǔ)丁。

SQL> startup

ORACLE instance started.

Total System Global Area 1845493760 bytes

Fixed Size    8793976 bytes

Variable Size  704643208 bytes

Database Buffers 1124073472 bytes

Redo Buffers    7983104 bytes

Database mounted.

Database opened.

SQL> show pdbs

    CON_ID CON_NAME  OPEN MODE  RESTRICTED

---------- ------------------------------ ---------- ----------

2 PDB$SEED  READ ONLY  NO

3 PDB01  MOUNTED

SQL>  alter pluggable database all open;

Pluggable database altered.

SQL> show pdbs;

    CON_ID CON_NAME  OPEN MODE  RESTRICTED

---------- ------------------------------ ---------- ----------

2 PDB$SEED  READ ONLY  NO

3 PDB01  READ WRITE NO

SQL> exit

Disconnected from Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

[oracle@prod04 26123830]$ 

[oracle@prod04 26123830]$ /u01/app/oracle/product/12.2.0/dbhome_1/OPatch/datapatch -verbose

SQL Patching tool version 12.2.0.1.0 Production on Mon Aug  6 13:06:18 2018

Copyright (c) 2012, 2017, Oracle.  All rights reserved.

Log file for this invocation: /u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7981_2018_08_06_13_06_18/sqlpatch_invocation.log

Connecting to database...OK

Note:  Datapatch will only apply or rollback SQL fixes for PDBs

       that are in an open state, no patches will be applied to closed PDBs.

       Please refer to Note: Datapatch: Database 12c Post Patch SQL Automation

       (Doc ID 1585822.1)

Bootstrapping registry and package to current versions...done

Determining current state...done

Current state of SQL patches:

Bundle series DBRU:

  ID 170718 in the binary registry and not installed in any PDB

Adding patches to installation queue and performing prereq checks...

Installation queue:

  For the following PDBs: CDB$ROOT PDB$SEED PDB01

    Nothing to roll back

    The following patches will be applied:

      26123830 (DATABASE RELEASE UPDATE 12.2.0.1.170718)

Installing patches...

Patch installation complete.  Total patches installed: 3

Validating logfiles...

Patch 26123830 apply (pdb CDB$ROOT): SUCCESS

  logfile: /u01/app/oracle/cfgtoollogs/sqlpatch/26123830/21405588/26123830_apply_CDB_CDBROOT_2018Aug06_13_06_37.log (no errors)

Patch 26123830 apply (pdb PDB$SEED): SUCCESS

  logfile: /u01/app/oracle/cfgtoollogs/sqlpatch/26123830/21405588/26123830_apply_CDB_PDBSEED_2018Aug06_13_07_21.log (no errors)

Patch 26123830 apply (pdb PDB01): SUCCESS

  logfile: /u01/app/oracle/cfgtoollogs/sqlpatch/26123830/21405588/26123830_apply_CDB_PDB01_2018Aug06_13_07_21.log (no errors)

SQL Patching tool complete on Mon Aug  6 13:07:59 2018

[oracle@prod04 26123830]$ 

6,檢查補(bǔ)丁狀態(tài)

SQL> select patch_id,action,status,BUNDLE_SERIES from dba_registry_sqlpatch;

  PATCH_ID ACTION   STATUS   BUNDLE_SERIES

---------- --------------- --------------- ------------------------------

  26123830 APPLY   SUCCESS   DBRU

# select patch_id,patch_uid,version,flags,action,status,action_time,description,bundle_series from dba_registry_sqlpatch;

到此,關(guān)于“Oralce RU版本的安裝過程”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實(shí)踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識(shí),請繼續(xù)關(guān)注創(chuàng)新互聯(lián)網(wǎng)站,小編會(huì)繼續(xù)努力為大家?guī)砀鄬?shí)用的文章!

新聞標(biāo)題:OralceRU版本的安裝過程
URL標(biāo)題:http://sd-ha.com/article36/jisdpg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)建站、做網(wǎng)站、服務(wù)器托管、網(wǎng)頁設(shè)計(jì)公司、網(wǎng)站排名、網(wǎng)站導(dǎo)航

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

商城網(wǎng)站建設(shè)