How to open a Database using Unix Command Please Do Reply

Answers were Sorted based on User's Feedback



How to open a Database using Unix Command Please Do Reply..

Answer / shradha

sqlplus user/password@host

Is This Answer Correct ?    23 Yes 3 No

How to open a Database using Unix Command Please Do Reply..

Answer / pavithra

Answer for Mysql:

mysql -u uname -h hostname -ppwd

Is This Answer Correct ?    23 Yes 6 No

How to open a Database using Unix Command Please Do Reply..

Answer / my name

isql -Uuname -Ppswd -Ddbname -Sdbservername -c

Is This Answer Correct ?    6 Yes 0 No

How to open a Database using Unix Command Please Do Reply..

Answer / srinivas panguluri

Answer for DB2:

db2 connect to database_name user schema_name using password

For rest of the SQL queries add db2 as alias

ex: db2 select * from tablename.

Is This Answer Correct ?    5 Yes 1 No

How to open a Database using Unix Command Please Do Reply..

Answer / navneet

sqlplus/enter
username
password

Is This Answer Correct ?    4 Yes 0 No

How to open a Database using Unix Command Please Do Reply..

Answer / pradeep

in sybase
isql_r -S Servername -U username -P Password
go
//write your query

Is This Answer Correct ?    0 Yes 0 No

How to open a Database using Unix Command Please Do Reply..

Answer / arvind kumar

Sudo -U Postgres psql Database_name;
It will prompt you for password give correct password and
you can access the given database if it exist.

Is This Answer Correct ?    1 Yes 2 No

How to open a Database using Unix Command Please Do Reply..

Answer / kiruthiga

for state database replica in unix(SVM command)

metadb -i

Is This Answer Correct ?    0 Yes 1 No

How to open a Database using Unix Command Please Do Reply..

Answer / srihari

vi or editor command

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Unix Commands Interview Questions

How we will execute previous command in vi editor?

8 Answers   Infosys,


Which Command is Used for temprary switch User?

5 Answers   BitWise, IBM,


Briefly, how do you install Oracle software on UNIX.

2 Answers  


to list a particular line in the file

5 Answers  


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

0 Answers  






What is the use of awk command in unix?

0 Answers  


Write a command to display a file’s contents in various formats?

0 Answers  


How do you stop a running process?

7 Answers  


how will you convert a general file to a hidden file?

4 Answers  


What does grep v do?

0 Answers  


What command is used to switching between users in unix?

0 Answers  


Which command can you use to find the currently running process in unix server?

0 Answers  


Categories