2 FAQ tagged "su_command"
Viewing 1-2 of 2 FAQ -- PostgreSQL add or create a user account and grant permission for database
Q. How do I create a user account called tom and grant permission for database called jerry?
A. You need to use following commands.
=> adduser - UNIX/Linux adduser command to add a user to /etc/passwd file
=> psql => It is a terminal-based front-end to PostgreSQL.
=> CREATE USER - Adds a new user to [...] - How do I start Oracle service in UNIX?
Q. I am using Solaris UNIX. How can I start Oracle service / server in UNIX from a shell prompt?
A. In order to start Oracle service in UNIX you need to login as a Oracle user.
Use su - command to login as oracle user.
Start Oracle server in UNIX
Type the following command, enter:
$ su [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )



Recent Comments
Yesterday ~ 7 Comments
Yesterday ~ 2 Comments
Yesterday ~ 3 Comments
Yesterday ~ 3 Comments
09/05/2008 12:28 pm (2 days ago) ~ 70 Comments