what is shell?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is columnar storage what is the advantage?

622


Please explain oracle left join with an example?

667


How to write an inner join with the where clause in oracle?

676


What do you mean by redo log file mirroring?

635


How to rename an index in oracle?

699






How can I combine multiple rows into a comma-delimited list in oracle?

670


What is a schema in oracle?

621


What is the difference between view and materialized view in Oracle?

712


How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?

1904


What is define in oracle?

670


What is Data Dictionary Cache in Oracle?

757


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

1284


How to define a data field as not null?

722


Explain what are synonyms used for?

698


What are the varoius components of physical database structure of oracle database?

650