/build/static/layout/Breadcrumb_cap_w.png

Oracle 11g Client

I have been asked to package the newest Oracle Client. I haven't been able to find any information.
Does anyone out there have any tips on how best to handle?

0 Comments   [ + ] Show comments

Answers (28)

Posted by: anonymous_9363 14 years ago
Red Belt
1
Hmmmm....Re-packaging Oracle for a new installation is relatively easy. I wonder, though, how much testing -if any - was done with updating an existing client and adding a new home (or removing one, come to that). Home handling is probably the biggest "gotcha" with re-packaged Oracle Clients.

Trust me: unless you *really* know what you're doing with packaging AND Oracle, let the OUI do its thing.
Posted by: jcarri06 14 years ago
Senior Purple Belt
0
I can't think of any truly special/unique actions I took when packaging oracle client...just standard packaging practices I'd say...let us know how it goes :)
Posted by: anonymous_9363 14 years ago
Red Belt
0
I think it's fair to say that only a fool or a very experienced packager would contenance re-packaging the Oracle client. It's a much simpler operation to wrap the Oracle Universal Installer, as is well documented here at AppDeploy. Yes, most posts are about v9, possible v10, but AFAIK, nothing much has changed in terms of the installer activity.
Posted by: jcarri06 14 years ago
Senior Purple Belt
0
<Proud carrier of Fool merit badge>

Didn't have much of an issue with it...grant it, it was a couple of years ago. Not sure about the newer versions.
Posted by: InterneToughGuy 14 years ago
Senior Purple Belt
0
I'm a fool too!

I didn't have much problem with packaging 10g. I believe 11g is the same type of install with the OUI. The only issue i remember having was I had to install the ODBC driver manually by coping files and adding registry paths. I believe there is a previous post about doing that.

Good luck
Posted by: jmcfadyen 14 years ago
5th Degree Black Belt
0
if the only issue you had was the ODBC you did it wrong.

There is alot of crazy stuff that is required for Oracle. I too carry the "fool merit badge" made a few mistakes over the years attempting this and finally found a working solution.

I do it now just for kicks, I probably make things more difficult than they need to be just to keep myself entertained.
Posted by: InterneToughGuy 14 years ago
Senior Purple Belt
0
Yea, i could have possibly did it wrong. It's beeen over 1 year since I repackaged it and nobody has complained yet. I'll just keep my fingers crossed. There's no need for mulitiple Oracle Homes in our environment so that might be why we have not run into many issues. The reason why I had to repackage Oracle is because our users kept cancelling out the OUI dos box that appeared in the middle of their screen. Our team lead decided it would be best to re-package it. I could not find a way to minimize the OUI installed box.
Posted by: miriam_12047 14 years ago
Senior Yellow Belt
0
Hi,

Can you tell me what you meant when you said wrap the Oracle Universal Installer? Most of my experience is with Wise Package Studio. My agency uses CA's Software Delivery (SD) as a distribution tool. I have on occassion dragged exe's into SD and then added parameter's to it.

Thanks.
Posted by: anonymous_9363 14 years ago
Red Belt
0
I meant you could run the OUI from an otherwise empty MSI. There's plenty of guidance here on AppDeploy about wrapping. However, since you can run an EXE with parameters from your deployment tool, why bother?
Posted by: miriam_12047 14 years ago
Senior Yellow Belt
0
I have taken a look at the posts that I can find regarding the Oracle Client.

This is what I have come up with: oui.exe -responseFile -install_oracle11RT.rsp -nowait -force -silent

I have also tried using setup.exe -responseFile -install_oracle11RT.rsp -nowait -force -silent

I have tried different orders for the parameters based on the posts.

The message I receive says . . . setup.exe or oui.exe is not a valid option.

Any suggestions?
Posted by: InterneToughGuy 14 years ago
Senior Purple Belt
0
Did you create the response file 1st?
Posted by: miriam_12047 14 years ago
Senior Yellow Belt
0
Yes, the install_oracle11RT.rsp is the result.
Posted by: jcarri06 14 years ago
Senior Purple Belt
0
Quick search on AppDeploy KB yielded...

http://www.appdeploy.com/packages/detail.asp?id=759
setup.exe -nowait -force -silent -responseFile xyz.rsp

comparing this to your command line, looks like you're putting an extra " - " before your .rsp file...

- J
Posted by: miriam_12047 14 years ago
Senior Yellow Belt
0
setup.exe -nowait -force -silent -responseFile xyz.rsp

I still get a error message saying that . . ."setup.exe is not a valid augument . . ."
Posted by: jcarri06 14 years ago
Senior Purple Belt
0
Are you running this manually or through some sort of distribution tool? It sounds like it doesn't find setup.exe and has nothing to do with the parameters you're providing.
Posted by: miriam_12047 14 years ago
Senior Yellow Belt
0
I am using a distribution tool (CA-Unicenter Software Delivery) and started thinking along those lines this am. I haven't had a chance to test.
I had to copy the Oracle files to my C:Drive in order to create the response file. Once that was completed I moved the response file to the network location where the files are usually stored. I then created my "package" using the files on the network.

I took a look at the response file and it references the file structure from the local drive. My next test is to change that location to reference the network location and see if that solves the problem. Another thought is to pull the files from the local drive to Software Delivery.
Posted by: jcarri06 14 years ago
Senior Purple Belt
0
If I were you, I would:

1. Test your response file and command line work when your source is local on your machine
2. Test your response file and command line when your source is on a network share using UNC paths.

I'm pretty sure it's a problem with how you're distributing it...nothing to do with the actual installer.

Regards,
Jay
Posted by: MsiCreator 13 years ago
Senior Yellow Belt
0
Hi I am repackaging Oracle 11g application. I am trying to create response file using command line.
setup.exe -record -destinationFile C:\response_files\setup.rsp
But unable to create response file.
Please suggest how to create reponse file as I need to do some setting while installing setup.exe like port no..etc.
Thanks in advance.
Posted by: randhir 13 years ago
Yellow Belt
0
just finished of capturing ORACLE using wise 7 on windows 7. It works well for me..........

- turn off UAC while capturing
- use response file (test the rsp file before using)
- you might require to install JVM prior to capturing (depends on the base build structure)

Cheers!!
Randhir
Posted by: anonymous_9363 13 years ago
Red Belt
0
you might require to install JVM prior to capturing
Firstly, I think you mean JRE (Java Runtime Environment) and secondly, I would recommend that you ALWAYS install the required JRE before capturing unless, by some miracle, the exact version is included in your base build.
Posted by: elgwhoppo 13 years ago
Senior Purple Belt
0
I was able to capture the Oracle 11G client and patches into an MSI successfully. It was last year that I did it. Not sure if that's the route you're taking, but it is possible.
Posted by: y0da 13 years ago
Senior Yellow Belt
0
i think your setup.exe may be a setup.bat....take a close look....
Posted by: shambhusnair 13 years ago
Senior Yellow Belt
0
Hi

I created the package Oracle 11g using MSI wrapper method. The command line I used was :
"Oracle_11g_Eng\Setup.exe" -nowait -noconsole -noconfig -force -silent -waitforcompletion -responsefile "//Oracle_11g_Eng\Client.rsp".

This was working fine in Windows XP machines however while installing in Windows 7 machines, it found that the Setup.exe runs of sometime and soon it disappears.

Can anyone tell me the reason and please advice for a solution.

Thanks in Advance....
Posted by: drose 13 years ago
Yellow Belt
0
Yes, bumping a dead thread.

"It's a much simpler operation to wrap the Oracle Universal Installer, as is well documented here at AppDeploy."
"There's plenty of guidance here on AppDeploy about wrapping."

Where? I searched. I really, truly searched, on both oracle client and on wrapping, but I don't see how to run a command line exe from within the MSI. I haven't done it before, I'm sure it's easy, I'm sure it's well documented, I just can't find it.

I'll keep looking, but I find it frustrating when veterans take the time to post to say how easy it is, but don't bother to link it.

Also: How do we disable the shortcuts?
Posted by: WiseAppPackager 13 years ago
Purple Belt
0
Follow the below steps.
1. Create a wisescript/batchscript/vbscript which executes the oracle commandline, "Oracle_11g_Eng\Setup.exe" -nowait -noconsole -noconfig -force -silent -waitforcompletion -responsefile "//Oracle_11g_Eng\Client.rsp"
2. Now, using the script created in first step, follow the article
http://www.appdeploy.com/articles/msi_kix/index4.asp
3. Once you compile the .wsi file, you'll get the MSI.

sounds easy?

Posted by: WiseAppPackager 13 years ago
Purple Belt
0
AFIK, there is no command available to disable shortcuts when you opt to go by wrapper method. Just include the code in your main executable (Wisescript/batch/vbscript) to delete the shortcuts after the install finishes.
Posted by: timmsie 13 years ago
Fourth Degree Brown Belt
-1
http://itninja.com/question/mst-creation732
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ