ur a sql devoloper...what is the process in ur company for
finding the database BUGS .. seperate DB testers are there? or
devr.s are manage? if DB TESTERS in there what is the process
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by merge in oracle?
Who i will insert 1 lacks record in a Database table
What is Database Buffers ?
hai, I am searching job on Oracle10g and PL/sql,Unix... can any one send me resume format. an suggest me how to prepare.. ann books..
> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?
1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
Explain coalesce function?
how to retrieve 1st and last row of table without using group functions??
How to test null values?
Can you assign multiple query result rows to a variable?
Where is the export dump file located?