1、连接恢复目录及目标数据库C:\Users\Administrator>rman恢复管理器: Release 11.2.0.1.0 - Production on 星期日 10月 12 17:48:26 2014Copyright (c) 1982, 2009, Oracle and/or its...
分类:
其他好文 时间:
2014-10-12 20:50:08
阅读次数:
225
[root@rac02 config]# lsnrctl statusLSNRCTL for Linux: Version 11.2.0.1.0 - Production on 11-OCT-2014 15:08:29Copyright (c) 1991, 2009, Oracle. All rig...
分类:
数据库 时间:
2014-10-11 18:46:55
阅读次数:
189
TNS-12555 / TNS-12560 / TNS-00525 Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
Problem:
LSNRCTL for Linux: Version 10.2.0.1.0 – Production on 21-SEP-2011 12:...
分类:
其他好文 时间:
2014-10-11 16:31:25
阅读次数:
629
任意可以使用expdp/impdp的环境,都可以通过help=y看到帮助文档。1.expdp参数说明[oracle@OEL-ASM ~]$ expdp help=yExport: Release 11.2.0.3.0 - Production on Thu Sep 4 11:43:39 2014Co...
分类:
其他好文 时间:
2014-10-11 03:04:14
阅读次数:
339
在任意可用exp/imp(导出/导入)命令的主机上,都可以通过exp/imp help=y查看所有的参数说明.1.exp参数说明[oracle@OEL-ASM ~]$ exp help=yExport: Release 11.2.0.3.0 - Production on Thu Sep 4 11:...
分类:
其他好文 时间:
2014-10-11 01:40:44
阅读次数:
340
1、首先如果当前是root用户,那么先切换到oracle用户,然后打开sqlplus,并且赋予dba角色。
[oracle@oa2redhat ~]$ sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 10 16:41:26 2014
Copyright (c) 1982, 2009, Oracle....
分类:
系统相关 时间:
2014-10-10 17:43:24
阅读次数:
264
[oracle@bogon orcl]$ sqlplus sys/sys as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Wed Oct 8 18:54:09 2014Copyright (c) 1982, 2009, Oracle. All ...
分类:
数据库 时间:
2014-10-09 14:13:13
阅读次数:
324
1.启动production模式运行程序报的错误:
Missing `secret_key_base` for 'production' environment, set this value in `config/secrets.yml`
处理方法方式:
生成一个production下的key,复制到config/secrets.yml下
生成命令:#
参考链接:点我
(2)...
分类:
其他好文 时间:
2014-10-09 02:43:28
阅读次数:
218
SQL> select * from v$version;
BANNER
——————————————————————————–
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 – 64bit Production
PL/SQL Release 11.2.0.3.0 – Production
CORE 11.2.0.3....
分类:
其他好文 时间:
2014-10-09 02:24:07
阅读次数:
368
[ora11@lixora ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Oct 8 09:57:50 2014
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g...
分类:
数据库 时间:
2014-10-08 12:59:25
阅读次数:
268