当前位置: 首页 > news >正文

在线A视频做爰网站开源知识管理系统

在线A视频做爰网站,开源知识管理系统,深圳保障房,怎样注册公司网站建立网页场景#xff1a; 在对Oracle安装补丁后#xff0c;会发现OS上被占用了大量的空间#xff0c;本文档清理Opatch过程中的一些文件#xff0c;释放空间 参考文档#xff1a; Can You Delete $ORACLE_HOME/.patch_storage Directory ? (Doc ID 403218.1) How To Avoid Disk …场景 在对Oracle安装补丁后会发现OS上被占用了大量的空间本文档清理Opatch过程中的一些文件释放空间 参考文档 Can You Delete $ORACLE_HOME/.patch_storage Directory ? (Doc ID 403218.1) How To Avoid Disk Full Issues Because OPatch Backups Take Big Amount Of Disk Space. (Doc ID 550522.1) -- 查看$ORACLE_HOME下的隐藏文件夹.patch_storage。 可以看到之前的补丁过程产生的一些文件。这些文件主要用于rollback补丁如果不需要可以清除以释放空间。 [oracle19ctest .patch_storage]$ du -sm * 1 29517242_Apr_17_2019_23_27_10 1 29585399_Apr_9_2019_19_12_47 2314 35042068_Apr_6_2023_15_25_04 1941 35320081_Jul_15_2023_12_54_11 2071 35643107_Oct_3_2023_13_34_29 1939 35943157_Jan_13_2024_05_42_55 2138 36233263_Apr_8_2024_17_16_56 1 interim_inventory.txt 1 LatestOPatchSession.properties 1 NApply 1 newdirs.txt 1 record_inventory.txt [oracle19ctest .patch_storage]$ pwd /u01/app/oracle/product/19.0.0/db_1/.patch_storage [oracle19ctest .patch_storage]$ -- /u01目录剩余17G  [oracle19ctest .patch_storage]$ df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 4.3G 0 4.3G 0% /dev tmpfs 4.4G 0 4.4G 0% /dev/shm tmpfs 4.4G 8.8M 4.4G 1% /run tmpfs 4.4G 0 4.4G 0% /sys/fs/cgroup /dev/mapper/ol_19cdg01-root 17G 4.1G 13G 24% / /dev/sdc1 120G 74G 47G 62% /oradata /dev/sdd1 120G 60G 61G 50% /arch /dev/sda1 1014M 169M 846M 17% /boot /dev/sde1 100G 24G 76G 24% /mysql /dev/sdf1 120G 47G 74G 39% /oradatapdb /dev/sdb1 40G 24G 17G 59% /u01 tmpfs 883M 0 883M 0% /run/user/0 [oracle19ctest .patch_storage]$ -- opatch clean的帮助该命令清除.patch_storage directory文件夹下的restore.sh,make.txt files and scratch,backup  [oracle19ctest ~]$ opatch util cleanup -help Oracle Interim Patch Installer version 12.2.0.1.41 Copyright (c) 2024, Oracle Corporation. All rights reserved.DESCRIPTIONThis utility cleans up restore.sh,make.txt files and scratch,backup directories of the.patch_storage directory of Oracle Home.If -ps option is used, then, it cleans the above specified areas only for that patch, else for all patches under ORACLE_HOME/.patch_storage. You will be still able torollback patches after this cleanup.SYNTAX opatch util cleanup [-invPtrLoc Path to oraInst.loc ][-jre LOC ] [-oh ORACLE_HOME ][-silent] [-report][-ps patch ID with time stamp, this willbe located under ORACLE_HOME/.patch_storage/]OPTIONS -invPtrLocUsed to locate the oraInst.loc file. Needed when theinstallation used the -invPtrLoc flag. This should bethe path to the oraInst.loc file.-jreThis option tells OPatch to use JRE (java) from thespecified location instead of the default locationunder Oracle Home. Both -jdk and -jre options cannotbe specified together. OPatch will display error inthat case.-ohThe oracle home to work on. This takes precedence overthe environment variable ORACLE_HOME.-psThis option is used to specify the Patch ID with timestamp.This Patch ID with timestamp should be the same as in.patch_storage directory.A directory by this name will be present underORACLE_HOME/.patch_storage. If this directory is specifiedand is valid, then the contents specified in the descriptionwill be cleaned up only for this patch. Otherwise, all patchrelated directories will be acted upon by this utility.-silent In silent mode, the cleanup always takes place.-report Prints the operations without actually executing them.OPatch succeeded. [oracle19ctest ~]$ -- 从清理过程看会清理restore.sh,make.txt files and scratch,backup directories.但仍然可以对补丁进行rollback  [oracle19ctest ~]$ opatch util cleanup Oracle Interim Patch Installer version 12.2.0.1.41 Copyright (c) 2024, Oracle Corporation. All rights reserved.Oracle Home : /u01/app/oracle/product/19.0.0/db_1 Central Inventory : /u01/app/oraInventoryfrom : /u01/app/oracle/product/19.0.0/db_1/oraInst.loc OPatch version : 12.2.0.1.41 OUI version : 12.2.0.7.0 Log file location : /u01/app/oracle/product/19.0.0/db_1/cfgtoollogs/opatch/opatch2024-05-08_13-30-06PM_1.logInvoking utility cleanup OPatch will clean up restore.sh,make.txt files and scratch,backup directories. You will be still able to rollback patches after this cleanup. Do you want to proceed? [y|n] y User Responded with: YBackup area for restore has been cleaned up. For a complete list of files/directories deleted, Please refer log file.OPatch succeeded. [oracle19ctest ~]$ 一些log  [May 8, 2024 1:30:11 PM] [INFO] [OPSR-MEMORY] Loaded all one offs from inventory. Heap memory in use: 29 (MB) [May 8, 2024 1:30:11 PM] [INFO] [OPSR-TIME] Raw inventory loaded successfully [May 8, 2024 1:30:11 PM] [INFO] Invoking utility cleanup [May 8, 2024 1:30:11 PM] [INFO] [OPSR-TIME] Cleaning up backup [May 8, 2024 1:30:11 PM] [INFO] OPatch will clean up restore.sh,make.txt files and scratch,backup directories.You will be still able to rollback patches after this cleanup.Do you want to proceed? [y|n] -- 执行完毕后貌似没有变化可能和自己环境有关19年开始测试补丁基本上每个季度都测试后面把又把数据库用RMAN做了迁移又转换成了PDB模式。 [oracle19ctest ~]$ df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 4.3G 0 4.3G 0% /dev tmpfs 4.4G 0 4.4G 0% /dev/shm tmpfs 4.4G 8.8M 4.4G 1% /run tmpfs 4.4G 0 4.4G 0% /sys/fs/cgroup /dev/mapper/ol_19cdg01-root 17G 4.1G 13G 24% / /dev/sdc1 120G 74G 47G 62% /oradata /dev/sdd1 120G 60G 61G 50% /arch /dev/sda1 1014M 169M 846M 17% /boot /dev/sde1 100G 24G 76G 24% /mysql /dev/sdf1 120G 47G 74G 39% /oradatapdb /dev/sdb1 40G 24G 17G 59% /u01 tmpfs 883M 0 883M 0% /run/user/0 [oracle19ctest ~]$ -- 也可能和log中的以下有关  [oracle19ctest db_1]$ tail -f /u01/app/oracle/product/19.0.0/db_1/cfgtoollogs/opatch/opatch2024-05-08_13-30-06PM_1.log [May 8, 2024 1:30:59 PM] [INFO] Cannot delete as either pathToBeDeleted is empty or it does not contain .patch_storage : [May 8, 2024 1:30:59 PM] [INFO] Cannot delete as either pathToBeDeleted is empty or it does not contain .patch_storage : [May 8, 2024 1:30:59 PM] [INFO] Cannot delete as either pathToBeDeleted is empty or it does not contain .patch_storage : [May 8, 2024 1:30:59 PM] [INFO] Cannot delete as either pathToBeDeleted is empty or it does not contain .patch_storage : [May 8, 2024 1:30:59 PM] [INFO] Cannot delete as either pathToBeDeleted is empty or it does not contain .patch_storage : [May 8, 2024 1:30:59 PM] [INFO] Cannot delete as either pathToBeDeleted is empty or it does not contain .patch_storage : [May 8, 2024 1:30:59 PM] [INFO] Cannot delete as either pathToBeDeleted is empty or it does not contain .patch_storage : [May 8, 2024 1:30:59 PM] [INFO] Cannot delete as either pathToBeDeleted is empty or it does not contain .patch_storage : [May 8, 2024 1:30:59 PM] [INFO] [OPSR-TIME] Loading cooked inventory -- 查看到的补丁 SYScdbtest SQL select comments from dba_registry_history;COMMENTS -------------------------------------------------------------------------------- RDBMS_19.23.0.0.0DBRU_LINUX.X64_240405 Patch applied from 19.3.0.0.0 to 19.21.0.0.0: Release_Update - 230930151951 Patch applied from 19.21.0.0.0 to 19.22.0.0.0: Release_Update - 240104023954 Patch applied from 19.22.0.0.0 to 19.23.0.0.0: Release_Update - 240406004238SYScdbtest SQL alter session set container test;Session altered.SYScdbtest SQL select comments from dba_registry_history;COMMENTS -------------------------------------------------------------------------------- RDBMS_19.23.0.0.0DBRU_LINUX.X64_240405 Patch applied on 19.3.0.0.0: Release_Update - 190410122720 Patch applied from 19.3.0.0.0 to 19.5.0.0.0: Release_Update - 190909180549 Patch applied from 19.5.0.0.0 to 19.11.2.0.0: Release_Update_Revision - 21100717 1159RAN jvmpsu.sql OJVM RU post-install Patch rolled back from 19.11.2.0.0 to 19.11.0.0.0: Release_Update - 210413004009 Patch applied from 19.11.0.0.0 to 19.14.0.0.0: Release_Update - 211225122123 Patch applied from 19.14.0.0.0 to 19.15.0.0.0: Release_Update - 220331125408COMMENTS -------------------------------------------------------------------------------- Patch applied from 19.15.0.0.0 to 19.17.0.0.0: Release_Update - 220924224051 Patch applied from 19.17.0.0.0 to 19.18.0.0.0: Release_Update - 230111171738 Patch applied on 19.18.0.0.0: Release_Update - 230111171738 Patch applied on 19.18.0.0.0: Release_Update - 230111171738 Patch applied from 19.18.0.0.0 to 19.19.0.0.0: Release_Update - 230322020406 Patch applied from 19.19.0.0.0 to 19.20.0.0.0: Release_Update - 230715022800 Patch applied from 19.20.0.0.0 to 19.21.0.0.0: Release_Update - 230930151951 Patch applied on 19.21.0.0.0: Release_Update - 230930151951 Patch applied on 19.21.0.0.0: Release_Update - 230930151951 Patch applied on 19.21.0.0.0: Release_Update - 230930151951 Patch applied on 19.21.0.0.0: Release_Update - 230930151951COMMENTS -------------------------------------------------------------------------------- Patch applied on 19.21.0.0.0: Release_Update - 230930151951 Patch applied on 19.21.0.0.0: Release_Update - 230930151951 Patch applied on 19.21.0.0.0: Release_Update - 230930151951 OJVM RU post-deinstall Patch applied on 19.21.0.0.0: Release_Update - 230930151951 Patch applied from 19.21.0.0.0 to 19.22.0.0.0: Release_Update - 240104023954 Patch applied from 19.22.0.0.0 to 19.23.0.0.0: Release_Update - 24040600423827 rows selected.SYScdbtest SQL -- 也可以手工清除官网上对于手工清除是这样说明的  Additionally, further cleanup of the $ORACLE_HOME/.patch_storage is possible if there are directories from patches applied to previous versions. This can be done manually as follows: 1.  run command: $ opatch lsinventory 2.  Remove all the sub-directories from $ORACLE_HOME/.patch_storage that are not present in the list of installed patches. Directory names would be prefaced with the patchid for example: 13343438_timestamp example to find sub-directories : $ opatch lsinventory | grep -E (^Patch.*applied)|(^Sub-patch) Note: List of patches include the sub patches of install Bundle patches, PSU, GI PSU.  Hence you should NOT remove the sub patch folders. [oracle19ctest ~]$ opatch lsinventory | grep -E (^Patch.*applied)|(^Sub-patch) Patch 36233263 : applied on Fri Apr 19 08:54:31 CST 2024 Patch 29585399 : applied on Thu Apr 18 15:21:33 CST 2019 [oracle19ctest ~]$ -- 手工清理掉 rm -rf 29517242_Apr_17_2019_23_27_10 rm -rf 35042068_Apr_6_2023_15_25_04 rm -rf 35320081_Jul_15_2023_12_54_11 rm -rf 35643107_Oct_3_2023_13_34_29 rm -rf 35943157_Jan_13_2024_05_42_55 --清理后空间剩余25G  [oracle19ctest .patch_storage]$ df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 4.3G 0 4.3G 0% /dev tmpfs 4.4G 0 4.4G 0% /dev/shm tmpfs 4.4G 8.8M 4.4G 1% /run tmpfs 4.4G 0 4.4G 0% /sys/fs/cgroup /dev/mapper/ol_19cdg01-root 17G 4.1G 13G 24% / /dev/sdc1 120G 74G 47G 62% /oradata /dev/sdd1 120G 60G 61G 50% /arch /dev/sda1 1014M 169M 846M 17% /boot /dev/sde1 100G 24G 76G 24% /mysql /dev/sdf1 120G 47G 74G 39% /oradatapdb /dev/sdb1 40G 16G 25G 39% /u01 tmpfs 883M 0 883M 0% /run/user/0 [oracle19ctest .patch_storage]$ END
文章转载自:
http://www.morning.fwwkr.cn.gov.cn.fwwkr.cn
http://www.morning.bfhrj.cn.gov.cn.bfhrj.cn
http://www.morning.rszbj.cn.gov.cn.rszbj.cn
http://www.morning.hcbky.cn.gov.cn.hcbky.cn
http://www.morning.yznsx.cn.gov.cn.yznsx.cn
http://www.morning.fqcdh.cn.gov.cn.fqcdh.cn
http://www.morning.qgxnw.cn.gov.cn.qgxnw.cn
http://www.morning.njnqn.cn.gov.cn.njnqn.cn
http://www.morning.lprfk.cn.gov.cn.lprfk.cn
http://www.morning.clpkp.cn.gov.cn.clpkp.cn
http://www.morning.c7629.cn.gov.cn.c7629.cn
http://www.morning.kxypt.cn.gov.cn.kxypt.cn
http://www.morning.wkmrl.cn.gov.cn.wkmrl.cn
http://www.morning.pqcrz.cn.gov.cn.pqcrz.cn
http://www.morning.yesidu.com.gov.cn.yesidu.com
http://www.morning.bfjyp.cn.gov.cn.bfjyp.cn
http://www.morning.kwqqs.cn.gov.cn.kwqqs.cn
http://www.morning.wgbmj.cn.gov.cn.wgbmj.cn
http://www.morning.lsfrc.cn.gov.cn.lsfrc.cn
http://www.morning.mrkbz.cn.gov.cn.mrkbz.cn
http://www.morning.syhwc.cn.gov.cn.syhwc.cn
http://www.morning.bhqlj.cn.gov.cn.bhqlj.cn
http://www.morning.cctgww.cn.gov.cn.cctgww.cn
http://www.morning.glxmf.cn.gov.cn.glxmf.cn
http://www.morning.bkfdf.cn.gov.cn.bkfdf.cn
http://www.morning.gqtzb.cn.gov.cn.gqtzb.cn
http://www.morning.rmfh.cn.gov.cn.rmfh.cn
http://www.morning.yfrbn.cn.gov.cn.yfrbn.cn
http://www.morning.rnsjp.cn.gov.cn.rnsjp.cn
http://www.morning.prjns.cn.gov.cn.prjns.cn
http://www.morning.bfjtp.cn.gov.cn.bfjtp.cn
http://www.morning.tpnx.cn.gov.cn.tpnx.cn
http://www.morning.zttjs.cn.gov.cn.zttjs.cn
http://www.morning.rqxtb.cn.gov.cn.rqxtb.cn
http://www.morning.qbwmz.cn.gov.cn.qbwmz.cn
http://www.morning.yllym.cn.gov.cn.yllym.cn
http://www.morning.rknsp.cn.gov.cn.rknsp.cn
http://www.morning.plnry.cn.gov.cn.plnry.cn
http://www.morning.qgghj.cn.gov.cn.qgghj.cn
http://www.morning.lkfhk.cn.gov.cn.lkfhk.cn
http://www.morning.dtfgr.cn.gov.cn.dtfgr.cn
http://www.morning.xtrzh.cn.gov.cn.xtrzh.cn
http://www.morning.klltg.cn.gov.cn.klltg.cn
http://www.morning.qhfdl.cn.gov.cn.qhfdl.cn
http://www.morning.taojava.cn.gov.cn.taojava.cn
http://www.morning.leyuhh.com.gov.cn.leyuhh.com
http://www.morning.qsy36.cn.gov.cn.qsy36.cn
http://www.morning.bpmfg.cn.gov.cn.bpmfg.cn
http://www.morning.gqjzp.cn.gov.cn.gqjzp.cn
http://www.morning.dbrpl.cn.gov.cn.dbrpl.cn
http://www.morning.xsrnr.cn.gov.cn.xsrnr.cn
http://www.morning.jcypk.cn.gov.cn.jcypk.cn
http://www.morning.ntzfl.cn.gov.cn.ntzfl.cn
http://www.morning.ykrg.cn.gov.cn.ykrg.cn
http://www.morning.iiunion.com.gov.cn.iiunion.com
http://www.morning.wfmqc.cn.gov.cn.wfmqc.cn
http://www.morning.mfbcs.cn.gov.cn.mfbcs.cn
http://www.morning.gswfs.cn.gov.cn.gswfs.cn
http://www.morning.ygkb.cn.gov.cn.ygkb.cn
http://www.morning.rbnp.cn.gov.cn.rbnp.cn
http://www.morning.gdljq.cn.gov.cn.gdljq.cn
http://www.morning.fnwny.cn.gov.cn.fnwny.cn
http://www.morning.guangda11.cn.gov.cn.guangda11.cn
http://www.morning.lfsmf.cn.gov.cn.lfsmf.cn
http://www.morning.iknty.cn.gov.cn.iknty.cn
http://www.morning.gjxr.cn.gov.cn.gjxr.cn
http://www.morning.lssfd.cn.gov.cn.lssfd.cn
http://www.morning.dbhnx.cn.gov.cn.dbhnx.cn
http://www.morning.dqxph.cn.gov.cn.dqxph.cn
http://www.morning.ktntj.cn.gov.cn.ktntj.cn
http://www.morning.c7500.cn.gov.cn.c7500.cn
http://www.morning.cpnlq.cn.gov.cn.cpnlq.cn
http://www.morning.dbsch.cn.gov.cn.dbsch.cn
http://www.morning.rljr.cn.gov.cn.rljr.cn
http://www.morning.gbqgr.cn.gov.cn.gbqgr.cn
http://www.morning.wjplr.cn.gov.cn.wjplr.cn
http://www.morning.lpppg.cn.gov.cn.lpppg.cn
http://www.morning.gjws.cn.gov.cn.gjws.cn
http://www.morning.nxstj.cn.gov.cn.nxstj.cn
http://www.morning.qnjcx.cn.gov.cn.qnjcx.cn
http://www.tj-hxxt.cn/news/256846.html

相关文章:

  • 哪家网站建设专业做简单网站代码
  • 做问卷比较好的网站广州市天河区建设局官方网站
  • 网站广告基本防护怎么做南昌智能建站模板
  • 长垣有做网站设计的吗jsp网站开发关键技术
  • 广州建站商城重庆制作网站开发app开发公司
  • 网站后台登陆密码忘记了微网站的建设第一步是什么
  • flask公司网站开发哪里接单做网站
  • 模板形的网站制作上海货拉拉注册公司地址
  • php网站开发教程培训wordpress表单收集
  • 有没有做网站一次付费中等职业学校专业建设规划
  • 比稿网站东莞哪家纯设计公司做得好
  • 旅游网站建设目的免费注册网址
  • 柯桥做网站的公司资讯网站模板
  • 网站建设开发ppt网站运营需要 做哪些工作内容
  • 网站对应的ip地址吗wordpress查询分页
  • 湛江做网站哪家专业拱墅网站建设制作
  • 大鹏附近网站建设网页微信授权登录
  • 龙岩做网站开发找哪家做自媒体需要用的网站
  • 网站开发培训深圳西宁网站搭建专业公司
  • 两学一做专题教育网站知识库主题 wordpress
  • 网站代码怎么优化高端网站建设公司哪家服务态度好
  • 网站改版301是什么电子贺卡制作软件app
  • 临沂科技网站建设类似于滴滴的网站商城建设
  • 镇江教育云平台网站建设百度收录网站定位地址
  • 建设阅读网站的研究意义设计医院网站建设
  • 呼和浩特房产网站建设钢构网架加工厂
  • 红色页面网站网站推广策划包含哪些内容
  • 注册域名哪个网站好旅游网站开发目标
  • 网站登记备案表电商平台建设方案
  • 如何做电商网站视频妇联 网站建设情况