Sponsored Content
Operating Systems Solaris Where can I get Sun Ultra 20 tools & drivers when Oracle abandoned them? Post 302933880 by casial on Tuesday 3rd of February 2015 02:34:03 AM
Old 02-03-2015
You are right, I've found it under the code you provided.
Alas, it seems I have access just to Software patches, not firmware :-/

I'm getting the hold of Oracle Support quite slowly - I need a Systems contract asset to get to firmware patches? In layman's terms - what would I need to purchase to get this? Is it even posssible for an individual? And I guess it would cost me more than the six Suns altogether...

I haven't contacted anyone from the Oracle support with this directly - is it worth a try at least? Or should I accept the fact the BIOS versions on these machines are final? :-(

---------- Post updated 03-02-15 at 08:34 AM ---------- Previous update was 02-02-15 at 10:47 PM ----------

I was clicking through the support site and Oracle web - if I get it, I need for instance premium support for Solaris 11 ($1000/yr) to get to the firmware - not that in makes much sense to me to be honest - which is almost the same price I paid for all of my machines, as I did suspect - but if I got this support plan, I could install Solaris 11 and get access to the repos and patches as well, right? - but I'm not sure if for just one or I could use it on all of them? Well, it's a lot of money for me, but I'll probably better start saving then...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mount oracle on ultra 5

Hi, I try to mount Oracle on Ultra 5 but either the system panic or it will not mount it. Would anybody have an example that would show how? Also, what the (c0t0d0s0) c, t, d and s stands for? Thank you. (4 Replies)
Discussion started by: softarch
4 Replies

2. Solaris

sun ultra or sun sparkstation

am wonder wich sun computer is better, a sun ultra or sun sparkstation, and what is the difference (7 Replies)
Discussion started by: nobody
7 Replies

3. Solaris

keyboard & monitor for SUn ultra enterprise 3000

Hi all, i just purchased Sun Ultra Enterprise 3000, but they did not include with keyboard/mouse . i am very new with this box. could you give me which type of keyboard i can use and video connector to my monitor since serial connectors for keyboard and video is different with my PC. ... (5 Replies)
Discussion started by: waterbear
5 Replies

4. Solaris

sun ultra

Hi Guys, I have a 2nd hand Sun ultra-5, I wanted to know how to be able to run it as a normal window. I do not have any experience whatsoever with solaris/unix. Does anyone can give me a clue where to start. When I switch it goes to: unix console login: pa$$word: #UNIX sendmail : enable to... (0 Replies)
Discussion started by: lingosa
0 Replies

5. Solaris

hey i just got a Sun ultra 5!!!

now what do i do? im looking at it and i booted it after a bunch of code i got a line askign for the password i also downloaded solaris 10 any advice on how to install it? (36 Replies)
Discussion started by: russian460
36 Replies

6. Solaris

LOM on SUN ultra 10

Hi experts is it possible to install lom on sun ultra 10 box? can you guys help me in undertanding lom as i tried goggling , couldn't get good stuff. Please :) (6 Replies)
Discussion started by: kumarmani
6 Replies

7. Solaris

SUN ULTRA 45 - Solaris

hi, my sun box hangs- KEYBOARD not found. Using hyper link it boots and then hangs without able to access or get ok promt ----SCREEN SHOT AS-------------------------------------------------- ˙Loading onboard drivers: ebus i2c i2c i2c ppm /ebus@1f,464000: flashprom rtc serial serial env-monitor... (2 Replies)
Discussion started by: mathav22
2 Replies

8. Solaris

Need Sun Ultra 20 M2 Workstation Tools and Drivers CD 1.9

content deleted (1 Reply)
Discussion started by: hmb
1 Replies

9. Solaris

Need Sun Ultra 20 M2 Workstation Tools and Drivers CD 1.9 - another attempt

Hi! I have asked here if someone has a copy of the BIOS and driver CD for a Sun Ultra 20 M2. Unfortunately DukeNuke2 has jumped in and quickly locked the thread without engaging his brain first. (hint: this CD has been offered free for download by Sun long *before* Oracle bought them, so... (0 Replies)
Discussion started by: hmb
0 Replies

10. Solaris

Sun Ultra 5 new user

Hi I have just acquired an Ultra 5. It has 256MB of memory and a 360Mhz Ultra IIi SPARC processor. So far, I have had some typical fun and games to get it working: - It had a dead NVRAM chip. I hacked it open and installed a CR2032. It looks suitably bodged up, but is working. I set the MAC... (8 Replies)
Discussion started by: _JonB_
8 Replies
SQL::ReservedWords::Oracle(3pm) 			User Contributed Perl Documentation			   SQL::ReservedWords::Oracle(3pm)

NAME
SQL::ReservedWords::Oracle - Reserved SQL words by Oracle SYNOPSIS
if ( SQL::ReservedWords::Oracle->is_reserved( $word ) ) { print "$word is a reserved Oracle word!"; } DESCRIPTION
Determine if words are reserved by Oracle Database. METHODS
is_reserved( $word ) Returns a boolean indicating if $word is reserved by either Oracle7, Oracle8i, Oracle9i or Oracle10g. is_reserved_by_oracle7( $word ) Returns a boolean indicating if $word is reserved by Oracle7. is_reserved_by_oracle8( $word ) Returns a boolean indicating if $word is reserved by Oracle8i. is_reserved_by_oracle9( $word ) Returns a boolean indicating if $word is reserved by Oracle9i. is_reserved_by_oracle10( $word ) Returns a boolean indicating if $word is reserved by Oracle10g. reserved_by( $word ) Returns a list with Oracle versions that reserves $word. words Returns a list with all reserved words. EXPORTS
Nothing by default. Following subroutines can be exported: is_reserved is_reserved_by_oracle7 is_reserved_by_oracle8 is_reserved_by_oracle9 is_reserved_by_oracle10 reserved_by words SEE ALSO
SQL::ReservedWords <http://www.oracle.com/technology/documentation/> AUTHOR
Christian Hansen "chansen@cpan.org" COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.8 2008-03-28 SQL::ReservedWords::Oracle(3pm)
All times are GMT -4. The time now is 05:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy