RE: Oracle Silent Installs and Response files...

2003-01-20 Thread Brian McGraw
.devtools","8.1.7.0.0" }

#
# Development Tools
#

[oracle.p2k.devtools_8.1.7.0.0]

#---
--
# Name  : DEPENDENCY_LIST (oracle.p2k.devtools)
# Datatype  : StringList
# Description   : List of optional products to be installed along with
# this one.  The following choices are available.  The
# value can contain any combination of these choices.
# Note  : The products listed are optional dependencies.  Any
# required dependencies will automatically be installed.
#
# Also note, that the following products listed are
Single
# Oracle Home (SOH) products:
# a. oracle.p2k.oo4o
# b. oracle.p2k.odbc
# c. oracle.p2k.oledb
# This means that they can be installed only once on the
# machine.  If they are chosen but already exist in
another
# ORACLE_HOME, they will not be installed.
#
# Valid values  :
#oracle.rdbms.oci, 8.1.7.0.0 : Oracle Call Interface (OCI)
#oracle.p2k.ott, 8.1.7.0.0   : Object Type Translator
#oracle.p2k.oo4o, 8.1.7.3.10 : Oracle Objects for OLE
#oracle.p2k.odbc, 8.1.7.0.0  : Oracle ODBC Driver
#oracle.p2k.oledb, 8.1.7.0.0 : Oracle Provider for OLE DB
#oracle.p2k.xmldevkit, 8.1.7.0.0 : Oracle XML Developer's Kit
#oracle.rdbms.xml.xsu, 2.0.0.0.0 : Oracle XML SQL Utility
#---
--

DEPENDENCY_LIST={
"oracle.rdbms.oci","8.1.7.0.0","oracle.p2k.ott","8.1.7.0.0","oracle.p2k.
odbc","8.1.7.0.0" }


-Original Message-----
[EMAIL PROTECTED]
Sent: Friday, January 17, 2003 11:45 AM
To: Multiple recipients of list ORACLE-L

I've heard rumors of people getting it to work.

Some have claimed they have.

When asked to share their response files, I received nothing.

I once spent several hours attempting to setup a working
response file.  No joy.

It's in the same class as bigfoot: several sightings, but the
only photos are faked.

Jared






"Loughmiller, Greg" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
 01/17/2003 06:24 AM
 Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L
<[EMAIL PROTECTED]>
cc: 
Subject:Oracle Silent Installs and Response files...


Hey guys-
Have any of you all messed around with the silent install/response
files? 
I'm looking for tips, advice, do's, don'ts,etc,etc 
 
TIA
Greg Loughmiller 
Sr Manager - Enterprise Data Architecture 
gloughmiller (IPS) 
678.893.3217 (office) 
 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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.net
-- 
Author: Brian McGraw
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: Oracle Silent Installs and Response files...

2003-01-17 Thread Jay Hostetter
Greg,

  I have response files for our client installs (Win2k and WinNT) for 8.1.6.  It took 
several hours of experimenting before I got it to work.  Haven't tried it on Unix or 
with database installs.  I basically took the example response file and just tweaked 
it a bit.  Let me know if you want a copy or if you need more info.



Jay Hostetter
Oracle DBA
D. & E. Communications
Ephrata, PA  USA

>>> [EMAIL PROTECTED] 01/17/03 09:24AM >>>
Hey guys-
Have any of you all messed around with the silent install/response files?
I'm looking for tips, advice, do's, don'ts,etc,etc  
 
TIA

Greg Loughmiller 
Sr Manager - Enterprise Data Architecture 
gloughmiller (IPS) 
678.893.3217 (office) 

 



**DISCLAIMER
This e-mail message and any files transmitted with it are intended for the use of the 
individual or entity to which they are addressed and may contain information that is 
privileged, proprietary and confidential. If you are not the intended recipient, you 
may not use, copy or disclose to anyone the message or any information contained in 
the message. If you have received this communication in error, please notify the 
sender and delete this e-mail message. The contents do not represent the opinion of 
D&E except to the extent that it relates to their official business.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jay Hostetter
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: Oracle Silent Installs and Response files...

2003-01-17 Thread Rodrigues, Bryan
Greg,
 
If you are upgrading to Oracle 8.1.7.4 on a hp-ux server without an X-term
and trying to use silent install to get around it, don't do it. A DBA I work
with was trying to do it and ran into issues. I researched it on metalink
and found a thread that listed 3 bugs associated with this situation. 
 Silent Install from TELNET Session Gives Error: "DISPLAY NOT
SET" 

 Runinstaller Expects DISPLAY Variable to be Set for Silent
Install 

 OUI Installer Requires an X-DISPLAY to Connect to even in
Silent Mode 

I have not tried it in other situations, but be aware of this one.
 
Bryan Rodrigues
Elcom, Inc.
DBA

-Original Message-
Sent: Friday, January 17, 2003 9:25 AM
To: Multiple recipients of list ORACLE-L


Hey guys-
Have any of you all messed around with the silent install/response files?
I'm looking for tips, advice, do's, don'ts,etc,etc  
 
TIA

Greg Loughmiller 
Sr Manager - Enterprise Data Architecture 
gloughmiller (IPS) 
678.893.3217 (office) 

 

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rodrigues, Bryan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: Oracle Silent Installs and Response files...

2003-01-17 Thread Joseph S Testa
I'd have to agree w/Jared, its more like vaporware ;)

joe


> I've heard rumors of people getting it to work.
> 
> Some have claimed they have.
> 
> When asked to share their response files, I received nothing.
> 
> I once spent several hours attempting to setup a working
> response file.  No joy.
> 
> It's in the same class as bigfoot: several sightings, but the
> only photos are faked.
> 
> Jared
> 
> 
> 
> 
> 
> 
> "Loughmiller, Greg" <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
>  01/17/2003 06:24 AM
>  Please respond to ORACLE-L
> 
>  
> To:     Multiple recipients of list ORACLE-L 
> cc: 
> Subject:Oracle Silent Installs and Response files...
> 
> 
> Hey guys-
> Have any of you all messed around with the silent install/response 
files? 
> I'm looking for tips, advice, do's, don'ts,etc,etc 
>  
> TIA
> Greg Loughmiller 
> Sr Manager - Enterprise Data Architecture 
> gloughmiller (IPS) 
> 678.893.3217 (office) 
>  
> 
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> -- 
> Author: 
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- 858-538-5051 http://www.fatcity.com
> San Diego, California-- Mailing list and web hosting services
> -
> 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).
> 
> 

Joseph S Testa
Chief Technology Officer
Data Management Consulting
p: 614-791-9000
f: 614-791-9001
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Joseph S Testa
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: Oracle Silent Installs and Response files...

2003-01-17 Thread Jared . Still
I've heard rumors of people getting it to work.

Some have claimed they have.

When asked to share their response files, I received nothing.

I once spent several hours attempting to setup a working
response file.  No joy.

It's in the same class as bigfoot: several sightings, but the
only photos are faked.

Jared






"Loughmiller, Greg" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
 01/17/2003 06:24 AM
 Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
    cc: 
    Subject:    Oracle Silent Installs and Response files...


Hey guys-
Have any of you all messed around with the silent install/response files? 
I'm looking for tips, advice, do's, don'ts,etc,etc 
 
TIA
Greg Loughmiller 
Sr Manager - Enterprise Data Architecture 
gloughmiller (IPS) 
678.893.3217 (office) 
 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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).




Oracle Silent Installs and Response files...

2003-01-17 Thread Loughmiller, Greg



Hey 
guys-
Have any of you all 
messed around with the silent install/response files?  I'm looking for 
tips, advice, do's, don'ts,etc,etc  
 
TIA
Greg Loughmiller 
Sr Manager - Enterprise 
Data Architecture gloughmiller (IPS) 678.893.3217 (office)