What are the differences between number and binary_float in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Can a primary key contain more than one columns?
According to oracle specification VIEW is a object. OBJECT that means anything stored in the oracle database that has the physical existence.why VIEW doesn't take memory in oracle database, but it is treated as a object ?Please explain ?
how to retrieve 1st and last row of table without using group functions??
Give the different types of rollback segments.
what is the use of system.effective.date variable in oracle?
Can we create database in oracle using command line ?
What happens if variable names collide with table/column names?
What is a tns service name?
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.......
interview questions with answer for cts
In oracle there is column command, how will you explain that?
What is STATSPACK tool?