Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9i install gives 817 in v$version

Re: Oracle 9i install gives 817 in v$version

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Mon, 08 Apr 2002 16:13:21 -0400
Message-ID: <a8stl1$v1hqd$1@ID-82084.news.dfncis.de>


On Mon, 08 Apr 2002 10:08:54 -0400, Chris wrote:

> A few months ago I installed Solaris on a new sunfire sparc server.
>
> SunOS oracle-dev 5.8 Generic_108528-07 sun4u sparc SUNW,Sun-Fire-280R
>
> Next, I installed Oracle 9i, it said 9i on the install discs, and I seem
> to remember there was 5 cds.
>
> However, I recently noticed that it does not report the version as being
> 9i:
>
> Connected to:
> Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production With the
> Partitioning option
> JServer Release 8.1.7.0.0 - Production
>
> SQL> select * from v$version;
>
> BANNER
> ---------------------------------------------------------------- Oracle8i
> Enterprise Edition Release 8.1.7.0.0 - Production PL/SQL Release
> 8.1.7.0.0 - Production CORE 8.1.7.0.0 Production TNS for
> Solaris: Version 8.1.7.0.0 - Production NLSRTL Version 3.4.1.0.0 -
> Production
>
> We don't even have 8.1.7 install cds. What's going on ?
>
> This is an 'ls' of our $ORACLE_HOME
>
> 6iserver dbs jis oem_webstage
> precomp starterdb
> 8ienv.csh doc jlib oracore
> rdbms svrmgr
> 8ienv.sh hs JRE oradata
> relnotes sysman
> admin icache jsp oradata2
> resp webcache
> Apache ifs1.1 ldap ord
> root.sh wwg
> assistants install lib otrace
> root.sh.old xdk
> bin install.platform md owm
> sap
> classes jar network panama
> slax
> converters javavm ocommon plsql
> sqlj
> ctx jdbc odg portal30
> sqlplus
>
> Any help much appreciated.
>
> Regards,
> ..Chris.

The database doesn't lie. Here is an output from 9i database:

SQL> select * from v$version;

BANNER



Oracle9i Enterprise Edition Release 9.0.1.3.0 - Production PL/SQL Release 9.0.1.3.0 - Production
CORE 9.0.1.2.0 Production
TNS for Linux: Version 9.0.1.3.0 - Production NLSRTL Version 9.0.1.3.0 - Production

My conclusion is that you have either installed or are pointing to an 8i database through TWO_TASK. Your directory listing shows files with the conspicuous string "8i" in the name. Are you sure that you've installed Oracle9i?

-- 
Mladen Gogala
Za Feral Spremni!
Received on Mon Apr 08 2002 - 15:13:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US