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

一般在百度做网站多少钱2022最近十大的新闻热点

一般在百度做网站多少钱,2022最近十大的新闻热点,JS 微软的翻译接口做网站国际化,广州网站设计服务近期,在某用户的测试环境,需要将RAC转为单机模式,然后进行数据恢复;一开始只是将数据库软件通过make -f ins_rdbms.mk rac_off 和 make -f ins_rdbms.mk ioracle关闭RAC模式;然后在启动数据库(sqlplus / a…

近期,在某用户的测试环境,需要将RAC转为单机模式,然后进行数据恢复;一开始只是将数据库软件通过make -f ins_rdbms.mk rac_off  和 make -f ins_rdbms.mk ioracle关闭RAC模式;然后在启动数据库(sqlplus / as sysdba登录后startup时报错:ORA-00600: internal error code, arguments: [kgfz_getDiskAccessMode:ntyp], [0], [], [], [], [], [], [], [], [], [], []
ORA-29701: unable to connect to Cluster Synchronization Service);

MOS文档Database reports ORA-600 KGFZ_GETDISKACCESSMODE:NTYP when starting (Doc ID 2587331.1)显示,12.2开始需要彻底卸载集群,进行卸载后可以正常进行启动和恢复(卸载参考How to Deconfigure/Reconfigure(Rebuild OCR) or Deinstall Grid Infrastructure (Doc ID 1377349.1),注意Note: in 12c, or higher, while performing the procedure, instead of rootcrs.pl, rootcrs.sh should be used if exists in the same location as rootcrs.pl)。

处理过程如下:

1.数据库软件从集群转为单机模式

[oracle@test1 lib]$ make -f ins_rdbms.mk rac_off
rm -f /home/u01/app/product/12.2.0/db_1/lib/libskgxp12.so
cp /home/u01/app/product/12.2.0/db_1/lib//libskgxpg.so /home/u01/app/product/12.2.0/db_1/lib/libskgxp12.so
rm -f /home/u01/app/product/12.2.0/db_1/lib/libskgxn2.so
cp /home/u01/app/product/12.2.0/db_1/lib//libskgxns.so \/home/u01/app/product/12.2.0/db_1/lib/libskgxn2.so
/usr/bin/ar cr /home/u01/app/product/12.2.0/db_1/rdbms/lib/libknlopt.a /home/u01/app/product/12.2.0/db_1/rdbms/lib/ksnkcs.o 
[oracle@test1 lib]$ make -f ins_rdbms.mk ioracle
chmod 755 /home/u01/app/product/12.2.0/db_1/bin- Linking Oracle 
rm -f /home/u01/app/product/12.2.0/db_1/rdbms/lib/oracle
/home/u01/app/product/12.2.0/db_1/bin/orald  -o /home/u01/app/product/12.2.0/db_1/rdbms/lib/oracle -m64 -z noexecstack -Wl,--disable-new-dtags -L/home/u01/app/product/12.2.0/db_1/rdbms/lib/ -L/home/u01/app/product/12.2.0/db_1/lib/ -L/home/u01/app/product/12.2.0/db_1/lib/stubs/   -Wl,-E /home/u01/app/product/12.2.0/db_1/rdbms/lib/opimai.o /home/u01/app/product/12.2.0/db_1/rdbms/lib/ssoraed.o /home/u01/app/product/12.2.0/db_1/rdbms/lib/ttcsoi.o -Wl,--whole-archive -lperfsrv12 -Wl,--no-whole-archive /home/u01/app/product/12.2.0/db_1/lib/nautab.o /home/u01/app/product/12.2.0/db_1/lib/naeet.o /home/u01/app/product/12.2.0/db_1/lib/naect.o /home/u01/app/product/12.2.0/db_1/lib/naedhs.o /home/u01/app/product/12.2.0/db_1/rdbms/lib/config.o  -ldmext -lserver12 -lodm12 -lofs -lcell12 -lnnet12 -lskgxp12 -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lclient12  -lvsn12 -lcommon12 -lgeneric12 -lknlopt `if /usr/bin/ar tv /home/u01/app/product/12.2.0/db_1/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/null 2>&1 ; then echo "-loraolap12" ; fi` -lskjcx12 -lslax12 -lpls12  -lrt -lplp12 -ldmext -lserver12 -lclient12  -lvsn12 -lcommon12 -lgeneric12 `if [ -f /home/u01/app/product/12.2.0/db_1/lib/libavserver12.a ] ; then echo "-lavserver12" ; else echo "-lavstub12"; fi` `if [ -f /home/u01/app/product/12.2.0/db_1/lib/libavclient12.a ] ; then echo "-lavclient12" ; fi` -lknlopt -lslax12 -lpls12  -lrt -lplp12 -ljavavm12 -lserver12  -lwwg  `cat /home/u01/app/product/12.2.0/db_1/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lngsmshd12 -lnro12 `cat /home/u01/app/product/12.2.0/db_1/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lngsmshd12 -lnnzst12 -lzt12 -lztkg12 -lmm -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lztkg12 `cat /home/u01/app/product/12.2.0/db_1/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lngsmshd12 -lnro12 `cat /home/u01/app/product/12.2.0/db_1/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lngsmshd12 -lnnzst12 -lzt12 -lztkg12   -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 `if /usr/bin/ar tv /home/u01/app/product/12.2.0/db_1/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo12 -lserver12"; fi` -L/home/u01/app/product/12.2.0/db_1/ctx/lib/ -lctxc12 -lctx12 -lzx12 -lgx12 -lctx12 -lzx12 -lgx12 -lordimt12 -lclsra12 -ldbcfg12 -lhasgen12 -lskgxn2 -lnnzst12 -lzt12 -lxml12 -lgeneric12 -locr12 -locrb12 -locrutl12 -lhasgen12 -lskgxn2 -lnnzst12 -lzt12 -lxml12 -lgeneric12  -lgeneric12 -lorazip -loraz -llzopro5 -lorabz2 -lipp_z -lipp_bz2 -lippdcemerged -lippsemerged -lippdcmerged  -lippsmerged -lippcore  -lippcpemerged -lippcpmerged  -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lsnls12 -lunls12  -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lasmclnt12 -lcommon12 -lcore12  -laio -lons  -lfthread12   `cat /home/u01/app/product/12.2.0/db_1/lib/sysliblist` -Wl,-rpath,/home/u01/app/product/12.2.0/db_1/lib -lm    `cat /home/u01/app/product/12.2.0/db_1/lib/sysliblist` -ldl -lm   -L/home/u01/app/product/12.2.0/db_1/lib `test -x /usr/bin/hugeedit -a -r /usr/lib64/libhugetlbfs.so && test -r /home/u01/app/product/12.2.0/db_1/rdbms/lib/shugetlbfs.o && echo -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=2097152 -lhugetlbfs`
test ! -f /home/u01/app/product/12.2.0/db_1/bin/oracle || (\mv -f /home/u01/app/product/12.2.0/db_1/bin/oracle /home/u01/app/product/12.2.0/db_1/bin/oracleO &&\chmod 600 /home/u01/app/product/12.2.0/db_1/bin/oracleO )
mv /home/u01/app/product/12.2.0/db_1/rdbms/lib/oracle /home/u01/app/product/12.2.0/db_1/bin/oracle
chmod 6751 /home/u01/app/product/12.2.0/db_1/bin/oracle

2.启动数据库实例时的报错

[oracle@test1 ~]$ sqlplus / as sysdbaSQL*Plus: Release 12.2.0.1.0 Production on Fri Sep 8 18:33:57 2023Copyright (c) 1982, 2016, Oracle.  All rights reserved.Connected to an idle instance.SQL> 
SQL> 
SQL> startup nomount
ORA-00600: internal error code, arguments: [kgfz_getDiskAccessMode:ntyp], [0], [], [], [], [], [], [], [], [], [], []
ORA-29701: unable to connect to Cluster Synchronization Service
SQL> exit
Disconnected

3.对集群软件进行卸载时的报错及日志--12C开始需要用Note: in 12c, or higher, while performing the procedure, instead of rootcrs.pl, rootcrs.sh should be used if exists in the same location as rootcrs.pl

[root@test1 ~]# /home/u01/grid/crs/install/rootcrs.pl -deconfig -force -verbose
Can't locate Env.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . /home/u01/grid/crs/install /home/u01/grid/crs/install/../../perl/lib) at /home/u01/grid/crs/install/crsinstall.pm line 286.
BEGIN failed--compilation aborted at /home/u01/grid/crs/install/crsinstall.pm line 286.
Compilation failed in require at /home/u01/grid/crs/install/rootcrs.pl line 165.
BEGIN failed--compilation aborted at /home/u01/grid/crs/install/rootcrs.pl line 165.
[root@test1 ~]# /home/u01/grid/crs/install/rootcrs.pl -deconfig -force -verbose -lastnode
Can't locate Env.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . /home/u01/grid/crs/install /home/u01/grid/crs/install/../../perl/lib) at /home/u01/grid/crs/install/crsinstall.pm line 286.
BEGIN failed--compilation aborted at /home/u01/grid/crs/install/crsinstall.pm line 286.
Compilation failed in require at /home/u01/grid/crs/install/rootcrs.pl line 165.
BEGIN failed--compilation aborted at /home/u01/grid/crs/install/rootcrs.pl line 165.
[root@test1 ~]# /home/u01/grid/crs/install/rootcrs.sh -deconfig -force -verbose -lastnode
Using configuration parameter file: /home/u01/grid/crs/install/crsconfig_params
The log of current session can be found at:/home/u01/gridbase/crsdata/test1/crsconfig/crsdeconfig_test1_2023-09-08_06-43-59PM.log
PRCR-1070 : Failed to check if resource ora.cvu is registeredCRS-0184 : Cannot communicate with the CRS daemon.2023/09/08 18:44:10 CLSRSC-180: An error occurred while executing the command '/home/u01/grid/bin/srvctl stop cvu -f'
PRCR-1070 : Failed to check if resource ora.cvu is registeredCRS-0184 : Cannot communicate with the CRS daemon.2023/09/08 18:44:10 CLSRSC-180: An error occurred while executing the command '/home/u01/grid/bin/srvctl remove cvu -f'
PRCR-1068 : Failed to query resourcesCRS-0184 : Cannot communicate with the CRS daemon.2023/09/08 18:44:11 CLSRSC-180: An error occurred while executing the command '/home/u01/grid/bin/srvctl stop scan_listener -f'
PRCR-1068 : Failed to query resourcesCRS-0184 : Cannot communicate with the CRS daemon.2023/09/08 18:44:11 CLSRSC-180: An error occurred while executing the command '/home/u01/grid/bin/srvctl remove scan_listener -y -f'
PRCR-1068 : Failed to query resources
CRS-0184 : Cannot communicate with the CRS daemon.
2023/09/08 18:44:12 CLSRSC-180: An error occurred while executing the command '/home/u01/grid/bin/srvctl stop scan -f'
PRCR-1068 : Failed to query resources
CRS-0184 : Cannot communicate with the CRS daemon.
2023/09/08 18:44:13 CLSRSC-180: An error occurred while executing the command '/home/u01/grid/bin/srvctl remove scan -y -f'
PRCR-1070 : Failed to check if resource ora.net1.network is registered
CRS-0184 : Cannot communicate with the CRS daemon.
PRCR-1070 : Failed to check if resource ora.helper is registered
CRS-0184 : Cannot communicate with the CRS daemon.
PRCR-1070 : Failed to check if resource ora.ons is registered
CRS-0184 : Cannot communicate with the CRS daemon.2023/09/08 18:44:13 CLSRSC-180: An error occurred while executing the command '/home/u01/grid/bin/srvctl config nodeapps'


文章转载自:
http://farthermost.cwgn.cn
http://emergicenter.cwgn.cn
http://morayshire.cwgn.cn
http://stability.cwgn.cn
http://toedrop.cwgn.cn
http://cuculiform.cwgn.cn
http://richina.cwgn.cn
http://doe.cwgn.cn
http://vicenza.cwgn.cn
http://rhonchus.cwgn.cn
http://taborin.cwgn.cn
http://trimestral.cwgn.cn
http://interoffice.cwgn.cn
http://tarpon.cwgn.cn
http://iceblink.cwgn.cn
http://photoxylography.cwgn.cn
http://brachydactylic.cwgn.cn
http://bacteriology.cwgn.cn
http://koord.cwgn.cn
http://nincompoop.cwgn.cn
http://fuliginosity.cwgn.cn
http://foretriangle.cwgn.cn
http://posttreatment.cwgn.cn
http://drowsy.cwgn.cn
http://indescribable.cwgn.cn
http://clandestinely.cwgn.cn
http://grumblingly.cwgn.cn
http://ordain.cwgn.cn
http://aeroballistic.cwgn.cn
http://nasi.cwgn.cn
http://woden.cwgn.cn
http://nemertean.cwgn.cn
http://gumdrop.cwgn.cn
http://hellhole.cwgn.cn
http://yakin.cwgn.cn
http://phytotron.cwgn.cn
http://trengganu.cwgn.cn
http://yirr.cwgn.cn
http://ionization.cwgn.cn
http://paleopedology.cwgn.cn
http://salivator.cwgn.cn
http://hireling.cwgn.cn
http://governance.cwgn.cn
http://reference.cwgn.cn
http://sack.cwgn.cn
http://greenlining.cwgn.cn
http://euphemistic.cwgn.cn
http://anteriorly.cwgn.cn
http://onychophagia.cwgn.cn
http://decalcomania.cwgn.cn
http://chromium.cwgn.cn
http://mailing.cwgn.cn
http://pictish.cwgn.cn
http://udf.cwgn.cn
http://biometrician.cwgn.cn
http://aproposity.cwgn.cn
http://feminity.cwgn.cn
http://rubiginous.cwgn.cn
http://mullah.cwgn.cn
http://wolfsbane.cwgn.cn
http://garcon.cwgn.cn
http://nighttide.cwgn.cn
http://kickplate.cwgn.cn
http://sakya.cwgn.cn
http://postcard.cwgn.cn
http://antimycotic.cwgn.cn
http://bedpan.cwgn.cn
http://reply.cwgn.cn
http://sob.cwgn.cn
http://hypothesis.cwgn.cn
http://trepanation.cwgn.cn
http://uglifier.cwgn.cn
http://licensure.cwgn.cn
http://cultus.cwgn.cn
http://eristical.cwgn.cn
http://seabee.cwgn.cn
http://zigzagger.cwgn.cn
http://devoted.cwgn.cn
http://even.cwgn.cn
http://binge.cwgn.cn
http://featheriness.cwgn.cn
http://vmi.cwgn.cn
http://tropicalize.cwgn.cn
http://ort.cwgn.cn
http://unpolarized.cwgn.cn
http://singlehanded.cwgn.cn
http://autistic.cwgn.cn
http://parapsychology.cwgn.cn
http://intercalate.cwgn.cn
http://turnbench.cwgn.cn
http://ultramarine.cwgn.cn
http://messy.cwgn.cn
http://stillness.cwgn.cn
http://khuzistan.cwgn.cn
http://shimonoseki.cwgn.cn
http://mohammedanism.cwgn.cn
http://redintegrate.cwgn.cn
http://violate.cwgn.cn
http://brs.cwgn.cn
http://thysanuran.cwgn.cn
http://www.hrbkazy.com/news/76614.html

相关文章:

  • 利用网上菜谱做网站百度联盟怎么加入
  • wordpress加百度广告代码出问题海东地区谷歌seo网络优化
  • 如何提高网站知名度电商怎么推广自己的产品
  • 建设企业网站可行性分析网站建设技术
  • 网站视觉优化怎么做云盘网页版登录
  • 陕西企业网站建设哪家好网站制作优化
  • mac 做网站开发公司网络推广该怎么做
  • 如何做网站公司广西seo优化
  • javaee做的是网站吗全媒体运营师
  • 保险网站定制百度信息流怎么收费
  • 类似于微博网站怎么做百度教育官网登录入口
  • 图片转链接生成器在线长沙seo霜天博客
  • 做网站有前途seo按照搜索引擎的
  • cc网站域名注册网络推广哪个平台最好
  • 桥西区网站建设中国免费网站服务器下载
  • 中山市 做网站高级搜索入口
  • 哪里有做兼职的网站网站关键词排名软件推荐
  • 做百度手机网站优seo基本步骤
  • 什么公司做网商网站的国际新闻消息
  • 最大郑州网站建设公司百度网站下拉排名
  • 县城做二手车网站营销推广计划
  • 有空间与域名后怎么做网站交换友情链接吧
  • 昌平网站建设公司网站关键词怎么添加
  • 专业的手机网站建设公司哪家好网站建设平台软件
  • 怎样做才能提升自己的网站百度直播
  • 我朋友是做卖网站的广州seo优化公司排名
  • 做衣服批发网站p2p台州有哪些免费推广网站
  • ss和wordpress优化方案官方网站
  • 共青团网站建设免费自助建站
  • 佛山网站搜索引擎优化推广系统