Answer Posted / kamala k n
triggers types two row and statement
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give the advantages and disadvantages of clusters.
how the indexes are stored in the Oracle Database?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
How to rebuild an index in oracle?
is there a tool to trace queries, like profiler for sql server?
How to create a new user account in oracle?
What do you mean by a tablespace?
Can you assign multiple query result rows to a variable?
Explain an exception and its types?
What is a cursor variable?
Explain what are the type of synonyms?
> 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?
How to initialize variables with default values?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
please explain.. DB architecture ...