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) ...
随机推荐
- linux-系统调用
p { margin-bottom: 0.1in; line-height: 120% } ● Fork() 创建子进程. 创建单个子进程: pid_t pid; pid = fork(); if(p ...
- 《UML大战需求分析》阅读笔记04
在学习了前面的几种UML图并不能满足所有情况的建模,如当流程图涉及到多种角色,并且通过对多种角色交互展开时,顺序图才是不二选择.顺序图就如同中文语法的说话语言相似,描述的是一种事件发生的顺序.顺序图分 ...
- System.Linq.Dynamic的使用
项目中经常用到组合条件查询,根据用户配置的查询条件进行搜索,拼接SQL容易造成SQL注入,普通的LINQ可以用表达式树来完成,但也比较麻烦.有个System.Linq.Dynamic用起来比较方便. ...
- webdriver零碎知识点
#零碎知识点,用于记录平时遇到的比较杂的知识点 driver.current_url 获取当前url phantomjs 实现无浏览器界面自动化测试(driver = webdriver.Phanto ...
- 取到 tableview 自定义section header 上的button
在自定义的组头上,添加了一个button,在点击cell是想取到相应的组头上的button来进行操作时(比如说隐藏.是否响应点击事件等)时,我遇到了取不到所有button的问题,试过了常规的通过vie ...
- QDirModel
#include "dialog.h" #include "ui_dialog.h" #include<QInputDialog> Dialog:: ...
- JavaWeb三大组件——过滤器的运行机制理解
过滤器Filter 文章前言:本文侧重实用和理解. 一.过滤器的概念. lFilter也称之为过滤器,它是Servlet技术中最实用的技术,WEB开发人员通过Filter技术,对web服务器管理的所有 ...
- vm网络设置
设置NET模式 cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" BOOTPROTO="stati ...
- JSONModel对架构的影响及解决方案
越来越多的项目使用CocoaPods,使用CocoaPods很有可能会用过JSONModel. JSONModel是个很强大的库,只要根据JSON定义好对应的类并继承JSONModel,就可以把JSO ...
- 构造函数this和base的区别
构造函数this和base的区别: this:调用的是本身,不能调用父类和子类的 base:调用父类的,不能调用本身的,但别人继承,可以调用 从中也可以得出另外个结果构造函数的运行过程 先从基类开始构 ...