what is shell?
Answers were Sorted based on User's Feedback
Answer / manohar sakare
A shell is a executable program, where all intereactive
unix commands are stored and executed giving final output.
(like DOS batch program).
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
Explain the use of log option in exp command.
How to define a sub function?
How to start instance with a minimal initialization parameter file?
How to define and use table alias names in oracle?
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
Anyone have the Latest Oracle Dumbs?While u have please forard to narain1411@gmail.com
how to clone 9i Database on to 10g Database.
What is an Oracle Instance?
what is a cartition product?
does Oracle has only one table space?
4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>