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) ...
随机推荐
- PhpStorm 10 破解方法
最新版PhpStorm 10正式版改进了PHP 7支持,改进代码完成功能. PhpStorm 是最好的PHP开发工具,使用它进行PHP开发将会让你感觉到编程的乐趣. 快乐无极终于从oschina看到了 ...
- C#快捷键和注释
C#注释 //单行注释 /*....*/快注释 ///说明注释,一般用于封装的属性和方法上 #region和#endregion折叠注释,可以将代码折叠 static void ...
- 基于apache的tomcat负载均衡和集群配置
最近不是很忙,用零碎时间做点小小的实验. 以前公司采用F5负载均衡交换机,F5将请求转发给多台服务器,每台服务器有多个webserver实例,每个webserver分布在多台服务器,交叉式的分布集群. ...
- 一个简易的四则运算单元...(15.12.15 BUG更新)
网上找的, 没有作者信息, 只能在这里感谢一下了, 支持标准写法的四则运算 --2015-12-15 修改了一个内存泄漏的BUG - Pop方法没有释放申请的内存 unit Base.Calculat ...
- Java中PreparedStatement与Statement的总结
概要: PreparedStatement 接口继承自 Statement 接口,PreparedStatement 比普通Statement 对象使用起来更加灵活,更有效率. 一.PreparedS ...
- ios10 safari 的坑!
| 导语 ios10 的safari,又给前端开发者挖坑了..测试验证此问题只出现在ios10 safari中.想早点知道结论的,可以直接看最后一个结论~因为,解决过程不重要! 个人原创,未经允许,禁 ...
- gmc银联接口开发demo
1.接口文档 1.1 无gmc界面接口 (dll/ocx) dll调用(posinf.dll)函数名为:int bankall (char * request,char *response),其中第一 ...
- php try catch throw 用法
1.try catch 捕捉不到fatal error致命错误 2.只有抛出异常才能被截获,如果异常抛出了却没有被捕捉到,就会产生一个fatal error. 3.父类可以捕获抛出的子类异常,Exce ...
- Linq语言性能比较
我不只一次听到不少做技术的朋友随口一句,“linq性能是最差的”,由于缺少具体的数字比照也就没在意,但心里隐隐觉得事实应该不是这样的,我记得我第一次听到有人贬低C# 3.0是在我工作后不久的一个夏季, ...
- Android 基于Android的手机邮件收发(JavaMail)之三(邮件接收)
初次做这个程序的时候,是仿照着网上别人的程序做的.因为本人比较菜,是一个新手,以前的基础知识没有学好,所以尽管有了别人的代码但是还是不知道怎么在界面上显示出它的效果来,废话不多少,现在就贴出我的参考程 ...