码迷,mamicode.com
首页 >  
搜索关键字:production    ( 824个结果
Maven + Spring 进行多环境自动切换功能
在pom.xml的<project></project>的最下放写入如下代码: <!-- profiles setting start [mvn install -P xxx ] 1:development 2:test 3: production --> <profiles> <profile>
分类:编程语言   时间:2016-02-26 13:59:57    阅读次数:167
二 sqlplus 常用命令-基础版
1.连接 conn 1.1 以oracle用户登录系统,进入sqlplus环境,后以管理员模式登录 1 oracle@yas:~> sqlplus /nolog 2 SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 2 17:44:21 2016
分类:数据库   时间:2016-02-02 21:36:29    阅读次数:270
ruby on rails常用命令mark
1. RAILS_ENV=production rails s启动服务器 2. RAILS_ENV=production rails generate controller ProductionArray 3. RAILS_ENV=production rails generate migratio
分类:其他好文   时间:2016-02-01 18:07:51    阅读次数:191
rails s 命令不起作用
diudiugirl@DIUs:/var/www/ashelf$ RAILS_ENV=production rails s Usage: rails new APP_PATH [options] Options: -r, [--ruby=PATH] # Path to the Ruby binary
分类:其他好文   时间:2016-02-01 15:15:35    阅读次数:409
impdp ORA-29913: error in executing ODCIEXTTABLEOPEN callout
1.数据导出时的日志 ;;; Export: Release 11.2.0.3.0 - Production on Thu Jan 21 11:13:33 2016 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights
分类:其他好文   时间:2016-02-01 14:19:09    阅读次数:256
RMAN - 备份异机恢复
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production ① RMAN异机恢复的时候,db_name必须相同。如果想要改别的
分类:其他好文   时间:2016-02-01 14:15:28    阅读次数:220
oracle11g 数据文件误删恢复(无备份)
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 首先创建yoon数据库 SQL> create tablespac
分类:数据库   时间:2016-02-01 14:08:57    阅读次数:223
uninstall 11.2.0.3.0 grid & database in linux 5.7
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 1、以oracle用户登录启动dbca [root@rac ~]#
分类:数据库   时间:2016-02-01 13:53:28    阅读次数:286
oracle 临时表空间
环境: OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 1、查看临时表空间信息: select tablespac
分类:数据库   时间:2016-02-01 13:47:28    阅读次数:180
oracle 11g 修改默认监听端口1521
OS: Oracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production 1、查看监听状态: SQL> !lsnrctl status LS
分类:数据库   时间:2016-02-01 13:42:53    阅读次数:221
824条   上一页 1 ... 46 47 48 49 50 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!