Skip to content

Commit 9a26611

Browse files
committed
Fix misc content
1 parent 1aeeaaf commit 9a26611

File tree

3 files changed

+9
-7
lines changed
  • documentation/user-guide

3 files changed

+9
-7
lines changed

documentation/user-guide/2.2/extensions/xdb/faq.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ __Restlet__ framework and __XMLDB Restlet Adapter__ uses __JDK__ logging package
1212
Due __REST WS__ are started by a background process automatically controlled by Oracle database logging information is at files named $SID_snnn_pid.trc, for example:
1313

1414

15-
<pre class="language-bash"><code class="language-bash">-bash-3.2$ more test_s000_10388.trc
15+
```bash
16+
-bash-3.2$ more test_s000_10388.trc
1617
Trace file /u01/app/oracle/diag/rdbms/test/test/trace/test_s000_10388.trc
1718
Oracle Database 11g Release 11.1.0.6.0 - Production
1819
ORACLE_HOME = /u01/app/oracle/product/11.1.0.6.0/db_1
@@ -90,7 +91,7 @@ GET
9091
- 155
9192
http://null
9293
- -
93-
</code></pre>
94+
```
9495

9596

9697
* How many concurrent session are started by Oracle?

documentation/user-guide/2.3/extensions/xdb/faq.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ __Restlet__ framework and __XMLDB Restlet Adapter__ uses __JDK__ logging package
1212
Due __REST WS__ are started by a background process automatically controlled by Oracle database logging information is at files named $SID_snnn_pid.trc, for example:
1313

1414

15-
<pre class="language-bash"><code class="language-bash">-bash-3.2$ more test_s000_10388.trc
15+
```bash
16+
-bash-3.2$ more test_s000_10388.trc
1617
Trace file /u01/app/oracle/diag/rdbms/test/test/trace/test_s000_10388.trc
1718
Oracle Database 11g Release 11.1.0.6.0 - Production
1819
ORACLE_HOME = /u01/app/oracle/product/11.1.0.6.0/db_1
@@ -90,8 +91,7 @@ GET
9091
- 155
9192
http://null
9293
- -
93-
94-
</code></pre>
94+
```
9595

9696

9797
* How many concurrent session are started by Oracle?

documentation/user-guide/2.4/extensions/xdb/faq.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ __Restlet__ framework and __XMLDB Restlet Adapter__ uses __JDK__ logging package
1212
Due __REST WS__ are started by a background process automatically controlled by Oracle database logging information is at files named $SID_snnn_pid.trc, for example:
1313

1414

15-
<pre class="language-bash"><code class="language-bash">-bash-3.2$ more test_s000_10388.trc
15+
```bash
16+
-bash-3.2$ more test_s000_10388.trc
1617
Trace file /u01/app/oracle/diag/rdbms/test/test/trace/test_s000_10388.trc
1718
Oracle Database 11g Release 11.1.0.6.0 - Production
1819
ORACLE_HOME = /u01/app/oracle/product/11.1.0.6.0/db_1
@@ -91,7 +92,7 @@ GET
9192
http://null
9293
- -
9394

94-
</code></pre>
95+
```
9596

9697

9798
* How many concurrent session are started by Oracle?

0 commit comments

Comments
 (0)