PostgreSQL - can not find server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers PostgreSQL - can not find server
# 1  
Old 05-13-2011
Error PostgreSQL - can not find server

I am first year year student .. and i need help
i tried to work with PostgreSQL but when i open the terminal, i face problem in how to reach to PostgreSQL . always i get message it says that " can not find server " .
so what shall i do please .....Smilie

Last edited by radoulov; 05-20-2011 at 05:09 PM.. Reason: Title fixed.
# 2  
Old 05-13-2011
there will be a file in your home directory called ".odbc.ini"

when you open the file you will see your DB name in between []

then execute the below command at the prompt.
Code:
isql db_name db_user

then you will get a SQL prompt.
This User Gave Thanks to kumaran_5555 For This Post:
# 3  
Old 05-14-2011
thank you
but i got that massage it says " the program 'isql' is currently not installed

?? so what shell i do ?

---------- Post updated 05-14-11 at 10:18 AM ---------- Previous update was 05-13-11 at 01:50 PM ----------

and the wireless is not working after i did install Ubuntu ....
# 4  
Old 05-14-2011
Advise calling your University IT support department and tell them what you typed, what you expected to happen, and what actually happened. Write it down before you call and this will earn you respect.

Ps. Sounds like a fundamental setup issue with your PC which local IT support will have seen before. Do not be embarrassed - make the call.
# 5  
Old 05-15-2011
It seems the utilities aren't installed in your PC. administrator could help you.
# 6  
Old 05-15-2011
thank you methyl but right a moment i am away from it that why i asked
# 7  
Old 05-20-2011
kumaran_5555
yaa exactly that was the problem thank you ....Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. How to Post in the The UNIX and Linux Forums

Command to find if a server is a VIP or normal server

I have a list of servers which has both VIP and normal server. Is there a command to identify which server is a VIP and which is a normal server? Please help. (1 Reply)
Discussion started by: Usha Rajesh
1 Replies

2. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies

3. Solaris

Postgresql installation

Hi all, I want to install two postgreql 8.3.5 instances on same servers. already one instalce is running on default port and i need it to be installed on another port.. How ever i achived installing the second instance.. but the problem is if i create a new user using createuser in the newly... (3 Replies)
Discussion started by: phani4u
3 Replies

4. Shell Programming and Scripting

Find and delete files and folders which are n days older from one unix server to another unix server

Hi All, Let me know how can i find and delete files from one unix server to another unix server which are 'N' days older. Please note that I need to delete files on remote unix server.So, probably i will need to use sftp, but question is how can i identify files and folders which are 'N'... (2 Replies)
Discussion started by: sachinkl
2 Replies

5. UNIX and Linux Applications

PostgreSQL vacuum in cron

I'm running vacuum for PostgreSQL with a script in cronjob. How to check if there were errors? thanks. (6 Replies)
Discussion started by: orange47
6 Replies

6. Solaris

Determining PostgreSQL version

I need to find out if a version of PostgreSQL installed in SPARC Solaris is > 7.2 please tell me how to do it. thanks. (4 Replies)
Discussion started by: orange47
4 Replies

7. Programming

kill - postgresql

Hi guys. I was was designing a simple database in postgresql. I wrote a perl function in postgresql and execute it. suddenly i saw that it is running in an infinite loop. After i stopped executing of the query, i saw that CPU is in 90%+ load. I looked at process list and there it was. postgresql... (1 Reply)
Discussion started by: majid.merkava
1 Replies

8. Solaris

Need to find whether my unix server is a stand alone server or its in a cluster

Hi All, Could any one pls tell me how to find whether a unix server is a stand alone server or its in a cluster. I need a command through which i can find whether the unix m/c is clustered or not. Thanx in advance Regards, Naveen (1 Reply)
Discussion started by: Naveen Kumar V
1 Replies
Login or Register to Ask a Question