




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、ORACLE12C RAC HIS项目ORACLE RAC实施报告系统环境硬件: P824 San Switch 各两台,3PAR存储; 软件:Oracle 12C安装规划:1.1 系统集成前规划机号机型主机名实例名网卡IP系统1HISDB1Hisdb_1Eth01AIX7.1Oracle ClusterOracle SoftVIP6Eth1(心跳)2HISDB2Hisdb_1Eth02AIX7.1Oracle ClusterOracle SoftVIP7Eth1(心跳)SCAN IP820它其设置网关gateway01子网掩码netmaskDNS1.2. 存储的划分ORACLE 空间存储柜划
2、分存储柜整列RAIDLUN容量文件格式用途1Array110110GASMOCR/Voting Disk210GASMOCR/Voting Disk310GASMOCR/Voting Disk41TBASMASM Disk51TBASMASM Disk61TBASMASM Disk71TBASMASM Disk8300GBASMORACLE Archie log9300gbASMORACLE Archie log安装前的准备系统补丁补丁列表如下:bos.adt.basebos.adt.libbos.adt.libmbos.perf.libperfstatbos.perf.perfstatcto
3、olsrsct.basic.rtepat.clients.rte检查补丁文件。lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.libperfstat bos.perf.perfstat ctools rsct.basic.rte pat.clients.rte 修改系统参数VMOvmo -p -o minperm%=3vmo -p -o maxperm%=90vmo -p -o maxclient%=90vmo -p -o lru_file_repage=0vmo -p -o strict_maxclient=1vmo -p -o
4、 strict_maxperm=0Configure Network Tuning Parametersno -p -o udp_sendspace=65536no -p -o udp_recvspace=262144no -p -o tcp_sendspace=262144no -p -o tcp_recvspace=262144no -p -o rfc1323=1 no -p -o sb_max=2*655360 no -r -o ipqmaxlen=512 修改磁盘属性chown grid:asmadmin /dev/rhdisk1chown grid:asmadmin /dev/rhd
5、isk2chown grid:asmadmin /dev/rhdisk3chown grid:asmadmin /dev/rhdisk4chown grid:asmadmin /dev/rhdisk5chown grid:asmadmin /dev/rhdisk6chown grid:asmadmin /dev/rhdisk7chown grid:asmadmin /dev/rhdisk8chown grid:asmadmin /dev/rhdisk9chmod 660 /dev/rhdisk1chmod 660 /dev/rhdisk2chmod 660 /dev/rhdisk3chmod
6、660 /dev/rhdisk4chmod 660 /dev/rhdisk5chmod 660 /dev/rhdisk6chmod 660 /dev/rhdisk7chmod 660 /dev/rhdisk8chmod 660 /dev/rhdisk9chdev -l hdisk1 -a reserve_policy=no_reservechdev -l hdisk2 -a reserve_policy=no_reservechdev -l hdisk3 -a reserve_policy=no_reservechdev -l hdisk4 -a reserve_policy=no_reser
7、vechdev -l hdisk5 -a reserve_policy=no_reservechdev -l hdisk6 -a reserve_policy=no_reservechdev -l hdisk7 -a reserve_policy=no_reservechdev -l hdisk8 -a reserve_policy=no_reservechdev -l hdisk9 -a reserve_policy=no_reserve/usr/sbin/chdev -l hdisk1 -a pv=clear/usr/sbin/chdev -l hdisk2 -a pv=clear/usr
8、/sbin/chdev -l hdisk3 -a pv=clear/usr/sbin/chdev -l hdisk4 -a pv=clear/usr/sbin/chdev -l hdisk5 -a pv=clear/usr/sbin/chdev -l hdisk6 -a pv=clear/usr/sbin/chdev -l hdisk7 -a pv=clear/usr/sbin/chdev -l hdisk8 -a pv=clear/usr/sbin/chdev -l hdisk9 -a pv=clear系统连接数smitty chgsysMaximum number of PROCESSES
9、 allowed per user 16384换页空间Smitty chps 增加换页空间修改/etc/hosts修改/etc/hosts1 hisdb16 hisdb1vip2 hisdb2 hisdb2priv7 hisdb2vip8 9 0 hisdb1priv配置NTP#vi /etc/ntp.conf#broadcastclientserver 5driftfile /etc/ntp.drifttracefile /etc/ntp.trace启动xntpd守护进程# startsrc -s xntpdxntpd 状态查询 , 使用 #lssrc -ls xntpd刚启动xntpd时,
10、 sys peer 为 insane, 表明xntpd还没有完成同步启动xntpd守护进程# startsrc -s xntpdxntpd 状态查询 , 使用 #lssrc -ls xntpd创建用户和组创建用户及相应的目录创建组mkgroup -A id=1000 adms=root oinstallmkgroup -A id=1100 adms=root asmadminmkgroup -A id=1200 adms=root dbamkgroup -A id=1201 adms=root opermkgroup -A id=1300 adms=root asmdbamkgroup -A
11、id=1301 adms=root asmoper创建用户mkuser id=1100 pgrp=oinstall groups=asmadmin,asmdba,asmoper home=/home/grid gridmkuser id=1101 pgrp=oinstall groups=dba,asmdba home=/home/oracle oraclechuser capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE gridchuser capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_
12、RAC_VMM,CAP_PROPAGATE oracle修改两用户权限default: fsize = -1 core = 2097151 cpu = -1 data = -1 rss = -1 stack = -1 nofiles = -12)配置GRID用户环境变量#su grid export ORACLE_BASE=/oracle/app/oracleexport ORACLE_HOME=/oracle/app/grid/product/12.1.0export ORACLE_SID=+ASM1export NLS_LANG=AMERICAN_AMERICA. AL32UTF8expo
13、rt NLS_DATE_FORMAT=yyyy-mm-dd hh24:mi:ssexport PATH=.:$PATH:$HOME/bin:$ORACLE_HOME/binexport PATH=$PATH:/usr/bin:/bin:/usr/bin/X11:/usr/local/binexport PATH=$PATH:$ORACLE_BASE/common/oracle/binexport ORACLE_PATH=$PATH:$ORACLE_BASE/common/oracle/sql:.:$ORACLE_HOME/rdbms/adminexport ORACLE_TERM=xterme
14、xport TNS_ADMIN=$ORACLE_HOME/network/adminexport ORA_NLS10=$ORACLE_HOME/nls/dataexport LD_LIBRARY_PATH=$ORACLE_HOME/libexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/oracm/libexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib:/usr/lib:/usr/local/libexport CLASSPATH=$ORACLE_HOME/JREexport CLASSPATH=$
15、CLASSPATH:$ORACLE_HOME/jlibexport CLASSPATH=$CLASSPATH:$ORACLE_HOME/rdbms/jlibexport CLASSPATH=$CLASSPATH:$ORACLE_HOME/network/jlibexport THREADS_FLAG=nativeexport TEMP=/tmpexport TMPDIR=/tmpexport PS1=hostname:$PWD$3)配置Oracle用户环境变量;#su oracle #more .profile (oracle 环境变量)export ORACLE_BASE=/oracle/a
16、pp/oracleexport ORACLE_HOME=$ORACLE_BASE/product/12.1.0export ORACLE_SID=020db1export ORACLE_UNQNAME=testdbexport NLS_LANG=AMERICAN_AMERICA.UTF8export NLS_DATE_FORMAT=yyyy-mm-dd hh24:mi:ssexport PATH=.:$PATH:$HOME/bin:$ORACLE_HOME/binexport PATH=$PATH:/usr/bin:/bin:/usr/bin/X11:/usr/local/binexport
17、PATH=$PATH:$ORACLE_BASE/common/oracle/binexport ORACLE_PATH=$PATH:$ORACLE_BASE/common/oracle/sql:.:$ORACLE_HOME/rdbms/adminexport ORACLE_TERM=xtermexport TNS_ADMIN=$ORACLE_HOME/network/admin#export ORA_NLS10=$ORACLE_HOME/nls/dataexport LD_LIBRARY_PATH=$ORACLE_HOME/libexport LD_LIBRARY_PATH=$LD_LIBRA
18、RY_PATH:$ORACLE_HOME/oracm/libexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib:/usr/lib:/usr/local/libexport CLASSPATH=$ORACLE_HOME/JREexport CLASSPATH=$CLASSPATH:$ORACLE_HOME/jlibexport CLASSPATH=$CLASSPATH:$ORACLE_HOME/rdbms/jlibexport CLASSPATH=$CLASSPATH:$ORACLE_HOME/network/jlibexport THREADS_FLAG=
19、nativeexport TEMP=/tmpexport TMPDIR=/tmpexport PS1=hostname:$PWD$安装前的检查额外的检查#bdf /home/grid Ensure you have at least 4.5 GB of space for the grid infrastructure for a cluster home (Grid home) This includes Oracle Clusterware and Automatic Storage Management (Oracle ASM) files and log files.Grid 存放空间
20、大于10GB,oracle存放空间大于8GB#/bdf /tmp (大于1G的TEMP空间)Ensure that you have at least 1 GB of space in /tmp#add default gateway确保系统有默认网关两个用户配置SSHGrid ingrastrue会自动配置两节点的SSH,不过在实际安装中,可能会碰到不能自动安装的情况,我们可以通过手工安装解决这一问题配置SSH的对等性在所有节点配置SSH的对等性在安装Oracle Real Application clusters之前,必须先配置所有节点的SSH对等性。因为在安装过程种Oracle Univ
21、ersal Installer 使用ssh和scp命令执行远程命令执行及copy的工作。下面是具体的步骤:以下步骤在所有节点上执行:1.以oracle用户登陆# su oracle2.在两个节点的oracle主目录分别创建.ssh目录,并赋予权限。# mkdir /.ssh# chmod 755 /.ssh3. 在两个节点分别生成RSA key# /usr/bin/ssh-keygen -t rsa会出现如下提示: Accept the default location for the key file. Enter and confirm a pass phrase that is diff
22、erent from the oracle users password. phrase密码处直接回车即可4. 生成DSA key# /usr/bin/ssh-keygen -t dsa出现如下提示: Accept the default location for the key file. Enter and confirm a pass phrase that is different from the oracle users password. phrase密码处直接回车即可5. 以oracle用户身份,在所有节点创建authorized_keys文件,并赋予权限# touch /.s
23、sh/authorized_keys# cd /.ssh# ls你应该可以看到你所创建的id_dsa.pub 和id_rsa.pub和authorized_keys6.在两个节点分别将id_dsa.pub 和id_rsa.pub加入到authorized_keys#su grid$ mkdir -p /.ssh$ chmod 700 /.ssh$ /usr/bin/ssh-keygen -t rsa提示输入输入密码时,保持为空回车即可,使用空密码操作简单一些。以下只在 hisdb1 上执行$ touch /.ssh/authorized_keys$ ssh hisdb2 cat /.ssh/i
24、d_rsa.pub /.ssh/authorized_keys$ ssh hisdb1 cat /.ssh/id_rsa.pub /.ssh/authorized_keys$ scp /.ssh/authorized_keys hisdb1:.ssh/authorized_keys以下只在 2 个节点上执行:$ chmod 600 /.ssh/authorized_keys当用户等效性建立完毕后,在两个 RAC 节点都执行下面的命令,来验证等效性是否正确6.以oracle用户身份,运行Oracle Universal Installer的节点上执行如下命令,然后测试ssh的对等性。# exec
25、 /usr/bin/ssh-agent $SHELL节点1# ssh hisdb1 date# ssh hisdb2 date节点2# ssh hisdb2 date# ssh hisdb1 date如果都不需要密码,得到时间后。就说明ssh对等性配置成功。安装Oracel Grid Infrastrue#su gridBourne or Korn shell:$ DISPLAY=local_host:0.0 ; export DISPLAYC shell:% setenv DISPLAY local_host:0.0安装选项:安装类型选择:选择语言:配置SCAN:配置Cluster节点信息:
26、配置SSH选择特定的网络接口:存储选择:创建ASM 磁盘组:特定的管理组:密码:选择安装位置:选择特定的OraInventory:执行预安装检查:安装汇总:按提示执行脚步: 两台服务器分别运行root.sh/oracle/app/oraInventory/orainstRoot.shChanging permissions of /oracle/app/oraInventory.Adding read,write permissions for group.Removing read,write,execute permissions for world.Changing groupname
27、of /oracle/app/oraInventory to oinstall.The execution of the script is complete.# hostnamehisdb1# /oracle/app/grid/product/12.1.0/root.shPerforming root user operation.The following environment variables are set as: ORACLE_OWNER= grid ORACLE_HOME= /oracle/app/grid/product/12.1.0Enter the full pathna
28、me of the local bin directory: /usr/local/bin:The contents of dbhome have not changed. No need to overwrite. Copying oraenv to /usr/local/bin . Copying coraenv to /usr/local/bin .Creating /etc/oratab file.Entries will be added to the /etc/oratab file as needed byDatabase Configuration Assistant when
29、 a database is createdFinished running generic part of root script.Now product-specific root actions will be performed.Using configuration parameter file: /oracle/app/grid/product/12.1.0/crs/install/ crsconfig_params2015/11/09 18:04:35 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Col lec
30、tor.2015/11/09 18:05:43 CLSRSC-4002: Successfully installed Oracle Trace File Analyz er (TFA) Collector.2015/11/09 18:05:45 CLSRSC-363: User ignored prerequisites during installationUser grid has the required capabilities to run CSSD in realtime modeOLR initialization - successful root wallet root w
31、allet cert root cert export peer wallet profile reader wallet pa wallet peer wallet keys pa wallet keys peer cert request pa cert request peer cert pa cert peer root cert TP profile reader root cert TP pa root cert TP peer pa cert TP pa peer cert TP profile reader pa cert TP profile reader peer cert
32、 TP peer user cert pa user cert2015/11/09 18:08:18 CLSRSC-330: Adding Clusterware entries to file /etc/inittabCRS-4133: Oracle High Availability Services has been stopped.CRS-4123: Oracle High Availability Services has been started.CRS-4133: Oracle High Availability Services has been stopped.CRS-412
33、3: Oracle High Availability Services has been started.CRS-2672: Attempting to start ora.evmd on hisdb1CRS-2672: Attempting to start ora.mdnsd on hisdb1CRS-2676: Start of ora.evmd on hisdb1 succeededCRS-2676: Start of ora.mdnsd on hisdb1 succeededCRS-2672: Attempting to start ora.gpnpd on hisdb1CRS-2
34、676: Start of ora.gpnpd on hisdb1 succeededCRS-2672: Attempting to start ora.cssdmonitor on hisdb1CRS-2672: Attempting to start ora.gipcd on hisdb1CRS-2676: Start of ora.cssdmonitor on hisdb1 succeededCRS-2676: Start of ora.gipcd on hisdb1 succeededCRS-2672: Attempting to start ora.cssd on hisdb1CRS
35、-2672: Attempting to start ora.diskmon on hisdb1CRS-2676: Start of ora.diskmon on hisdb1 succeededCRS-2676: Start of ora.cssd on hisdb1 succeededASM created and started successfully.Disk Group crs created successfully.CRS-2672: Attempting to start ora.crf on hisdb1CRS-2672: Attempting to start ora.s
36、torage on hisdb1CRS-2676: Start of ora.storage on hisdb1 succeededCRS-2676: Start of ora.crf on hisdb1 succeededCRS-2672: Attempting to start ora.crsd on hisdb1CRS-2676: Start of ora.crsd on hisdb1 succeededCRS-4256: Updating the profileSuccessful addition of voting disk 0561c51d65264f4dbf9229d3a624
37、5172.Successful addition of voting disk b5d1f1c029154f96bf32985bf0b6e231.Successful addition of voting disk 5021e253d6654f6ebf4c39f4f462a31f.Successfully replaced voting disk group with +crs.CRS-4256: Updating the profileCRS-4266: Voting file(s) successfully replaced# STATE File Universal Id File Na
38、me Disk group- 1. ONLINE 0561c51d65264f4dbf9229d3a6245172 (/dev/rhdisk1) CRS 2. ONLINE b5d1f1c029154f96bf32985bf0b6e231 (/dev/rhdisk2) CRS 3. ONLINE 5021e253d6654f6ebf4c39f4f462a31f (/dev/rhdisk3) CRSLocated 3 voting disk(s).CRS-2791: Starting shutdown of Oracle High Availability Services-managed re
39、sources on hisdb1CRS-2673: Attempting to stop ora.crsd on hisdb1CRS-2677: Stop of ora.crsd on hisdb1 succeededCRS-2673: Attempting to stop ora.storage on hisdb1CRS-2673: Attempting to stop ora.mdnsd on hisdb1CRS-2673: Attempting to stop ora.gpnpd on hisdb1CRS-2673: Attempting to stop ora.drivers.acf
40、s on hisdb1CRS-2677: Stop of ora.storage on hisdb1 succeededCRS-2673: Attempting to stop ora.crf on hisdb1CRS-2673: Attempting to stop ora.ctssd on hisdb1CRS-2673: Attempting to stop ora.evmd on hisdb1CRS-2673: Attempting to stop ora.asm on hisdb1CRS-2677: Stop of ora.drivers.acfs on hisdb1 succeede
41、dCRS-2677: Stop of ora.mdnsd on hisdb1 succeededCRS-2677: Stop of ora.gpnpd on hisdb1 succeededCRS-2677: Stop of ora.crf on hisdb1 succeededCRS-2677: Stop of ora.ctssd on hisdb1 succeededCRS-2677: Stop of ora.evmd on hisdb1 succeededCRS-2677: Stop of ora.asm on hisdb1 succeededCRS-2673: Attempting t
42、o stop ora.cluster_interconnect.haip on hisdb1CRS-2677: Stop of ora.cluster_interconnect.haip on hisdb1 succeededCRS-2673: Attempting to stop ora.cssd on hisdb1CRS-2677: Stop of ora.cssd on hisdb1 succeededCRS-2673: Attempting to stop ora.gipcd on hisdb1CRS-2677: Stop of ora.gipcd on hisdb1 succeede
43、dCRS-2793: Shutdown of Oracle High Availability Services-managed resources on hisdb1 has completedCRS-4133: Oracle High Availability Services has been stopped.CRS-4123: Starting Oracle High Availability Services-managed resourcesCRS-2672: Attempting to start ora.mdnsd on hisdb1CRS-2672: Attempting t
44、o start ora.evmd on hisdb1CRS-2676: Start of ora.mdnsd on hisdb1 succeededCRS-2676: Start of ora.evmd on hisdb1 succeededCRS-2672: Attempting to start ora.gpnpd on hisdb1CRS-2676: Start of ora.gpnpd on hisdb1 succeededCRS-2672: Attempting to start ora.gipcd on hisdb1CRS-2676: Start of ora.gipcd on h
45、isdb1 succeededCRS-2672: Attempting to start ora.cssdmonitor on hisdb1CRS-2676: Start of ora.cssdmonitor on hisdb1 succeededCRS-2672: Attempting to start ora.cssd on hisdb1CRS-2672: Attempting to start ora.diskmon on hisdb1CRS-2676: Start of ora.diskmon on hisdb1 succeededCRS-2676: Start of ora.cssd
46、 on hisdb1 succeededCRS-2672: Attempting to start ora.cluster_interconnect.haip on hisdb1CRS-2672: Attempting to start ora.ctssd on hisdb1CRS-2676: Start of ora.ctssd on hisdb1 succeededCRS-2676: Start of ora.cluster_interconnect.haip on hisdb1 succeededCRS-2672: Attempting to start ora.asm on hisdb
47、1CRS-2676: Start of ora.asm on hisdb1 succeededCRS-2672: Attempting to start ora.storage on hisdb1CRS-2676: Start of ora.storage on hisdb1 succeededCRS-2672: Attempting to start ora.crf on hisdb1CRS-2676: Start of ora.crf on hisdb1 succeededCRS-2672: Attempting to start ora.crsd on hisdb1CRS-2676: S
48、tart of ora.crsd on hisdb1 succeededCRS-6023: Starting Oracle Cluster Ready Services-managed resourcesCRS-6017: Processing resource auto-start for servers: hisdb1CRS-6016: Resource auto-start has completed for server hisdb1CRS-6024: Completed start of Oracle Cluster Ready Services-managed resourcesC
49、RS-4123: Oracle High Availability Services has been started.2015/11/09 18:17:52 CLSRSC-343: Successfully started Oracle Clusterware stackCRS-2672: Attempting to start ora.asm on hisdb1CRS-2676: Start of ora.asm on hisdb1 succeededCRS-2672: Attempting to start ora.CRS.dg on hisdb1CRS-2676: Start of o
50、ra.CRS.dg on hisdb1 succeeded2015/11/09 18:20:07 CLSRSC-325: Configure Oracle Grid Infrastructure for a Cluster . succeededed# /oracle/app/grid/product/12.1.0/root.shPerforming root user operation.The following environment variables are set as: ORACLE_OWNER= grid ORACLE_HOME= /oracle/app/grid/produc
51、t/12.1.0Enter the full pathname of the local bin directory: /usr/local/bin:The contents of dbhome have not changed. No need to overwrite. Copying oraenv to /usr/local/bin . Copying coraenv to /usr/local/bin .Creating /etc/oratab file.Entries will be added to the /etc/oratab file as needed byDatabase
52、 Configuration Assistant when a database is createdFinished running generic part of root script.Now product-specific root actions will be performed.Using configuration parameter file: /oracle/app/grid/product/12.1.0/crs/install/ crsconfig_params2015/11/09 18:23:15 CLSRSC-4001: Installing Oracle Trac
53、e File Analyzer (TFA) Col lector.2015/11/09 18:24:22 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.2015/11/09 18:24:24 CLSRSC-363: User ignored prerequisites during installationUser grid has the required capabilities to run CSSD in realtime modeOLR initialization - s
54、uccessful2015/11/09 18:26:03 CLSRSC-330: Adding Clusterware entries to file /etc/inittabCRS-4133: Oracle High Availability Services has been stopped.CRS-4123: Oracle High Availability Services has been started.CRS-4133: Oracle High Availability Services has been stopped.CRS-4123: Oracle High Availab
55、ility Services has been started.CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on hisdb2CRS-2673: Attempting to stop ora.drivers.acfs on hisdb2CRS-2677: Stop of ora.drivers.acfs on hisdb2 succeededCRS-2793: Shutdown of Oracle High Availability Services-managed res
56、ources on hisdb2 has completedCRS-4133: Oracle High Availability Services has been stopped.CRS-4123: Starting Oracle High Availability Services-managed resourcesCRS-2672: Attempting to start ora.mdnsd on hisdb2CRS-2672: Attempting to start ora.evmd on hisdb2CRS-2676: Start of ora.mdnsd on hisdb2 suc
57、ceededCRS-2676: Start of ora.evmd on hisdb2 succeededCRS-2672: Attempting to start ora.gpnpd on hisdb2CRS-2676: Start of ora.gpnpd on hisdb2 succeededCRS-2672: Attempting to start ora.gipcd on hisdb2CRS-2676: Start of ora.gipcd on hisdb2 succeededCRS-2672: Attempting to start ora.cssdmonitor on hisd
58、b2CRS-2676: Start of ora.cssdmonitor on hisdb2 succeededCRS-2672: Attempting to start ora.cssd on hisdb2CRS-2672: Attempting to start ora.diskmon on hisdb2CRS-2676: Start of ora.diskmon on hisdb2 succeededCRS-2676: Start of ora.cssd on hisdb2 succeededCRS-2672: Attempting to start ora.cluster_interc
59、onnect.haip on hisdb2CRS-2672: Attempting to start ora.ctssd on hisdb2CRS-2676: Start of ora.ctssd on hisdb2 succeededCRS-2676: Start of ora.cluster_interconnect.haip on hisdb2 succeededCRS-2672: Attempting to start ora.asm on hisdb2CRS-2676: Start of ora.asm on hisdb2 succeededCRS-2672: Attempting
60、to start ora.storage on hisdb2CRS-2676: Start of ora.storage on hisdb2 succeededCRS-2672: Attempting to start ora.crf on hisdb2CRS-2676: Start of ora.crf on hisdb2 succeededCRS-2672: Attempting to start ora.crsd on hisdb2CRS-2676: Start of ora.crsd on hisdb2 succeededCRS-6017: Processing resource au
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年溴氨蓝合作协议书
- 历史文化遗址保护知识点总结卷
- 2025年高品质溴氨酸合作协议书
- 2025年吸污车项目合作计划书
- 知识产权转让与保密协议要求规范
- 酒店客房用品进销存管理软件服务协议
- 2025年道路货物运输服务项目建议书
- 2025年钢材:一级钢合作协议书
- 影视制作与发行合作协议概要
- 网络安全防护方案实战演练试卷
- GB/T 45501-2025工业机器人三维视觉引导系统通用技术要求
- 2025年武汉数学四调试题及答案
- 2024年全国高中数学联赛北京赛区预赛一试试题(解析版)
- 我学会了洗碗作文
- 武汉市住宅专项维修资金使用申请表
- 牛津译林版英语八年级下册8B——单词默写(表格版)
- 霍尼韦尔x温控仪中文说明书——有程序设定篇
- 人们通过合作取得更大的成功辩论稿
- “阿基里斯追不上乌龟”“二分法”“飞矢不动”PPT课件
- 医院保洁院感知识培训PPT
- 医疗科研大数据助力临床研究PPT课件
评论
0/150
提交评论