answersLogoWhite

0


Best Answer

There isn't a generic Unix command to connect to a database. The actual commands are based on the database package you are using, such as Oracle, SyBase, etc. They each have their own commands for gaining access to the database.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you connect to a database using unix command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the command to connect to remote terminals in unix?

Under Windows the command is mstsc.Microsoft terminal server connection


In unix how will you find extension of file using commands?

Unix files do not rely on extensions, therefore there is no command to find them.


What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


6 what is the command to connecto to remote terminals in unix?

Telnet allows clients to connect to other remote systems.


How do you create dummy file in unix?

using touch command of UNIX. syntax touch <filename> will create dummy regular file.


Brief description of format command in unix?

There is no standard 'format' command in Unix.


What does unix command tput do?

The TPUT utility uses the terminfo database to make the values of terminal-dependent capabilities and information available to the shell


How do you find which unix flavor we are using?

Use the 'uname -a' command. It reports on the Unix system, version, machine name, amongst other things.


What do CD command do in unix?

The 'CD' command is not standard for Unix. The 'cd' command, however, will change directories (folders). It is a means of navigating the Unix file system.


What is the command in unix to connect to remote terminals?

ssh or telnet in company environment mostly we used ssh and there is one tool called putty, through putty we can connect.


Which is the most commonly used command for referencing detailed information about a particular command in UNIX?

In Unix, use the 'man' command.


How do you change the root shell in unix?

Your login shell can be changed by using the chsh or ypchsh command.