.ora-code.com

Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
sqlplus behaving strange

sqlplus behaving strange

2005-02-08       - By Magni Fabrizio
Reply:     1     2     3  

If you login via ssh you are using .bash_profile for you settings while
in a Xsession the file is for your environment is .bashrc.

Fabrizio

> -- --Original Message-- --
> From: suse_list [mailto:suse_list@(protected)]
> Sent: Monday, February 07, 2005 10:14 PM
> To: suse-oracle@(protected)
> Subject: [suse-oracle] sqlplus behaving strange
>
>
> Hi,
>
> I am not certain how the Xlogin via kdm on a SuSE 9.2 professional
> installation affects oracle sqlplus, but i have noticed a
> strange behaviour.
> If i log into a workstation via ssh for instance i can run
> the sqlplus /
> command just fine and any program that makes use of sqlplus,
> but if i log in
> via a Xsession on the machine sqlplus gives me a wrong user
> error. (See below
> for example sessions).
> I am thinking that there is some sort of config missing or
> something is not
> run via login on a Xsession or something conflicts with it.
> If anyone has any
> ideas as to which files i should maybe check, please let me know.
> I am trying to test this with both the 10.1.0.2 and 10.1.0.3
> libraries/sqlplus.
>
> Example session:
> SSH session:
> $ sqlplus /
> SQL*Plus: Release 10.1.0.2.0 - Production on Mon Feb 7 14:11:24 2005
>
> Copyright (c) 1982, 2004, Oracle.  All rights reserved.
>
>
> Connected to:
> Oracle Database 10g Release 10.1.0.2.0 - Production
>
> SQL>
> =======================================> X-session:
> $ sqlplus /
>
> SQL*Plus: Release 10.1.0.2.0 - Production on Mon Feb 7 14:11:03 2005
>
> Copyright (c) 1982, 2004, Oracle.  All rights reserved.
>
> ERROR:
> ORA-01017 (See ORA-01017.ora-code.com): invalid username/password; logon denied
>
>
> =============================>
> Thanks for any help
>
> Sascha
>
> --
> To unsubscribe, email: suse-oracle-unsubscribe@(protected)
> For additional commands, email: suse-oracle-help@(protected)
> Please see http://www.suse.com/oracle/ before posting
>
>

--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting