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 you will start Discoverer in Oracle Applications 11i ?
How you will start Discoverer in Oracle Applications 11i ?
✍: Guest
In order to start dicoverer you can use script addisctl.sh under $OAD_TOP/admin/scripts/$CONTEXT_NAME or startall.sh under $ORACLE_HOME/discwb4/util (under Middle/Application Tier)
2011-12-08, 3122👍, 0💬
Popular Posts:
How To Select Some Rows from a Table? - MySQL FAQs - SQL SELECT Query Statements with GROUP BY If yo...
How can you implement MVC pattern in ASP.NET? The main purpose using MVC pattern is to decouple the ...
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...
Write an equivalent expression for x%8? x&7
Can we use the constructor, instead of init(), to initialize servlet? Yes , of course you can use th...