How to display no of records in oracle using unix command?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Commands Interview Questions

Write a command to find all of the files which have been accessed within the last 30 days.

14 Answers   Cisco,


What is .sh file?

0 Answers  


What command is used to switching between users in unix?

0 Answers  


Write a grep (or grep) command that selects the lines from a file that have exactly three characters.

24 Answers   Mac, Nokia,


How do you grep a case insensitive?

0 Answers  


in unix echo is used for

10 Answers   BFL, BirlaSoft, Patni,


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

0 Answers  


Why is it called a shebang?

0 Answers  


Which command is used to delete all files in the current directory and all its sub-directories?

0 Answers  


How to add content of one file into another file at the beginning

12 Answers  


What is command statement?

0 Answers  


What is shrinking file system in AIX where it actually resides?

0 Answers  


Categories