How to write date and time literals in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
create or replace procedure show_tab_rec ( P_tab VARCHAR2 ) IS cmd varchar2(50); begin cmd := 'select * from '|| P_tab; for int in ( execute immediate cmd ) loop dbms_output.put_line ( int.ename||' '||int.deptno); end loop; end; when i m compling this procedure i m getting this error PLS-00103: Encountered the symbol "IMMEDIATE" when expecting one of the following: . ( ) , * @ % & | = - + < / > at in is mod remainder not range rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member SUBMULTISET_ PLZ solve this error give this question answer asap Thanks advance.......
What are the database administrators utilities available?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
What is difference between a formal and an actual parameter?
Where are the settings stored for each instance in oracle?
what is data independence exactly? give an example
What are data pump export and import modes?
What are cursor?where are they used?
How does the on-delete-cascade statement work?
After update how do u know how many records got updated
How to assign values to data fields in record variables?
what are the things that you consider while creating indexes on partitioning tables?