SP2-0714: invalid combination of STARTUP options

Hi;
I have oracle 9.2.0.8 db on solaris. I am following one document and it mention below step:
SQL> conn / as sysdba
SQL> Shutdown Immediate;
SQL> Startup upgrade;
When i run starup upgrade it through:
SP2-0714: invalid combination of STARTUP options
I have spfile what is that error ? I could not find anything in metalink

SQL> Startup upgrade;
When i run starup upgrade it through:
SP2-0714: invalid combination of STARTUP optionsIn 9i you have to use startup migrate and there do not available upgrade option.
http://download.oracle.com/docs/cd/B10501_01/server.920/a96530/upgrade.htm#1009472
Edited by: Chinar on Oct 25, 2010 2:35 AM

Similar Messages

  • SP2-0306:Invalid option.Usage:CONN[ECT][logon][AS{SYSDBA|SYSOPER}]where log

    Hi
    Anyone can help me with the following error we are getting
    SP2-0306:Invalid option.Usage:CONN[ECT][logon][AS{SYSDBA|SYSOPER}]where<logon>::=<username>[<password>][@<connect_identifier>]|/
    We just upgrated to R12 and the shell script that we run is returning the above error message.
    Below is the script
    # Determine employee ID of send-to
    echo "Determine employee ID of send-to"
    if [ $8 ]
    then
    EID=`echo "${CONNECT} \n
    set heading off \n
    set feedback off \n
    select employee_id from FND_USER where upper(user_name) = '${USRNAME}';" |
    ${ORACLE_HOME}/bin/sqlplus -s`
    echo "CONNECT values " ${CONNECT}
    echo "Connected to DB " $EID
    echo "employee fax "
    # employee fax
    EFAX=${11}`echo "${CONNECT} \n
    set heading off \n
    set feedback off \n
    select fax_number from POS_PO_EMPLOYEE_DETAILS_V where employee_id=${EID};" |
    ${ORACLE_HOME}/bin/sqlplus -s |
    sed s/-//g`%[email protected]
    echo "Employee Fax "$EFAX
    EFAX2=`echo $EFAX|sed s/' '/'%91'/`
    EFAX=$EFAX2
    # employee email
    EEMAIL=`echo "${CONNECT} \n
    set heading off \n
    set feedback off \n
    select email_address from HR_EMPLOYEES_ALL_V where employee_id=${EID};" |
    ${ORACLE_HOME}/bin/sqlplus -s`
    EEMAIL2=`echo $EEMAIL|sed s/' '//g`
    EEMAIL=$EEMAIL2
    echo "Employee Email "$EEMAIL
    fi
    thank you

    I ended up rewriting the shell script and it works fine now
    if [ $8 ]
    then
    EID=`${ORACLE_HOME}/bin/sqlplus -s ${CONNECT} <<EOF
    set heading off;
    set feedback off;
    select employee_id from FND_USER where upper(user_name) = '${USRNAME}';
    exit;
    EOF`
    echo "Connected to DB " $EID
    echo "employee fax "
    # employee fax
    EFAX=${11}`${ORACLE_HOME}/bin/sqlplus -s ${CONNECT} <<EOF
    set heading off;
    set feedback off;
    select replace(fax_number,'-') from POS_PO_EMPLOYEE_DETAILS_V where employee_id=${EID};
    exit;
    EOF`%[email protected]
    echo "Employee Fax "$EFAX
    EFAX2=`echo $EFAX|sed s/' '/'%91'/`
    EFAX=$EFAX2
    # employee email
    EEMAIL=`${ORACLE_HOME}/bin/sqlplus -s ${CONNECT} <<EOF
    set heading off;
    set feedback off;
    select email_address from HR_EMPLOYEES_ALL_V where employee_id=${EID};
    exit;
    EOF`
    EEMAIL2=`echo $EEMAIL|sed s/' '//g`
    EEMAIL=$EEMAIL2
    echo "Employee Email "$EEMAIL
    fi
    thank you for your help!
    Edited by: user618218 on May 20, 2013 2:39 PM

  • BI IP-Characteristic Relationship- invalid combinations are shown

    Dear all,
    we need to create a query ready for input but we need to avoid that the invalid combinations of two characteristic on wors are shown.
    In fact the system presents the inconsistent combination as not editable.
    Could you please suggest how to avoid this?
    Many thanks in advance for help!
    Stefania

    Hi
    the link is ueseful, but I try to explane what we really need.
    We have in the level two chars (ZC1 and ZC2; ZC2 is attribute of ZC1) and here you can see the values
    ZC1               ZC2 
    PREVAI     AI    
    GUASAI     AI    
    PREVBT     BT   
    GUASBT     BT   
    The requiremet is that the user can plan by ZC1 and ZC2, but that he has a total row by ZC2 (not editable).
    That's why I defined a structure on the rows with restrictions for ZC1 and ZC2, according to the master data relationship, and put the structure on the rows.
    I defined a hierarchy for ZC1 where nodes are values of char ZC2 and I set this in the characteristic relationship for the provider. here is the hierarchy.
    AI
        PREVAI
        GUASAI
    BT
        PREVBT
        GUASBT
    The result is that in the best option I see in the query invalid combinations such as BT PREVAI.
    Any suggestion?

  • Invalid combinations of joins involving outer joins

    Hi all, I have the following problem
    Scenario: I created 6 custom folders:
    Tasks (with measures)
    Type
    Criticity
    Status
    Owners
    Assignees
    The first folder is used to retrieve how many tasks (COUNT(tasks)) have a particular type or status or a combination between them, and the others 5 are dimensions.
    I create 6 joins starting always from the dimensions in this way (radio buttons):
    Detail item values always exist in master folder (Typical)
    Outer join on detail
    where the master is always a dimension and the detail is always the custom folder with the measures.
    I put the outer join on the custom folder with the measures because I want to show '0' in case I don't have any record on this folder for a specific attribute on a dimension (the join fails).
    I saw that if I put the outer join on the master (dimensions), when the join fails I don't see at all the information regarding that particular dimension.
    For example
    I select 2 folder: Tasks and Assignee
    join: Tasks.task_id (+) = Assignee.task_id
    Result:
    TASK ASSIGNEE
    10 Mr. A
    20 Mr. B
    30 Mr. C
    0 Mr. D
    Just to make a test, If I change the join on Administrator putting :
    Detail item values might not exist in master folder
    Outer join on master
    ...the result is this
    TASK ASSIGNEE
    10 Mr. A
    20 Mr. B
    30 Mr. C
    ...I don't see the last record.
    The customer asked to see always the record with task =0 (if exists), so I joined all the custom folders as I expalned above, but when I try to link (on Discoverer Plus) more than two tasks I have the following error:
    Invalid combinations of joins involving outer joins
    So, my question is this: how can I avoid this error ? Does it exist any trick or another way to link the custom folders (showing always the records with '0' when the join doesn't retrieve nothing ) ?
    Thanks in advance
    Alex

    Well I will take a stab at answering this. The problem is not knowing what is in your custom folders. Also not knowing the specifics on your Discoverer Join definitions. On something like this you may be better going to Oracle support, since they can start a Web Conference and see exactly what you see, and can check out the various possibilities. All we here can do is make guesses, and the guesses could be wrong.
    You do have to be careful in your join definitions in Discoverer. You have to pick the correct table as the Master table, and the correct table as the Detail table. Mess that up and you can mess yourself up. So my first though is check your join definition. Sounds like you want assigned to be the master table. Then tasks would be the detail table.
    Then you want to pick the option that detail items might not exist in master. Which it looks like you have done.
    Then for the other options, Oracle, in my mind, does the opposite of what I would think to pick. If you pick OUTER JOIN ON DETAIL, that will include the Master items with no detail items. So that is what you need to pick.
    Looks like you did the OUTER JOIN ON MASTER, which means will include detail items with no master. Since you had a master with no detail, it will not show, and that is why the Mr. D does not show.
    I always have to do the help on this because it is opposite of what I would expect - my mind thinks outer join on master should include all masters. Nope, it has to be the outer join on detail to do that.
    The master with no detail will probably show a NULL value in the column for the detail, instead of 0. You could convert the null value to display as a 0.
    Hope this helps a bit. Just remember that I am guessing/speculating on a possible cause.
    John Dickey

  • Startup problem - no startup options

    I've been having numerous problems with my X61 7675-CTO with Win Vista Business and most of them are due to Lenovo's system updates. But this one is a "residue" from when I had my computer sent in for service. Ever since, upon startup I hear three beeps: one long and two short ones. Furthermore, no buttons seem to work while starting the computer - not the blue ThinkVantage button, not F8 (to choose e.g. safe mode) and no other buttons. So when I have problems (which I do...) I cannot start the computer in safe mode, I cannot run Rescue & Recover and I cannot run PC Doctor.
    I have tried everything I can think of, but I really have no clue why these startup options won't work. Will I have to reinstall Windows to get this to work? (I really, really don't want to do that.) Are there any drivers or updates I can apply to alleviate this problem?
    Thanks.

    bananaman wrote:
    Unfortunately, per the Lenovo Secret Beep Decoder Ring, this means a problem with any of:
    System board
    LCD assembly
    DIMM
    Thanks, bananaman, that's real bad news.
    It is "funny," however, that the sounds were there as I got the laptop back from Lenovo's technicians. Obviously, they don't do any testing whatsoever after having "fixed" problems (they replaced the system board). If they did, then wouldn't they have reacted to the beeps?
    I noticed the beeps, but I didn't think much about it until some days ago when I started having BSOD problems and needed to boot in Safe Mode - but that was impossible due to no keys functioning. And now my warranty has expired... Any suggestions of what I can do? I can try calling Lenovo, but I don't think they have ever delivered a solution but to "send it in" - and that is, this time, the cause of the problem...
    Or should I perhaps ignore the beeps and just continue using the computer. I've managed to get rid of the BSODs, so it seems to be working (for now...).

  • If you've changed your startup options on mac to start in windows, how do you fix and go back to mac on startup?

    if you've changed your startup options on mac to start in windows, how do you fix and go back to mac. I can't get my mac to switch back to mac, it is like stuck in widows mode, I have tried holding down the options key upon start up and that did not fix it either.
    Please help! Thank you so much!

    The Apple drivers you install in Windows also puts a Startup Drive icon in the Task Bar. Choose that to change the startup disk back OS X.

  • Workspace Startup Option shows only None

    Hi All,
    I have just installed epm 11.1.2.3. We are using Foundation, Planning, Essbase and Workspace only. After the successful configuration, in Workspace, under Manage Preferences and within the Default Startup Options drop down box i can see only the options 'None'.
    I have configured 'Configure the database' and 'Configure services Framework' under Reporting and Analysis. and started below RAF services too.
    1. Oracle Hyperion Reporting and Analysis Framework - Application Web Java (epmsystem1)
    2. Oracle Hyperion Reporting and Analysis Framework (epmsystem1)
    Can anyone tell me where am i missing..?
    Thanks,

    This is because you haven't created any application or report....
    Have you?
    CHEERS!
    sh!va

  • Command line startup options to Graphical Debugger

    Hi,
    With Workshop 5.0 as well as Forte Developer 6, it was possible to pass a program name at the command line with the -D option. This, in conjunction with an appropriate .dbxrc file, allowed me to invoke Workshop (and Forte Developer 6) from my own script, with the program to be debugged pre-loaded in the debugger window.
    I did not see the "-D" startup option for runide.sh. Is there an alternative way in Sun One Studio to get the functionality offered by the -D option of Workshop and Forte Developer 6?
    Thanks in advance.
    Saby

    Why wouldn't registry switches work for you?
    AFAIK, its the only way you are going to be able to modify the JRE (on Windows). You really need to be able to modify the registry if you want to work with iAS.

  • HLM installation error. Invalid values for --certificates_hostmap option. Specified key Hostname is not valid hdbhost

    Hi everyone,
    I'm installing SAP HANA for the first time and im having troubles when the unified installer gets to the installation of the lifecycle manager. Im getting the following error:
    15:08:33.996 - INFO:   Calling postCheck event handler
    15:08:33.996 - INFO:     Invalid values for --certificates_hostmap option. Specified key 'RCNHANA' is not valid hdbhost
    15:08:33.996 - ERR :     Invalid values for --certificates_hostmap option. Specified key 'RCNHANA' is not valid hdbhost
    15:08:33.997 - ERR :     Cannot execute custom event postCheck: Invalid values for --certificates_hostmap option. Specified key 'hostname' is not valid hdbhost at HLM/Installer/BaseExecutionPlanManager.pm line 90
    Can anyone help me
    Thanks

    Thanks Slds.
    I just re-ran the HLM package using the following procedure:
    1) download SAPHANALM06_0-10012745.SAR
    2) copy SAPHANALM06_0-10012745.SAR to the /tmp/hanainstdir/hlm_install
    3) Ensure SAPHOSTAGENT is above level 149, advisable to update it to the latest level. Level 153 till today.
    4) go to the extracted temp directory and run ./hdbinst
    Just click enter when prompt if you are running single Hana Database.
    SAP HANA Lifecycle Manager Installation kit detected.
    SAP HANA Database Installation Manager - SAP HANA HLM Installation 1.50.00.000000
    Options:
      SAP HANA system ID | Description
      SID                | SAP HANA Database SID 1.00.57.378530
    Enter SAP HANA system ID [SID]:
    Root user password (SSH connectivity):
    Root user SSH key passphrase (SSH connectivity):
    Installation was successful. However, I noticed in the log that this time --certificates_hostmap option was not set to any value at all, but still installation went tru fine.
    Thanks
    Raj

  • How to set the JVM Startup Options?

    Hi,
    I want to know how to set the JVM Startup Options...
    The idea is, I want to test how the remote clients can access an EJB that is running on a different machine... Remote client here means, I have a java client application that runs on one machine and that contacts an EJB thats running on a different machine... I posted this question in J2EE forum and I got this reply...
    If you need to access EJB components that are residing in a remote system other than the system where the application client is being developed, set the values for the Java Virtual Machine startup options:
    jvmarg value = "-Dorg.omg.CORBA.ORBInitialHost=${ORBhost}"
    jvmarg value = "-Dorg.omg.CORBA.ORBInitialPort=${ORBport}"
    Now how to set the JVM Startup Options? I know my server ORBHost Name and the ORBPort..
    Anybody to help !!!
    Thanks in advance,
    Karthik

    java -Dorg.omg.CORBA.ORBInitialHost=${ORBhost} -Dorg.omg.CORBA.ORBInitialPort=${ORBport} <the main class>
    That should do it..

  • SP2-0226: Invalid line number

    How can I look up error codes? Also, does anybody know what this means? It doesn't seem to affect the way the procedure runs.

    How can I look up error codes?http://www.oracle.com/pls/db92/db92.error_search?remark=homepage&prefill=ORA-
    As you can see below, there is no line number 10 in the current SQL buffer to goto.
    hence the error.
    SQL> select
      2  *
      3  from
      4  scott.emp
      5  where
      6  rownum < 10 ;
         EMPNO ENAME      JOB              MGR HIREDATE           SAL       COMM     DEPTNO
          7369 SMITH      CLERK           7902 17-DEC-1980        800                    20
          7499 ALLEN      SALESMAN        7698 20-FEB-1981       1600        300         30
          7521 WARD       SALESMAN        7698 22-FEB-1981       1250        500         30
          7566 JONES      MANAGER         7839 02-APR-1981       2975                    20
          7654 MARTIN     SALESMAN        7698 28-SEP-1981       1250       1400         30
          7698 BLAKE      MANAGER         7839 01-MAY-1981       2850                    30
          7782 CLARK      MANAGER         7839 09-JUN-1981       2450                    10
          7788 SCOTT      ANALYST         7566 19-APR-1987       3000                    20
          7839 KING       PRESIDENT            17-NOV-1981       5000                    10
    9 rows selected.
    SQL> l10
    SP2-0226: Invalid line number
    SQL>Message was edited by:
    Kamal Kishore

  • How to Display "Advanced Startup Options" Menu during Boot (NOT Restart)

    How do I get to the "Advanced Boot Options" menu when booting WSE2012? I currently cannot boot from the system drive, the installation DVD or a bootable USB installation drive since the September 19 Microsoft updates were installed. I cannot
    do a "restart" to get there since I cannot get into WSE2012 at all in the first place. No matter how I boot the system, I can never get past the "logo/progress circle" screen. I want to restore a system backup from before September
    19 but cannot figure out how to do it since I cannot get to the "Advanced Boot Options" screen. I searched through my ASUS UEFI BIOS for an option to restart with the advanced menu displayed but could NOT find any setting for this. I am totally lost.
    How can I do a system restore (i.e., recovery)? Please HELP!
    Denis W. Repke

    I've pretty sure I read that Microsoft removed the "F8" feature in Windows 8 and Windows Server 2012. In any case, I did try "F8" a couple of times on WSE2012, pressing and releasing it numerous times during the boot process, starting well before Windows
    started to load -- and it did NOT do anything.
    I also was amazed that the system would not boot from the WSE2012 installation disk from either of my DVD drives nor from a bootable USB drive containing the install files. Until this incident, I never had a problem booting from a "bootable" DVD or
    USB drive on that server. It is also very easy to bring up the "Boot Menu" from my ASUS UEFI BIOS during the boot from which I can select precisely what boot device I want to use.
    As I explained in detail in my earlier post on this forum, the only way I was able to get to the "Advanced Startup Options" screen was by swapping SATA ports for my system disk which "somehow" caused the next boot to automatically start "Auto-Recovery" mode
    which finally allowed me to get to the "Advanced Startup Options" screen and recover the system files from an earlier date. After doing this, the system rebooted without issues. After booting, I ran a set of backups after using Windows Update. Then, I powered
    down,"unswapped" the SATA ports and rebooted. No problems.
    This was all very weird and frustrating. I still cannot believe that there is apparently no way to "directly" get to the "Advanced Startup Options" screen during a hard boot. If there was, recovery would have been simple instead of several days of frustration
    with a "dead" home server.
    Denis W. Repke

  • Invalid combination of Sales org,document type,division

    Hi Gurus,
    I entered sales area in the salles area header but when when i am entering customer it is saying
    "Invalid combination of Sales org,document type,division "
    Can anybody tell the reason of it.

    Ensure that both the material code and customer code are created in the same sales area.  To check this, go to MM02, key in the material code, select any sales view and check in which sales area, the material has been created.  Similarly, go to XD02, key in the customer code and below you can see a tab "Customer sales area".  Click that so that you can see in which sales area, the customer has been created.
    thanks
    G. Lakshmipathi

  • Invalid combination of joins

    Hi all
    When a report is executed in discoverer desktop 9i it runs perfectly whereas in 10g desktop it gives 'Invalid combination of joins with different join keys - Query cannot be resolved'.
    Database, EUL are same.
    Can anyone help.
    Prasath.

    FYI.
    Mentioned prob is resolved by selecting Disable fan-trap detection in Advanced tab.
    Prasath.

  • When one FF profile is open, and user clicks another FF icon, system wont popup the profile manager. The "Dont ask at Startup" option is unchecked. Issue is seen in Windows 7 Enterprise edition

    I am using FF 3.6.12 and had created several profiles. When i launched FF, then at first time Profile Manager pops-up and ask for profile to choose.
    Then Once i have selected a profile, FF launches.
    Then again i try to launch the FF, but then system opens the same profile again n again. No Profile manager pops-up.
    The "Dont ask at Startup" option is unchecked. Issue is seen in Windows 7 Enterprise edition

    See http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile

Maybe you are looking for

  • Automatic Antivirus Remediation in Posture

    Hi All, I have configured ISE (1.2) to check Antivirus Installation on endpoints and it is working flawlessly. Now, the client wants, 1) If Antivirus is not updated on endpoint for more than 5 days; it should be considered as "non-compliant" and as a

  • Increasing Music Storage Setting?

    Hi, I've had my nano for about 6 months or so... it's a 1gb one. I was wondering if you can increase the settings of the music storage settings since you can only utilize 217Mb... 892.5Mb free space. I would like to use the free space with songs/mp3s

  • Need the Logic for this Prg issue Pls

    Hi Friends, i have an urgent requirement.. i am develop the report that is : Based on Selction Critirea kunnr(knvv-kunnr) i want Delete the          Internet mail (SMTP) address FROM ADR6-MTP_ADDR AND Teletex number FROM ADR4-TTX_NUMBER.. USING TABLE

  • WAAS-CIFSAO Error replying to client

    I observe these WAAS CIFS errors on wae devices in my network. Can you please throw some light on when these errors occur and their effect. Jun 14 11:52:53 waas-hou1.hou.shaw.net 2011 Jun 14 11: java: %WAAS-CIFSAO-3-131207: (965197) Error replying t

  • Mac Pro 12 core freezing on Mountain Lion

    My Mac Pro freezes intermittently while using different types of applications.. This started after updating to Mountain Lion. Why :(?