Hi all,
Please help me to solve the "Could not locate OCI dll" error. I tried entering dll location in OCI Library field. But nothing works.
Thanks in advance!
(I am unable to attache the screen shot of the error. Or else, I would have attached it.)
Hi all,
Is there an option in PL/SQL Develpoer 7.1, from a table to generate a packaged procedure which is used for inserting data in to the table?
For example, if we right click (or any other option) a table, there should be an option which will create a package. The package contains prcedure...
No, Pedersen. My question is, that is there any option in PL/SQL Developer 7.1 to convert the queries written using the old-style joins (using "(+)") to new ANSI joins (using "LEFT OUTER JOIN").
Thanks in advance!
Here is an example for Oracle join:
SELECT a.acct_num,
a.grp_num,
a.div_num,
a.sub_pers_num,
a.pat_pers_num,
a.pat_dob,
a.rel_code,
b.pat_pmt,
b.deductible_amt,
b.net_pmt
FROM source.master_claim a,
source.master_line b...