svrmgrl vs. sqlplus

2002-04-11 Thread Michal Zaschke

Hi all,

I have problem with my oracle client on linux. Using 'svrmgrl' I can
connect to a database but if I use 'sqlplus', I get an ORA-01034 error.
Can anybody say me why? And how to repair it?

Server:
Alpha with Tru64 Unix 4.0F:
Oracle7 Server Release 7.3.4.0.0 with the 64-bit option - Production
PL/SQL Release 2.3.4.0.0 - Production

Client:
Red Hat Linux release 6.1,
Kernel 2.2.19-6.2.7enterprise on a 4-processor i686
Oracle8 Release 8.0.5.0.0 - Production
PL/SQL Release 8.0.5.0.0 - Production

If I try 'svrmgrl', it's OK:
$ svrmgrl

Oracle Server Manager Release 3.0.5.0.0 - Production

(c) Copyright 1997, Oracle Corporation.  All Rights Reserved.

Oracle8 Release 8.0.5.0.0 - Production
PL/SQL Release 8.0.5.0.0 - Production

SVRMGR connect test/test@test
Connected.
SVRMGR


But trying 'sqlplus' I get an error:
$ sqlplus test/test@test

SQL*Plus: Release 8.0.5.0.0 - Production on Thu Apr 11 16:35:46 2002

(c) Copyright 1998 Oracle Corporation.  All rights reserved.

ERROR:
ORA-01034: ORACLE not available


Help me, please.

Mike

P.S.: This error (1034) in sqlplus comes only with connecting to
Oracle7. I have no problem with connecting to Oracle8 or higher.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Michal Zaschke
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: svrmgrl vs. sqlplus

2002-04-11 Thread John Weatherman

Michal,

The only problem similar to that I have seen on 6.1 Red Hat was the result
of a
problem in the sqlnet.ora.  Are you sure the names, TRACE_LEVEL, etc that
should be the same for all the target instances (78) are the same?

Good Luck!

John

-Original Message-
Sent: Thursday, April 11, 2002 11:38 AM
To: Multiple recipients of list ORACLE-L


Hi all,

I have problem with my oracle client on linux. Using 'svrmgrl' I can
connect to a database but if I use 'sqlplus', I get an ORA-01034 error.
Can anybody say me why? And how to repair it?

Server:
Alpha with Tru64 Unix 4.0F:
Oracle7 Server Release 7.3.4.0.0 with the 64-bit option - Production
PL/SQL Release 2.3.4.0.0 - Production

Client:
Red Hat Linux release 6.1,
Kernel 2.2.19-6.2.7enterprise on a 4-processor i686
Oracle8 Release 8.0.5.0.0 - Production
PL/SQL Release 8.0.5.0.0 - Production

If I try 'svrmgrl', it's OK:
$ svrmgrl

Oracle Server Manager Release 3.0.5.0.0 - Production

(c) Copyright 1997, Oracle Corporation.  All Rights Reserved.

Oracle8 Release 8.0.5.0.0 - Production
PL/SQL Release 8.0.5.0.0 - Production

SVRMGR connect test/test@test
Connected.
SVRMGR


But trying 'sqlplus' I get an error:
$ sqlplus test/test@test

SQL*Plus: Release 8.0.5.0.0 - Production on Thu Apr 11 16:35:46 2002

(c) Copyright 1998 Oracle Corporation.  All rights reserved.

ERROR:
ORA-01034: ORACLE not available


Help me, please.

Mike

P.S.: This error (1034) in sqlplus comes only with connecting to
Oracle7. I have no problem with connecting to Oracle8 or higher.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Michal Zaschke
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: John Weatherman
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: svrmgrl vs. sqlplus

2002-04-11 Thread Michal Zaschke

All my sqlnet.ora is:
names.default_domain = suas.cz
sqlnet.expire_time = 10


John Weatherman wrote:
 
 Michal,
 
 The only problem similar to that I have seen on 6.1 Red Hat was the result
 of a
 problem in the sqlnet.ora.  Are you sure the names, TRACE_LEVEL, etc that
 should be the same for all the target instances (78) are the same?
 
 Good Luck!
 
 John
 
 -Original Message-
 Sent: Thursday, April 11, 2002 11:38 AM
 To: Multiple recipients of list ORACLE-L
 
 Hi all,
 
 I have problem with my oracle client on linux. Using 'svrmgrl' I can
 connect to a database but if I use 'sqlplus', I get an ORA-01034 error.
 Can anybody say me why? And how to repair it?
 
 Server:
 Alpha with Tru64 Unix 4.0F:
 Oracle7 Server Release 7.3.4.0.0 with the 64-bit option - Production
 PL/SQL Release 2.3.4.0.0 - Production
 
 Client:
 Red Hat Linux release 6.1,
 Kernel 2.2.19-6.2.7enterprise on a 4-processor i686
 Oracle8 Release 8.0.5.0.0 - Production
 PL/SQL Release 8.0.5.0.0 - Production
 
 If I try 'svrmgrl', it's OK:
 $ svrmgrl
 
 Oracle Server Manager Release 3.0.5.0.0 - Production
 
 (c) Copyright 1997, Oracle Corporation.  All Rights Reserved.
 
 Oracle8 Release 8.0.5.0.0 - Production
 PL/SQL Release 8.0.5.0.0 - Production
 
 SVRMGR connect test/test@test
 Connected.
 SVRMGR
 
 But trying 'sqlplus' I get an error:
 $ sqlplus test/test@test
 
 SQL*Plus: Release 8.0.5.0.0 - Production on Thu Apr 11 16:35:46 2002
 
 (c) Copyright 1998 Oracle Corporation.  All rights reserved.
 
 ERROR:
 ORA-01034: ORACLE not available
 
 Help me, please.
 
 Mike
 
 P.S.: This error (1034) in sqlplus comes only with connecting to
 Oracle7. I have no problem with connecting to Oracle8 or higher.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Michal Zaschke
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).