sql connectivity problems [message #54399] |
Fri, 15 November 2002 02:32 |
Silke Booms
Messages: 2 Registered: November 2002
|
Junior Member |
|
|
Hello,
I've a problem with oracle's sqlplus on a SUN maschine. If a try to perform a sqlplus statement I'll get the message "oracle not avaiable". If the same UNIX user is put into the UNIX group "dba" the sqlplus statement succeeds. The environment settings were not changed with the exception that user got an additionally UNIX group.
Is there anybody who has an idea what the problem could be?
Thanks for your help, Silke
|
|
|
|
|
|
Re: sql connectivity problems [message #54417 is a reply to message #54399] |
Fri, 15 November 2002 13:39 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
First check your connect string - it should be
SQL>connect user/password@service_name
in both cases.
Second, check the permissions on these files
${ORACLE_HOME}/bin/oracle -rwsr-s--x (6751) ${ORACLE_HOME}/bin/tnslsnr -rwsr-xr-x (4755)
These files has to be owned by oracle user and dba group. If not then that's why your user w/o dba group is getting the above error.
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|
Re: sql connectivity problems [message #54427 is a reply to message #54417] |
Mon, 18 November 2002 00:02 |
silke
Messages: 3 Registered: November 2002
|
Junior Member |
|
|
I've controlled these files. They exactly have the right you've written. But the connection still doesn't work. It seems to be something misterious.
Silke
|
|
|
Re: sql connectivity problems [message #55197 is a reply to message #54417] |
Fri, 10 January 2003 01:05 |
nidhi
Messages: 22 Registered: March 2002
|
Junior Member |
|
|
We have win-2000 server operating system and sql-7.0.
We have a problem in export our database to our host server where our our web site is hosted. We have IP address as well as user Id and password of our remote server but when we insert all these details even then it shows "sql server not found"
|
|
|