How to drop all partitions from all tables belonging to this schema based on date Hi, I have a script to delete the partition from a table which meet certain criteria and this the block of code to do this : DECLARE v_sql varchar2(500); v_date ...
Oraask Latest Questions
How to repeat the same values to the next record from the previous record ?
hi, we using message('') in oracle forms to show message what is the equivalent approach to do this in oracle reports 10g?
Hello guys, i called a report (10g) from apex page and it's working fine without errors but i have found that all the schema informations like schema nam, username and password it's appear in the url which is not secure, so please ...
hello experts, what i want is : query to display 'job' & their counts & then display the no. of distinct 'dept no' under each 'job' & their counts ? consider i have these dataset : SQL> select * from dept; DEPTNO DNAME LOC ---------- -------------- ...
I have item named (ON_HAND_QTY) and i want to do a certain action whenever the value changed in this item what i need something like this :old_value and :new_value or something similar to this logic.