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:
Where is Concurrent Manager log file location
Where is Concurrent Manager log file location
✍: Guest
By default standard location is $APPLCSF/$APPLLOG , in some cases it can go to $FND_TOP/log as well.
2011-10-18, 3184👍, 0💬
Popular Posts:
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
What is normalization? What are different types of normalization? It is set of rules that have been ...
Describe different elements in Static Chart diagrams ? Package: - It logically groups element of a U...
If we have two version of same assembly in GAC how do we make a choice ? OK first let’s try to under...
Wha is the output from System.out.println("Hell o"+null);?Hellonull