Error in installing 11g2 in silent mode - [SEVERE] - Email Address Not Spec

I want to install Oracle 11g release 2 in silent mode on Redhat Linux 5.2. I use command /u01/app/ora_sw/11g2/database/runInstaller -silent -responseFile /u01/app/ora_sw/11g2/database/tdev_install.rspwhere tdev_install.rsp has entries oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
oracle.install.option=UPGRADE_DB
ORACLE_HOSTNAME=cchdb.thinkstream.com
UNIX_GROUP_NAME=oinstall
INVENTORY_LOCATION=/u01/app/oraInventory
SELECTED_LANGUAGES=en
ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
ORACLE_BASE=/u01/app/oracle
oracle.install.db.InstallEdition=EE
oracle.install.db.isCustomInstall=true
oracle.install.db.customComponents=oracle.server:11.2.0.1.0,oracle.sysman.ccr:10.2.7.0.0,oracle.xdk:11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network:11.2.0.1.0,oracle.network.listener:11.2.0.1.0,oracle.rdbms:11.2.0.1.0,oracle.options:11.2.0.1.0,oracle.rdbms.partitioning:11.2.0.1.0,oracle.oraolap:11.2.0.1.0,oracle.rdbms.dm:11.2.0.1.0,oracle.rdbms.dv:11.2.0.1.0,oracle.rdbms.lbac:11.2.0.1.0,oracle.rdbms.rat:11.2.0.1.0
oracle.install.db.DBA_GROUP=dba
oracle.install.db.CLUSTER_NODES=
oracle.install.db.config.starterdb.type=TRANSACTION_PROCESSING
oracle.install.db.config.starterdb.globalDBName=tdev112.localdomain
oracle.install.db.config.starterdb.SID=tdev112
oracle.install.db.config.starterdb.characterSet=AL32UTF8
oracle.install.db.config.starterdb.memoryOption=true
oracle.install.db.config.starterdb.memoryLimit=3200
oracle.install.db.config.starterdb.installExampleSchemas=false
oracle.install.db.config.starterdb.enableSecuritySettings=true
oracle.install.db.config.starterdb.password.ALL=
oracle.install.db.config.starterdb.control=DB_CONTROL
oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/app/oracle/oradata
DECLINE_SECURITY_UPDATES=true
oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=true
oracle.install.db.config.starterdb.dbcontrol.emailAddress=glu@thinkstream.com
oracle.install.db.config.starterdb.dbcontrol.SMTPServer=earth.thinkstream.comI got error in a couple of seconds Checking Temp space: must be greater than 120 MB.   Actual 2451 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 1890 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-01-08_05-20-03PM.
Please wait ...[oracle@cchdb database]$ [SEVERE] - Email Address Not Specified
I removed the last 3 entries involving notification email, but got the same error.
What email address I need to provide and where I should specify it ?

Finally figured this one out.
It happens when oracle.install.db.config.starterdb.type is set to TRANSACTION_PROCESSING.
Apparently "TRANSACTION_PROCESSING" and "GENERAL_PURPOSE/TRANSACTION_PROCESSING" are not valid types, even though the response template file and the response file generated via OUI list the following:
Response template file included in the database package:
+#------------------------------------------------------------------------------+
+# Specify the type of database to create.+
+# It can be one of the following:+
+# - GENERAL_PURPOSE/TRANSACTION_PROCESSING+
+# - DATA_WAREHOUSE+
+#------------------------------------------------------------------------------+
Response file generated by OUI during an interactive install:
+#-------------------------------------------------------------------------------+
+# One of the following+
+# - GENERAL_PURPOSE+
+# - TRANSACTION_PROCESSING+
+# - DATAWAREHOUSE+
+#-------------------------------------------------------------------------------+
In order to install in silent mode I used the following settings:
oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=false
oracle.install.db.config.starterdb.dbcontrol.emailAddress=
oracle.install.db.config.starterdb.dbcontrol.SMTPServer=
MYORACLESUPPORT_USERNAME=
MYORACLESUPPORT_PASSWORD=
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
DECLINE_SECURITY_UPDATES=true

Similar Messages

  • Installing JRE in silent mode

    Need to install JRE in Linux in silent mode (have to give yes to license agreement with no user intervention). I tried the following ways
    1. In Shell Script : expect -re "Do you agree to License"
    Send - yes/r
    2.. Ran from command line: /jre.bin -acceptlicense=yes
    3. Ran from command line : ./jre.bin -silent
    Above options did not work, let me know whether we have any other option ?

    On your oracle installation CD , there will be directory disk1/stage/response .. In this directory you can find the response file that can be used for installation. Just edit the file to provide the values for ORACLE_HOME , ORACLE_SID , Type of Installation into it. Setup the env for ORalce installation . After creating the necessary directories and preparing the operating system for installation , You can use the following command to install Oracle in Silent mode.
    ./runInstaller -silent -responseFile /disk1/media/response/10gR2.rsp

  • Send the purchase order to several email addresses.

    Hi, everybody
    we are in a clasic scenary. SRM 4.0.
    does anybody know how I can send the purchase order (output is configured like automatic output by email) to several email addresses.
    Any idea.
    Jorge

    Has anybody tried to do a bespoke development in order to send the purchase order e-mail to more than one address.
    Alternatively can the PDF file be sent to a central folder or something like that. 
    Any advice would be greatfully received.
    Thank you
    Karen

  • Getting error when I try to remove eum secondary email address from the Mailbox from Exchange 2013 server

    Getting error when I try to remove eum secondary email address from the Mailbox from Exchange 2013 server. The command works if you issue directly from the server exchange shell.
    I open the remote power shell to the exchange server 2013.
    Issue the following commands and getting the following error.
    $mailbox = Get-Mailbox -Identity testuser$mailbox.EmailAddresses -= "eum:50004;phone-context=telExt5digits.lync5.com"Then getting the following error:Method invocation failed because [System.Collections.ArrayList] doesn't contain a method named 'op_Subtraction'.
    At line:1 char:27
    + $mailbox.EmailAddresses -= <<<<  "eum:50004;phone-context=telExt5digits.lync5.com"
        + CategoryInfo          : InvalidOperation: (op_Subtraction:String) [], RuntimeException
        + FullyQualifiedErrorId : MethodNotFoundHelp!

    Now for an answer - your remote session doesn't have the same object you have on the server itself.  Notice it says this is an array list, not a ProxyAddressCollection.  If you need to work around this, you'll need to massage the addresses another
    way that the system will accept.  I'd try the following:
    $NewAddresses = $mailboxEmailAddresses | ? { $_ -notlike "eum:50004;phone-context=telExt5digits.lync5.com" }
    See what you get in the $NewAddresses variable when you do this.

  • Everytime I try to install a new app, my old email address still comes up even though I changed it on appleid

    everytime I try to install a new app, my old email address still comes up even though I changed it on appleid and Icloud....what am I doing wrong?

    Settings>iTunes/App Store...tap the ID shown...sign out...now, sign back in with your new ID.

  • Error when running netca in silent mode

    I found a type-o in Oracle's documentation for running netca in silent mode. See link:
    http://download-west.oracle.com/docs/html/B10811_05/app_nonint.htm#BABJFJID
    There is a line that reads:
    $ORACLE_HOME/bin/netca /silent /responsefile=/local_dir/netca.rsp
    However, it should read:
    $ORACLE_HOME/bin/netca /silent /responsefile /local_dir/netca.rsp
    Hope this saves you all lots of headaches!
    --Julie Johnson

    user8909477 wrote:
    i am running netca command in linuxGreat. But WHICH Linux???? Surprisingly it makes a difference. Just like asking to talk to a person, and specifying by family name, you might get the mother, the father, the son - and each might give a different response.
    >
    in /u01/oracle/TEST/db/tech_st/11.1.0/network/admin
    i am going to TCPs litener with port 2484.
    following error is appeared
    so please Guide me to solve this problem.
    Oracle Net Services Configuration:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Are you logging on as root? Are you SU'ing to Oracle or trying to run as riit?
    Try logging out - all the way out. Don't stop there, you need to log ALL the way out.
    And then log in as user Oracle.
    Logging in as root causes all sorts of headaches. Only SU to root, and then only when you absolutely need it.
    Now that you have logged out of root, and logged in (not just su'd) to oracle, what happens??

  • How to install patch in silent mode

    All,
    I need to install Oracle patch 40 (oracle version 11.1.0.7) in silent mode. Please suggest method.
    As per oracle it says its documented in Readme.txt but i can't find that information.
    Thanks in advance

    What patch is this ? PSU/CPU or a upgrade ?

  • DBCA in silent mode gives "template does not exist" error

    We successfully created a database using the DBCA in silent mode like this:
    dbca -silent -responseFile dbca.rspThen, attempting to create a second database on the same machine with a slightly different response file, we get the following error:
    dbca -silent -responseFile dbca.rsp2
    Template General Purpose does not exist. Please specify an existing template for database creation.The "General Purpose" template was used in the original database creation. It does exist. No logfile is created. Any ideas what could be causing this?

    We never did get to the bottom of the mysterious "template does not exist" error, but went with a solution that is better:
    1. we used the already-existing database to create a clone template:
    dbca -silent -createCloneTemplate -sourceDB OLD_SID -sysDBAUserName sys
       -sysDBAPassword XXXX -templateName old_sid_copy.dbc
      -maintainFileLocations true
      -datafileJarLocation /local/opt/oracle/product/10.2.0/assistants/dbca/templates (Note the use of the -maintainFileLocations switch)
    2. edited the template file, replacing all instances of OLD_SID with NEW_SID
    /local/opt/oracle/product/10.2.0/assistants/dbca/templates/old_sid_copy.dbc
    3. create the clone using the new template
    dbca -silent -createDatabase -templateName old_sid_copy.dbc
      -gdbname NEW_SID.MYHOST.COM -sid NEW_SID
      -datafileJarLocation /local/opt/oracle/product/10.2.0/assistants/dbca/templates
      -responseFile NO_VALUE -characterset WE8ISO8859P1

  • Installing JRE in silent mode in Linux

    Need to install JRE in Linux in silent mode (have to give yes to license agreement with no user intervention). I tried the following ways
    1. In Shell Script : expect -re "Do you agree to License"
    Send - yes/r
    2.. Ran from command line: /jre.bin -acceptlicense=yes
    3. Ran from command line : ./jre.bin -silent
    Above options did not work, let me know whether we have any other option ?
    Message was edited by:
    Karts

    The easiest way to create a response file is by starting the wizard, filing in the blanks on all pages and save the result before the wizard asks you to install. Just stop here.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                               

  • I am trying to set up sync on my desktop, so I can sync my ipad. When I enter my email address, it says unknown error. I've tried several email addresses.

    When trying to set up a sync account, the first thing I have to do is enter my email address. When I begin typing that, I get an "invalid email address" just below it. I understand this is because I haven't finished typing it. Once I finish typing the full address it, the error message changes to "unknown error". I have tried several different email addresses and each time I get the same message. I want to sync my ipad to the desktop.

    Which version of firefox are you using? Please update to the latest version if you have not already.
    Also are you putting capital letters into the email field? Try using all lower case.

  • 553 errors sending to some email addresses, not others

    Hi! I have several complaining companies who can't send emails to some domains, others are ok.
    I have confirmed that each or these use <providername>.blackberry.net as the return address. These are the only ones affected. I have removed the Cmime service book entries on my Blackberry and resent, with no affect on the problem. I can send to these domains with a different return (from) address. The exact error is: 5.1.0 Unknown address error
    553-"Requested action not taken mailbox name not allowed". The message never is seen by the destination server.
    The interesting part is I can send to other domains with the blackberry.net zone, without this error. Can you shed some insight here?

    The contacts are in MobileMe, but they are the same as in the phone, i.e., no email addresses.
    So the answer to my question - is all contact info available in your MobileMe online address book is no?
    I have tried syncing with Outlook 2007 and gave up - something as simple as phone number labels I have with the Address Book and iPhone such as "Main" for a phone number didn't compute with Outook - which is a garbage application IMO. I switched to using Windows Contacts for syncing contact info. A little better but with Windows Contacts, you can't have a company name designation only - Windows Contacts wants to place the company name as a first and last name in addition to the company name only, which I haven't been able to stop. I finally gave up trying to keep Outlook or Windows Contacts automatically synchronized with MM. If I want to add contact info or any changes, I have MM replace all contact info instead of automatically synchronized.

  • Can't open "People" due to error message saying email address not found

    Unable to access addresses saved in "People". I am able to open, but error message reads that email address cannot be found.

    I suppose you mean a webmail service, but it might help to know which one.

  • SapScript Form by email: Using output medium 5 - several email address

    Hello, ppl
    I've been doing some developing concerning the send of correspondence by email.
    I've used output medium 5, and have have build email recipient parameters as follow:
    Getting email address:
      CLEAR address.
      SELECT SINGLE smtp_addr FROM adr6
      INTO address
      WHERE addrnumber  = p_adrnr
        AND persnumber  = space
        AND flgdefault  = 'X'.
      IF  address IS INITIAL.
        p_device = 'PRINTER'.
        EXIT.
      ENDIF.
    create recipient
      swc_create_object lo_recipient 'RECIPIENT' space.
    swc_set_element   lt_container 'SendAsACopy'
                                     'X'.
      swc_set_element   lt_container 'AddressString'
                                      address.
      swc_set_element   lt_container 'TypeID'
                                     'U'.
      swc_call_method lo_recipient   'CreateAddress' lt_container.
      swc_object_to_persistent lo_recipient p_persistent_recipient.
    create sender (current user)
      swc_create_object lo_sender 'RECIPIENT' space.
      swc_set_element lt_container 'AddressString'
                                   sy-uname.
      swc_set_element lt_container 'TypeID' 'B'.
      swc_call_method lo_sender    'CreateAddress' lt_container.
      swc_object_to_persistent     lo_sender p_persistent_sender.
    And have called open_form as follows:
      CALL FUNCTION 'OPEN_FORM'
           EXPORTING form = xformular
                     language = ekko-spras
                     OPTIONS = itcpo
                     archive_index  = toa_dara
                     archive_params = arc_params
                     device = xdevice
                     dialog = xdialog
                     mail_sender     = p_persistent_sender
                     mail_recipient  = p_persistent_recipient
           EXCEPTIONS canceled = 01.
      IF sy-subrc NE 0.
        PERFORM protocol_update USING '142' ekko-ebeln space space space.
        retco = sy-subrc.
        EXIT.
      ENDIF.
    Everything works fine ... problem is i need to send the email to several adresses and also add some as CC: instead of TO: in the email parameters.
    Is this possible?
    As far as i know mail_ricipient only allows one email reference ...
    Please, provide some help.
    Thanks,
    Mário

    LOOP AT <receiver_table>.
                w_email = <receiver_table-mailid.
    *-- Create persistent send request
      send_request = cl_bcs=>create_persistent( ).
    *--Add document to send request
      CALL METHOD send_request->set_document( document ).
    *-- Get sender object
      sender = cl_sapuser_bcs=>create(<Sender mailid / userid ).
    *--Add sender
      CALL METHOD send_request->set_sender
        EXPORTING
          i_sender = sender.
      recipient = cl_cam_address_bcs=>create_internet_address( w_email ).
           RECIPIENT = CL_CAM_ADDRESS_BCS=>CREATE_INTERNET_ADDRESS( P_RECVR ).
    *--Add recipient with its respective attributes to send request
      CALL METHOD send_request->add_recipient
        EXPORTING
          i_recipient = recipient.
    *--set send immediately flag
      send_request->set_send_immediately( 'X' ).
    *--Send document
      CALL METHOD send_request->send( ).
      COMMIT WORK.
    endloop.

  • When I use a simple form, I get this error message "Form communication is configured with an email address of..." and the person's email address did not get sent a message

    I was unable to use the simple form to which I should simply put the email address of the person to whom the form should be sent to.  I get this error message:
    As a result of this, this person did not get any filled form response.  Where did I go wrong and how can fix this.
    Second question, I am using GoDaddy.com account and they have their own set of php form.  If I want to use their php form, where in Adobe muse, can I insert their php?

    Hello Tonchee
    If you are seeing an Apple ID that is not yours, then you have purchased content on your iPad that is tied to that Apple ID. You would need to know that password or remove the content that is associated with that Apple ID.
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Error message re: domain & on either end of email addresses HELP !

    when I take names & email addresses from my Address Book & klik on enter to list as recipient ... some - most - all show up on the "send" listing like this = wayne flaaten < [email protected]>
    then when I get ready to send the email... and hit "SEND" ... a box shows up ... that says something like ...ERROR ...
    wayne flaaten < [email protected] > does not have a domain... and can't be sent without a domain ...
    a few times ... I have been able to go back ... scroll down the list of recipients ... find the < > marks = whatever they are called... and DELETE them... then hit SEND again... and the email will go thru = SENT ....
    NOW... the last 2-3 emails I have tried to send to friends / relatives... ALL = EVERY recipients email address has < > before & after it ?!?!? ... I went thru... ONE-BY-ONE... deleted ALL the < > marks and STILL got the same error message ! = FRUSTRATING !
    note: THIS weird phenom iz TOTALLY new !! = it has happened more & more the past 2 days ...
    What can U do to help fix / end this from happening ?
    What might I need to do to fix it / end this ? -- with my VERY LIMITED knowledge of computers ...
    NOTE: I am NOT a techeee ! = I am about 1 level above Luddite !
    HELLLLLLLLLLP !!!
    PLEEEEZ !!!!
    Tx-a-million ! .... make that TX-A-BILLION !!!
    Wayne Flaaten
    Greenbank, WA
    360-222-3143
    [email protected]

    ''WAYNER1 [[#answer-667712|said]]''
    <blockquote>
    ed-meister,
    I DID contact my service provider ... BEFORE I contacted u / Firefox...
    and I explained this problem to them = just like I did to U / Firefox...
    They (their tech dept.) told me that this problem was NOT in their realm... but that it was a Firefox problem... and that I needed to contact Firefox to find out what was causing it & what to do to fix it.
    Thus... I contacted Firefox & sent the above message = plea for HELLLP !
    Annnd... whatz the difference betwixt Mozilla Thunderbird & Mozilla Firefox ?? = pleeez keep in mind that ... I am almost totaleee ignorant of thingz "techee" ...
    Sooo... what do I need to do now ???
    Tx-a-million !
    Wayne
    </blockquote>

Maybe you are looking for