This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Domain Settings] | |
;========================================================================= | |
; General settings for this Application Server. | |
;========================================================================= | |
;------------------------------------------------------------------------- | |
; Use Old Download To Excel Behavior - 0 New Behavior - 1 | |
; | |
FormatIntsInCharFldsForDownloadToExcel=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare | |
v_elmnode varchar2(8); | |
v_hrnode varchar2(8); | |
v_fsnode varchar2(8); | |
begin | |
v_elmnode := '&ELMNodeName'; | |
v_hrnode := '&HRNodeName'; | |
v_fsnode := '&FSNodeName'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/sbin/oraclevm-template --cleanup | |
/usr/sbin/oraclevm-template --enable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://updates.oracle.com/Orion/Services/download/ELM-920-UPD-009_OVA_1of10.zip?aru=19001523&patch_file=ELM-920-UPD-009_OVA_1of10.zip&agreement_id=147613,ELM-920-UPD-009_OVA_1of10.zip | |
https://updates.oracle.com/Orion/Services/download/ELM-920-UPD-009_OVA_2of10.zip?aru=19001523&patch_file=ELM-920-UPD-009_OVA_2of10.zip&agreement_id=147613,ELM-920-UPD-009_OVA_2of10.zip | |
https://updates.oracle.com/Orion/Services/download/ELM-920-UPD-009_OVA_3of10.zip?aru=19001523&patch_file=ELM-920-UPD-009_OVA_3of10.zip&agreement_id=147613,ELM-920-UPD-009_OVA_3of10.zip | |
https://updates.oracle.com/Orion/Services/download/ELM-920-UPD-009_OVA_4of10.zip?aru=19001523&patch_file=ELM-920-UPD-009_OVA_4of10.zip&agreement_id=147613,ELM-920-UPD-009_OVA_4of10.zip | |
https://updates.oracle.com/Orion/Services/download/ELM-920-UPD-009_OVA_5of10.zip?aru=19001523&patch_file=ELM-920-UPD-009_OVA_5of10.zip&agreement_id=147613,ELM-920-UPD-009_OVA_5of10.zip | |
https://updates.oracle.com/Orion/Services/download/ELM-920-UPD-009_OVA_6of10.zip?aru=19001523&patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem --------------------------------------------------------------------------- | |
rem Usage: wget-batch.bat <inputFile> <email> <password> | |
rem | |
rem <inputFile> is a plain text file that has the URL and Output Filename | |
rem separated by a comma (no spaces) | |
rem | |
rem Dan Iverson - 2015-06-12 | |
rem This script takes 3 parameters: inputFile, email, password. | |
rem Filename is a text file with URL,Filename from the Oracle wget.sh script. | |
rem Email and Password are your Oracle Support login credentials. |