Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How to confirm if Report Server is Up and Running ?
How to confirm if Report Server is Up and Running ?
✍: Guest
Report Server is started by executable rwmts60 on concurrent manager Node and this file is under $ORACLE_HOME/bin .execute command on your server like
ps -ef | grep rwmts60
You should get output like
applmgr ....... rwmts60 name=REP60_VISION
2011-12-16, 3479👍, 0💬
Popular Posts:
What Is URI? URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and exten...
How do we create DCOM object in VB6? Using the CreateObject method you can create a DCOM object. You...
How To Test Transaction Isolation Levels? - MySQL FAQs - Transaction Management: Commit or Rollback ...
How to create a thread in a program? You have two ways to do so. First, making your class "extends" ...
Can you explain in brief how can we implement threading ? Private Sub Form1_Load(ByVal sender As Sys...