执行灾难恢复:
[oracle@oracle ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.5.0 - Production on Thu Nov 6 20:23:30 2014
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
Connected to:
Oracle Da...
分类:
其他好文 时间:
2014-12-28 00:35:00
阅读次数:
194
控制文件恢复:
[oracle@oracle ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.5.0 - Production on Thu Nov 6 10:35:08 2014
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
Connected to:
Oracle Da...
分类:
其他好文 时间:
2014-12-27 17:39:42
阅读次数:
359
C:\Users\Administrator>sqlplus weiyan/123@WINDOWS-5EF799B/orclSQL*Plus: Release 11.2.0.1.0 Production on 星期六 12月 27 16:32:12 2014Copyright (c) 1982, 2...
分类:
数据库 时间:
2014-12-27 17:21:13
阅读次数:
146
mysql的JDBC接口驱动包的版本和mysql的版本间的关系可以在官网上查到,具体例子见下面,里面没有和JDBC版本匹配的相关描述。
http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-34.html
Version 5.1.34 is a maintenance release of the production 5.1 br...
分类:
数据库 时间:
2014-12-26 21:45:42
阅读次数:
227
1 classes = %w(Call City Province Tag) 2 classes.each do |obj_name| 3 obj = Object.const_get(obj_name) 4 obj.establish_connection :production 5 ...
分类:
其他好文 时间:
2014-12-26 00:50:13
阅读次数:
190
1- 导入数据库的SID,如果没有定义的话 export?ORACLE_SID=database 2- 以操作系统认证连接数据库 [oracle@Oracle11?~]$?sqlplus?/?as?sysdba
SQL*Plus:?Release?11.2.0.1.0?Production?on?Mon?D...
分类:
数据库 时间:
2014-12-25 10:11:12
阅读次数:
218
Production Order Goods Receipt in MassMy client need production order Goods Receipt in mass i e at time number of production orders with batch creatio...
分类:
其他好文 时间:
2014-12-24 13:18:17
阅读次数:
119
案例环境: 服务器A: 操作系统 : Red Hat Enterprise Linux ES release 4 (Nahant Update 6) 数据库版本: Oracle Database 10g Release 10.2.0.4.0 32bit Production 服务器B: 操作系统 :...
分类:
其他好文 时间:
2014-12-24 13:17:49
阅读次数:
173
You are using an Automatic Storage Management (ASM) instance to m
anage the files of your production database. You have two disk groups
, DG1and DG2 with one device each. In the parameter file of th...
分类:
数据库 时间:
2014-12-21 19:31:13
阅读次数:
266
1、以CATALOG模式连接到目标数据库和恢复目录(如:目标数据库为ORCL)C:\Users\Administrator>RMAN TARGET / CATALOG RMANCT/RMANCT@ORCL;恢复管理器: Release 11.2.0.1.0 - Production on 星期日 1...
分类:
其他好文 时间:
2014-12-21 15:12:33
阅读次数:
225