DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: Oracle 8.1.7.E.E

  1. #1
    Join Date
    Feb 2000
    Location
    New York,U.S.A.
    Posts
    245
    Hi, all
    I just installed oracle 8.1.7.E.E on Sun solaris 2.6 and when I type sqlplus I get the following, I just want to confirm that it is the same as others' Or do I miss something? Thanks for help.

    SQL*Plus: Release 8.1.7.0.0 - Production on Mon Feb 26 16:45:52 2001

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


    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production




  2. #2
    Join Date
    Nov 2000
    Location
    Potomac, Maryland
    Posts
    85
    You are good to go!

  3. #3
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    IF YOU WANT you can query v$version view as shown:
    <font face=courier>
    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
    </font>
    Reddy,Sam

  4. #4
    Join Date
    Feb 2000
    Location
    New York,U.S.A.
    Posts
    245
    Thanks, sreddy
    Next question, When I do query
    select * from v$option;
    it shows that the value for JAVA is FALSE. Could you tell me which scripts to run to get JAVA option?

  5. #5
    Join Date
    Jun 2000
    Posts
    295
    I want to know too.

  6. #6
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Check the metalik patch 8.1.6.3 read me, on how to create the java server and check.

    If I'm correct, it would be
    create or replace java system;

    Check to confirm.

    Sam

    [Edited by sambavan on 02-27-2001 at 05:56 PM]
    Thanx
    Sam



    Life is a journey, not a destination!


  7. #7
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843

    Oracle z crazy

    to move around product options from server pack to client pack and vice versa. 8i Java product is in Oracle Client now, not in Server options. So, you have to load Client CD and take custom options and check for 'Oracle Java Products 8.x.x.x.x' and install.

    I don't understand why the hell Oracle does this. If DBAs installing the product at server level why they have given in Client level. Same case with other products like Pro*C etc.,
    Reddy,Sam

  8. #8
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Seems Oracle have seperated all the programming languages products in Client CD Pack.

    Reddy,Sam

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width