-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex4.html
169 lines (73 loc) · 3.67 KB
/
index4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8"/>
<title>仗梦天涯 倚霞而栖</title>
<meta name="author" content="Poon">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:700,400|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/theme/css/main.css" type="text/css" />
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="/" type="application/atom+xml" rel="alternate" title="仗梦天涯 倚霞而栖 ATOM Feed" />
</head>
<body>
<header class="clearfix" role="banner">
<div class="wrapper">
<h1 class="huge"><a href="">仗梦天涯 倚霞而栖</a></h1>
</div>
</header>
<div role="main" class="content clearfix">
<article class="wrapper main">
<h1><a href="/oracle-biee-develop.html">Oracle BIEE 经验总结</a></h1>
<h2 id="biee-instance">biee 多instance 环境 隔离问题 !</h2>
<ol>
<li>rpd 不是我们要的rpd </li>
</ol>
<p>通过 NQSConfig.INI 配置!</p>
<p>Start = TheOneYouWant.rpd</p>
<ol>
<li>catalog 不是我用的catalog </li>
</ol>
<p>通过 instanceconfig.xml 配置 ! 修改 表示目录! </p>
<p>也就是 <catalogpath> 标签!</catalogpath></p>
<a class="btn" href="/oracle-biee-develop.html">read more →</a>
</article>
<div class="wrapper main">
<h3>More posts</h3>
<ol class="archive">
<li class="clearfix"><a href="/01_0116.html" rel="bookmark" title="Permalink to 燃烧:狗血和精彩都是人生"><time datetime="2016-11-22T21:18:04+08:00" pubdate>Tue 22 November 2016</time> 燃烧:狗血和精彩都是人生</a></li>
<li class="clearfix"><a href="/big_data.html" rel="bookmark" title="Permalink to 大数据 best practice"><time datetime="2016-10-21T12:57:53+08:00" pubdate>Fri 21 October 2016</time> 大数据 best practice</a></li>
<li class="clearfix"><a href="/banking-finance.html" rel="bookmark" title="Permalink to 银行金融业务知识学习"><time datetime="2016-09-23T17:14:02+08:00" pubdate>Fri 23 September 2016</time> 银行金融业务知识学习</a></li>
<li class="clearfix"><a href="/bi_0105.html" rel="bookmark" title="Permalink to 谈数据质量监控"><time datetime="2016-08-23T21:54:46+08:00" pubdate>Tue 23 August 2016</time> 谈数据质量监控</a></li>
<li class="clearfix"><a href="/01_0103.html" rel="bookmark" title="Permalink to 人生追求"><time datetime="2016-06-24T06:59:12+08:00" pubdate>Fri 24 June 2016</time> 人生追求</a></li>
</ol>
<p>More posts in the <a href="/archives.html">archive</a>.</p>
</div>
</div>
<footer class="clearfix">
<div class="wrapper pages">
<ul class="nav">
<li><a href="/archives.html">Archive</a></li>
</ul>
</div>
<div class="copy wrapper">
<ul class="social">
<li><a href="http://weibo.com/poooon">See me on Sina WeiBo</a></li>
<li><a href="http://github.com/willpoon">See me on GitHub</a></li>
</ul>
<p role="contentinfo">© 2012 Poon<br>
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">Pelican</a>.</p>
</div>
</footer>
<script>
var _gaq=[['_setAccount','UA-69868761-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>