EBS learning history (to know about the environment)
prcsgidb1: /u01/Stage/database
C:\Users\alley_li>ping prcsgidb1
Pinging prcsgidb1.ad.infosys.com [10.221.62.71] with 32 by Reply from 10.221.62.71: bytes=32 time=15ms TTL=63 Reply from 10.221.62.71: bytes=32 time=1ms TTL=63 Reply from 10.221.62.71: bytes=32 time=73ms TTL=63 Reply from 10.221.62.71: bytes=32 time=1ms TTL=63
username: ebizR121 password: ebizR121
Database
su - ortm12
-bash-3.2$ ps -ef|grep tns |grep ortm12 ortm12 10065 1 0 Aug30 ? 00:00:01 /u02/TM12/apps/tech_st/10.1.2/bin/tnslsnr APPS_TM12 -inherit ortm12 13750 13593 0 13:38 pts/18 00:00:00 grep tns ortm12 26905 1 0 Sep28 ? 00:00:03 /u02/TM12/db/tech_st/11.1.0/bin/tnslsnr tm12 -inherit
/u02/TM12/db/tech_st/11.1.0
TM12_prcsgidb1.env
. TM12_prcsgidb1.env . ./. TM12_prcsgidb1.env
Application
/u02/TM12/apps/apps_st/appl
. ./APPSTM12_prcsgidb1.env
URL FOR APPLICATION
grep -i login $CONTEXT_FILE
-bash-3.2$ ls -l $CONTEXT_FILE -rw-r--r-- 1 ortm12 dba 12809 Jun 1 13:55 /u02/TM12/db/tech_st/11.1.0/appsutil/TM12_prcsgidb1.xml
-bash-3.2$ . APPSTM12_prcsgidb1.env -bash-3.2$ grep -i login $CONTEXT_FILE <login_page oa_var="s_login_page">http://prcsgidb1.ad.infosys.com:8020/OA_HTML/AppsLogin</login_page> -bash-3.2$ LS -L -bash: LS: command not found -bash-3.2$ ls -l $CONTEXT_FILE -rw-r--r-- 1 ortm12 dba 87241 Sep 28 09:25 /u02/TM12/inst/apps/TM12_prcsgidb1/appl/admin/TM12_prcsgidb1.xml -bash-3.2$ grep -i login /u02/TM12/inst/apps/TM12_prcsgidb1/appl/admin/TM12_prcsgidb1.xml <login_page oa_var="s_login_page">http://prcsgidb1.ad.infosys.com:8020/OA_HTML/AppsLogin</login_page> -bash-3.2$
EBS learning history (to know about the environment)的更多相关文章
- How do I learn machine learning?
https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644 How Can I Learn X? ...
- [转]Introduction to Learning to Trade with Reinforcement Learning
Introduction to Learning to Trade with Reinforcement Learning http://www.wildml.com/2018/02/introduc ...
- Introduction to Learning to Trade with Reinforcement Learning
http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/ The academic ...
- ON THE EVOLUTION OF MACHINE LEARNING: FROM LINEAR MODELS TO NEURAL NETWORKS
ON THE EVOLUTION OF MACHINE LEARNING: FROM LINEAR MODELS TO NEURAL NETWORKS We recently interviewed ...
- 论文笔记之:Asynchronous Methods for Deep Reinforcement Learning
Asynchronous Methods for Deep Reinforcement Learning ICML 2016 深度强化学习最近被人发现貌似不太稳定,有人提出很多改善的方法,这些方法有很 ...
- (zhuan) Where can I start with Deep Learning?
Where can I start with Deep Learning? By Rotek Song, Deep Reinforcement Learning/Robotics/Computer V ...
- A Gentle Guide to Machine Learning
A Gentle Guide to Machine Learning Machine Learning is a subfield within Artificial Intelligence tha ...
- Pattern Recognition and Machine Learning-02-1.0-Introduction
Introduction The problem of searching for patterns in data is a fundamental one and has a long and s ...
- [Python] python vs cplusplus
一些学习过程中的总结的两种语言的小对比,帮助理解OO programming. Continue... 字典 序列 --> 字典 Python: def get_counts(sequence) ...
随机推荐
- PHP 获取当天 凌晨 时间戳常用代码
echo strtotime(date('Y-m-d')); 获取明天凌晨的时间戳代码:echo strtotime(date('Y-m-d',strtotime('+1 day'))); 附上测试代 ...
- Xamarin.iOS Unified API 注意要点
新数据类型 NATIVE TYPE 32-BIT BACKING TYPE 64-BIT BACKING TYPE System.nint System.Int32 (int) System.Int6 ...
- FTP提示505错误解决办法
使用ServerU建FTP服务器时,选定了锁定主文件夹,不选即可解决问题.
- 关于Apache/Tomcat/JBOSS/Neginx/lighttpd/Jetty等一些常见服务器的区别比较和理解
先说Apache和Tomcat的区别: Apache是世界使用排名第一的Web服务器软件.它可以运行在几乎所有广泛使用的计算机平台上,由于其跨平台和安全性被广泛使用,是最流行的Web服务器端软件之一. ...
- Linux_函数使用手册(中、英),确实不错
http://files.cnblogs.com/files/findumars/Linux_functions_ch_en.rar
- bash小技巧
Linux 下shell基本上默认是 bash, 下面是我总结的一些技巧. & 后台运行程序 ,注意退出当前shell后 程序也会退出() 使用子shell, 比如 (cd ../../ ...
- java.lang.IllegalArgumentException: Result Maps collection does not contain value for java.lang.Integer
今天做springmvc+mybatis+spring的项目的时候发现了一个异常.如下: org.apache.ibatis.builder.IncompleteElementException: C ...
- windows下Bat命令学习
一.基础语法:1.批处理文件是一个“.bat”结尾的文本文件,这个文件的每一行都是一条DOS命令.可以使用任何文本文件编辑工具创建和修改.2.批处理是一种简单的程序,可以用 if 和 goto 来控制 ...
- JUnit操作指南-批量执行单元测试(将多个测试类捆绑在一起执行)
相关链接:https://github.com/junit-team/junit4/wiki/Aggregating-tests-in-suites
- SpringMVC常用配置-配置DispatcherServlet映射请求路径的方式