How to work with Oracle Data Pump?
view answer • dbv: DBVERIFY utility in oracle: view answer • Physical Standby Database Creation in Oracle view answer • Working with AWR – Oracle 10g for Performance tuning in Oracle view answer • DBMS_SCHEDULER in Detail: view answer • How to manually Create Oracle DataBase: view answer • How to create Oracle Database Version: 10.2.0.1.0 in Linux: view answer • Change DB Name in Oracle: view answer • ORA-06502: PL/SQL: numeric or value error in Database Version: 10.2.0.3 view answer • Subtracting values in PL/SQL and merging result into cursor or table ———————– I am trying to pull in values from two different dates on a table (start and end) and subtract one from the other and store it into my result set which I’ll be passing back via a cursor with my PL/SQL procedure. I’m a little stuck on how to accomplish this. Here’s what I have so far. The FOR loop doesn’t work and it’s obviously not the way to go but it represents what I’m trying to get to. CODE: create or replace