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 put Applications 11i in Maintenance mode ?
How you put Applications 11i in Maintenance mode ?
✍: Guest
Use adadmin to change Maintenance mode is Oracle application. With AD.I you need to enable maintenance mode in order to apply application patch via adpatch utility. If you don't want to put application in maintenance mode you can use adpatch options=hotpatch feature.
2011-10-27, 3073👍, 0💬
Popular Posts:
What is the significance of Finalize method in .NET? .NET Garbage collector does almost all clean up...
How do you locate the first X in a string txt? A) txt.find('X'); B) txt.locate('X'); C) txt.indexOf(...
What Does a HTML Document Look Like? A HTML document is a normal text file with predefined tags mixe...
How can I include comments in HTML? An HTML comment begins with "<!--", ends with "-->...
Can we use the constructor, instead of init(), to initialize servlet? Yes , of course you can use th...