How to open a Database using Unix Command Please Do Reply

Answer Posted / navneet

sqlplus/enter
username
password

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command is used to kill the last background job?

767


Enlist some filename manipulation commands in unix.

540


What does grep v do?

549


Is command prompt unix?

570


What is rmdir command?

541






Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

786


What is the general format of unix command syntax?

680


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 # include 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:

1749


What is .sh file?

611


How do I clear my terminal history?

573


How does the system know where one command ends and another begins?

1562


Which command is used to find whether the system is 32 bit or 64 bit?

620


Write a command to kill the last background job?

608


What does this command do,"$more readme.txt“?

681


What does grep v grep do?

544