Respected sir,
Please send me technical questions related to
oracle apps..
No Answer is Posted For this Question
Be the First to Post Answer
How do we display rows from the table without duplicates?
What is a trigger oracle?
How to transfer database(500 gb) of oracle enterprise edition to standard edition downtime is only 1 hour not using exp/imp option ?
i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?
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.......
How to get a list of all background sessions in the database?
what is the difference between data migration and production migration.
Give the Types of modules in a form?
What is Java Pool in Oracle?
What happens if the imported table already exists?
List out the components of logical database structure of oracle database.
How many types of segments in Oracle?