what is shell?

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


Please Help Members By Posting Answers For Below Questions

How do you get nicely formatted results from an oracle procedure that returns a reference cursor?

782


Is there an oracle sql query that aggregates multiple rows into one row?

745


> 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?

1783


 How to use an oracle sequence generator in a mapping?

787


master table and child table performances and comparisons in Oracle ?

1880


How to export your own schema?

747


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.

1799


What are the different pseudo commands? Explain in general?

750


What is the difference between primary key and unique key and foreign key in oracle?

741


How to create lov dynamically at runtime & attach to text field?

857


How to write date and time literals in oracle?

727


What is the maximum number of triggers that can be applied to a single table?

764


Explain what are the different type of segments?

732


How to execute a stored procedure in oracle?

813


Explain about your project and its relation to the current job position you are applying to?

751