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:
Can you use both ADPATCH and OPATCH in application ?
Can you use both ADPATCH and OPATCH in application ?
✍: Guest
Yes you have to use both in application , for application patches you will use ADPATCH UTILITY and for applying database patch in application you will use opatch UTILITY.
2011-12-29, 4082👍, 0💬
Popular Posts:
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we ha...
What are some advantages and disadvantages of Java Sockets? Advantages of Java Sockets: Sockets are ...
How do I force the Dispose method to be called automatically, as clients can forget to call Dispose ...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...
What’ is the sequence in which ASP.NET events are processed ? Following is the sequence in which the...