Answer Posted / gyana
shell is an executable program which handles all the
requests given to the kernel.it simply a program execution
file.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
Is there an oracle sql query that aggregates multiple rows into one row?
> 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 use an oracle sequence generator in a mapping?
master table and child table performances and comparisons in Oracle ?
How to export your own schema?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
What are the different pseudo commands? Explain in general?
What is the difference between primary key and unique key and foreign key in oracle?
How to create lov dynamically at runtime & attach to text field?
How to write date and time literals in oracle?
What is the maximum number of triggers that can be applied to a single table?
Explain what are the different type of segments?
How to execute a stored procedure in oracle?
Explain about your project and its relation to the current job position you are applying to?