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, 2988👍, 0💬
Popular Posts:
How To Join a List of Keys with a List of Values into an Array? - PHP Script Tips - PHP Built-in Fun...
What is the version information in XML? “version” tag shows which version of XML is used.
What is the difference between mysql_fetch_object() and mysql_fetch_array() functions in PHP? mysql_...
What is the difference between "calloc(...)" and "malloc(...)"? 1. calloc(...) allocates a block of ...
How can method defined in multiple base classes with same name be invoked from derived class simulta...