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, 4035👍, 0💬
Popular Posts:
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
How To Compile a JUnit Test Class? Compiling a JUnit test class is like compiling any other Java cla...
What will be printed as the result of the operation below: main() { char s1[]="Cisco"; char s2[]="sy...
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...