| Recent Answers from King |
 |
2008-07-23 Performance tuning: Hi Ashwini, Please go through the link mentioned below. You will get to know about lot many things about Performance Tuning. http://download-east.oracle.com/docs/cd/A91202_01/901_doc/server.901/a87503/toc...
|
2008-07-22 Joining Null Columns: Hi David, There is small change in your code as follows Try this, SELECT t1.code1, t1.code2, t1.code3 , t1.name_en, t2.name_tc FROM tmp1 t1 , tmp2 t2 WHERE nvl(t1.code1,0)=nvl(t2.code1(+)...
|
2008-07-16 diffrences in 10g and 9i: Hi Reha, There should not be any problem while upgrading to 10g. 10g will support all the features of 9i. But if you are using TOAD 8.0 not Toad 9.0.1.8 then you will face problem while modification using...
|
2008-07-11 Oracle Package and Stored Procedure: Hi Alex, Please try the following process in sql plus, SQL> set autoprint on SQL> variable x refcursor; SQL> exec tmp_select_users.getusers(:x); PL/SQL procedure successfully completed....
|
2008-07-09 jd edward?: Hi Pooja, J D Edwards is an ERP software.I don't have much idea about this. But, I can tell you that anything related to ERP is in very demand in s/w market like CRM, EBS, Peoplesoft etc. You are...
|
| More Answers for "Oracle" |