Oracle 10g 2 - 10.2.0.2 Patch seti without instance

Hi,
I'm installing Oracle 10g 2 - 10.2.0.2.
I installed base release 10g 2 and then i have installed the patch set 10.2.0.2 (Linux x86).
It's a new installation, so there isn't an instance.
When i use dbca to create the DB i receive the error
ORA-01092: ORACLE instance terminated. Disconnection forced.
So i think i should execute catupgrd.sql like described in readme of patch, but if there ins't an instance, how could i connect to the db as sysdba?
Thanks!

If you don't currently have any database, then you don't need to run the catupgrade script, this is meant only for databases so the data dictionary is upgraded on an individual basis. Just ensure you have properly applied the patchset against the right Oracle Home and ensure your environment variables are properly set.
~ Madrid

Similar Messages

  • Oracle 9.2.0.3.0 patch set for windows - questions

    Hi!
    I have for that some questions. I have oracle 9.2.0.1.0 on a windows 2003 server running with one local database - no real apllication cluster.
    I don't understand which instructions I have to make for oracle upgrade?
    Must I also make the 3. instruction? Connect to databse prior and drop?
    Must I also make the post install action for my database?
    (startup migrate ...)
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?
    Thanks for help!
    1. When applying this patchset on Windows NT, XP or Windows 2000, you must log onto the system as a user with Administrative privileges
    (e.g. as a user which is a member of the local Administrators group).
    2. Unzip the downloaded patch set file into a new directory.
    3. Drop the xmlconcat function by running the following commands:
    drop public synonym xmlconcat;
    drop function xmlconcat;
    4. Shut down any existing Oracle Server instances in the ORACLE_HOME to be patched with normal or immediate priority. i.e.: Shutdown all instances (cleanly). Stop the database services, and stop all listener, agent and other Oracle processes running in or against the ORACLE_HOME to be installed into.
    5. Perform the following pre-install steps for Real Application Clusters (RAC) enviroments only:
    IN ADDITION TO STOPPING ALL ORACLE SERVICES IN THE ORACLE_HOME TO BE UPGRADED:
    If you are running in a RAC enviroment, stop the following Windows service(s)/devices(s) using the Net Stop command:
    Stop the Windows service named "OracleGSDService"
    Stop the Windows service named "OracleCMService9i".
    Stop the Windows device named "OraFenceService" (This Device does NOT show up as a Service in the Control Panel).
    For Example:
    C:\>net stop OracleGSDService
    C:\>net stop OracleCMService9i
    C:\>net stop OraFenceService
    Once the above steps have been performed on all the nodes of the cluster, you should then be able to upgrade the OSD components to the 9.2.0.3 versions. This can be accomplished by...
    xcopy all the files in the \Disk1\preinstall_rac\osd\*.* directory to the directory in which the OSD components were originally installed on all nodes(typically %SystemRoot%\system32\osd9i).
    Note: You may also be able to look in HKEY_LOCAL_MACHINE\Software\Oracle\OSD9i registry key to determine the directory in which the original OSD components were installed. Now the OSD components can be restarted on all the nodes in the cluster.
    C:\>net start OraFenceService
    C:\>net start OracleCMService9i
    C:\>net start OracleGSDService
    After all of the above steps have been completed on all the nodes of the cluster, you are now ready to proceed with the Oracle 9.2.0.3.0 patchset installation.
    6. Start the installer:
    If the current Installer version is less than 2.2.0.18.0 then download the Installer 2.2.0.18.0 from Oracle Metalink where it can be accessed with the bug number 2878462 and choosing the MS Windows NT/2000 Server platform, then run the setup.exe 2.2.0.18.0 from the C:\Program Files\Oracle\oui\install directory .
    7. You may install the Patch Set through either an interactive or a silent installation.
    To perform an interactive installation using the Oracle Universal Installer graphical interface:
    1. Start the installer from the newly installed OUI 2.2.0.18.0 by running the version of setup.exe located at C:\Program Files\Oracle\oui\install and verify
    that the version of the OUI GUI is 2.2.0.18.0 before proceeding.
    2. Follow the steps given below within the installer:
    1. On the Welcome screen, click the Next button. This will display the File Locations screen.
    2. Click the Browse button for the Source... entry field and navigate to the stage directory where you unpacked
    the Patch Set tar file.
    3. Select the products.jar file. Click the Next button
    The products file will be read and the installer will load the product definitions.
    The products to be loaded will be displayed (verify ORACLE_HOME setting for this first).
    4. Verify the products listed and then click on the Install button.
    5. Once the installation has completed successfully, it will display End of Installation. Click on Exit and confirm
    to exit the installer.
    To perform a silent installation requiring no user intervention:
    1. Copy the response file template provided in the response directory where you unpacked the Patch
    Set tar file.
    2. Edit the values for all fields labeled as "<Value Required>" according to the comments and examples
    in the template.
    3. From the unzipped patchset installation area, start the installer by running the setup executable passing
    as the last argument the full path of the response file template you have edited locally with your own
    value of ORACLE_HOME and FROM_LOCATION:
    setup.exe -silent -responseFile <full_path_to_your_response_file>
    Post Install Actions
    Execute these "Post Install Actions" only if you have one or more databases associated to the upgraded $ORACLE_HOME.
    Important Notes
    1: Java VM and XML DB Requirements
    Users who have JVM (Java enabled) or JVM and XDB installed on their 9.2.0.1 databases should make sure that the init.ora parameters shared_pool_size and java_pool_size are each 150 MB or more before running the catpatch.sql upgrade script. Failure to do so could result in an unrecoverable memory failure during running of the script. Please note that JVM and XML DB was shipped as part of the default 9.2.0.1 seed database and will be present unless the user explicitly installed a 9.2.0.1 instance without them.
    2: SYSTEM table space
    If you have JServer installed in the database, you should check to be sure there is at least 10M of free space in the SYSTEM table space before running these actions.
    3: Installing on Cluster Databases
    If you are applying this patch set to a cluster database, then set the CLUSTER_DATABASE initialization parameter to false. After the post-install actions are completed, you must set this initialization parameter back to true.
    To complete the installation of this patch set, you need to start up each database associated with the upgraded $ORACLE_HOME, start the database listener (e.g., lsnrctl start), login using SQL*Plus (e.g., sqlplus "/ as sysdba"), and run the following commands/scripts in order from $ORACLE_HOME within a MIGRATE session. If you are using the OLAP option, make sure that the database listener is up.
    startup migrate
    spool patch.log
    @rdbms/admin/catpatch.sql
    spool off
    Review the patch.log file for errors and re-run the catpatch script after correcting any problems
    shutdown
    startup
    This step is optional - it will recompile all invalid PL/SQL packages now rather than when accessed for the first time - you can also use utlrcmp.sql to parallelize this in multiprocessor machines:
    @rdbms/admin/utlrp.sql
    Execute the following if you use Oracle OLAP option:
    alter user olapsys identified by <password> account unlock
    connect olapsys/<password>
    @cwmlite/admin/cwm2awmd.sql
    exit
    Execute the following script only if you have version 9.2.0.1.0 of Oracle Internet Directory installed in your ORACLE_HOME. Make sure that the database and database listener are running and that all parameters are specified prior to running the script:
    $ORACLE_HOME/bin/oidpatchca.bat
    -connect <Connect String>
    -lsnrport <Listener Port>
    -systempwd <SYSTEM Password>
    -odspwd <ODS Password>
    -sudn <Super-User DN>
    -supwd <Super-User Password>
    -dippwd <Password to register DIP Server>
    Where:
    connect - Database connect string
    lsnrport - Database Listener port
    systempwd - Password of the database 'SYSTEM' user
    odspwd - Password of the database 'ODS' user
    sudn - Super-user DN
    supwd - Super-user Password
    dippwd - New password to register Directory Integration Server. This password must conform to the password policy in the OID server
    Execute the following steps only is you are using the RMAN catalog.:
    rman catalog <user/passwd@alias>
    upgrade catalog;
    upgrade catalog;

    I don't understand which instructions I have to make for oracle upgrade?
    -- You have to follow all the instructions mentioned
    (Just check for few if's for Cluster enabled, OID and OLAP databases. Perform these steps only if they apply)
    Must I also make the 3. instruction? Connect to databse prior and drop?
    -- Yes you should do
    Must I also make the post install action for my database?
    (startup migrate ...)
    -- Yes. Do run catpatch.sql .
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    -- In this step make sure you do step 1
    1: Java VM and XML DB Requirements
    Otherwise catpatch.sql will fail.
    Do 2 and 3 only if applicable
    Chandar
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?

  • Oracle Process Manager gone after applying patch set 10.1.3.4.0

    Hi everyone,
    I downloaded the patch set 10.1.3.4.0 from [http://www.oracle.com/technology/software/products/ias/htdocs/101310.html] and intalled it on my machine but after the installation finished, I found problem in runing Oracle Process Manaer Console. When I try to login, it redirects to DomainPickup.jsp and after entering oc4jadmin id and password below message appears: No domains accessible to the user logged in.
    When I click on Goto BPEL Admin and try to create a new domain, it does not accept "default" as domain id: it says "Domain already exists." when I give different name, it shows this error:
    Exception
    Operation failed because:
    Domain creation error.
    An exception occurred while attempting to create the domain "sample" at path "c:\oracle10gR1\product\10.1.3.1\OracleAS_1\bpel\domains\sample". The exception reported is:
    I was using SOA suite 10.1.3.0 and it was working properly before upgrade. Now, I can see the version of BPEL Console has changed to 10.1.3.4.0 and still I can login to Enterprise Manager and ESB conole properly but I missed BPEL Console somehow.
    I ran the setup from patch set and selected the Oracle Home for my soa suite 10.1.3.0 and continue the rest of installation. I don't know where I did mistake.
    I will appeciate if someone can help me to fix this problem. I could not found any note for applying this patch on download page too.
    Thanks
    Esfand

    This forum is for 11g. Try asking your question on the SOA Suite forum here
    SOA Suite
    Heidi.

  • Download Patch Set without Oracle Support Identifier

    How do you download the Patch Set under the developer licences. I don't have a Oracle support identifier.
    The relevance of this question is, when you have 4.2 on an Oracle Express instance how do you upgrade it to 4.2.1
    Can the 4.2.1 full download be used?
    Thanks
    Edited by: into-oracle on Mar 17, 2013 8:57 PM

    Hi,
    The developer base volume and software application user volumes have to be miles apart. :-)
    And commercial reality I expect will come from the user volume base (as in users using software built by developers).
    It is the era of .99cent apps and that model is effective when you have large consumption. How about all forum users have a registration fee of $2.00? :-)
    Anyway's the current scenario is not increasing take-up :-)
    e.g. Developer downloads express edition, this comes with a version of apex. Along comes new apex version. Now what is the upgrade path to try/test the new features.
    Keep in mind release cycles are shorter nowadays.
    We live in the era of VM's now.
    I want to be making 1 steps forward (upgrade apex) not 2 step back(export applications and misc, un-install apex) and then 2 steps forward (install apex, import applications and misc).
    Regards

  • Oracle 10g - Cross-Platform Transportable Database (with or without RMAN?)

    Hello guys,
    i am currently on a project for migrating oracle databases from one platform to another platform (both platforms are on the same endianess):
    -> From Linux 64-Bit to Windows 64-Bit
    -> From HP-UX 64-Bit to AIX 64-Bit
    All databases are on Oracle 10g (10.2.0.4) and i have tested two different ways:
    1) The "official" way with RMAN CONVERT DATABASE
    http://youngcow.net/doc/oracle10g/backup.102/b14191/dbxptrn002.htm#CHDEEEAG
    2) "Copy & Paste"
    - Copy & Paste of the database files
    - Recreate controlfile manually on target platform (with help of "backup controlfile to trace" on source platform)
    Both ways are working well and the migrated test databases are running fine.
    Now i am wondering why there is a "RMAN CONVERT DATABASE" command, if it possible to copy and paste the data files and perform two steps manually afterwards.
    The "RMAN CONVERT DATABASE" is time consuming and you still need to copy the RMAN output files to the target platform.
    Is there any special reason, why you need the "RMAN CONVERT DATABASE"? Does the "RMAN CONVERT DATABASE" change some things in the database files internally?
    Thanks and Regards

    Hello,
    Anurag Tibrewal wrote:
    If the source platform and the target platform are of different endianness, then an additional step must be done on either the source or target platform to convert the tablespace being transported to the target format. Of course .. in this case you can not use the "Cross-Platform Transportable Database" - you have to use the "Cross-Platform Tranportable Tablespace" (with RMAN CONVERT DATAFILE or TABLESPACE).
    Anurag Tibrewal wrote:
    If they are of the same endianness, then no conversion is necessary and tablespaces can be transported as if they were on the same platform.Yes, but oracle provides this with RMAN and the command "RMAN CONVERT DATABASE" .. as i already wrote i have already performed the two ways "RMAN CONVERT DATABASE" and "just copy & paste" and both are working fine.
    So my question is if there is any special case in which you should use the RMAN way with "RMAN CONVERT DATABASE" instead of just "copy & paste" if you stay on the same endianness?
    Thanks and Regards

  • After oracle 10.2.0.1.0 patch set 10.2.0.4.0,It does not work

    Hi,ALL
    After I set patch on oracle 10.2.0.1.0,update to 10.2.0.4.0,it does not wrk at all. Error as below
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    When startup upgrade execute till to Redo Buffers ,it stopped.
    I want to konow why startup upgrade stop ?
    How can connect to orcale instance?
    SQL> conn sys/system as sysdba
    SQL> startup upgrade
    Total System Global Area 167772160 bytes
    Fixed Size 1295608 bytes
    Variable Size 96471816 bytes
    Database Buffers 62914560 bytes
    Redo Buffers 7090176 bytes

    Thanks!
    Fri Jun 11 14:22:23 2010
    ORACLE V10.2.0.4.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:627M/1022M, Ph+PgF:1014M/1691M, VA:1925M/2047M
    Fri Jun 11 14:22:23 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
    processes = 150
    __shared_pool_size = 71303168
    __large_pool_size = 4194304
    __java_pool_size = 20971520
    __streams_pool_size = 0
    spfile = D:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEORACLE10.ORA
    sga_target = 167772160
    control_files = D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORACLE10\CONTROL01.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORACLE10\CONTROL02.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORACLE10\CONTROL03.CTL
    db_block_size = 8192
    __db_cache_size = 62914560
    compatible = 10.2.0.1.0
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = D:\oracle\product\10.2.0/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS2
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=oracle10XDB)
    job_queue_processes = 10
    audit_file_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORACLE10\ADUMP
    background_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORACLE10\BDUMP
    user_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORACLE10\UDUMP
    core_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORACLE10\CDUMP
    db_name = oracle10
    open_cursors = 300
    blank_trimming = TRUE
    pga_aggregate_target = 16777216
    PMON started with pid=2, OS id=2616
    PSP0 started with pid=3, OS id=2884
    MMAN started with pid=4, OS id=3040
    DBW0 started with pid=5, OS id=760
    LGWR started with pid=6, OS id=3900
    CKPT started with pid=7, OS id=4880
    SMON started with pid=8, OS id=3072
    RECO started with pid=9, OS id=3144
    CJQ0 started with pid=10, OS id=1664
    MMON started with pid=11, OS id=2156
    Fri Jun 11 14:22:25 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=3224
    Fri Jun 11 14:22:25 2010
    starting up 1 shared server(s) ...
    Fri Jun 11 14:22:25 2010
    alter database mount exclusive
    Fri Jun 11 14:22:30 2010
    Setting recovery target incarnation to 2
    Fri Jun 11 14:22:31 2010
    Successful mount of redo thread 1, with mount id 2453315617
    Fri Jun 11 14:22:31 2010
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Fri Jun 11 14:22:31 2010
    alter database open
    Fri Jun 11 14:22:31 2010
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Fri Jun 11 14:22:32 2010
    Started redo scan
    Fri Jun 11 14:22:33 2010
    Completed redo scan
    1 redo blocks read, 0 data blocks need recovery
    Fri Jun 11 14:22:33 2010
    Started redo application at
    Thread 1: logseq 884, block 2, scn 12004491273
    Fri Jun 11 14:22:33 2010
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 884 Reading mem 0
    Mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORACLE10\REDO01.LOG
    Fri Jun 11 14:22:33 2010
    Completed redo application
    Fri Jun 11 14:22:33 2010
    Completed crash recovery at
    Thread 1: logseq 884, block 3, scn 12004511275
    0 data blocks read, 0 data blocks written, 1 redo blocks read
    Fri Jun 11 14:22:35 2010
    Thread 1 advanced to log sequence 885 (thread open)
    Thread 1 opened at log sequence 885
    Current log# 2 seq# 885 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORACLE10\REDO02.LOG
    Successful open of redo thread 1
    Fri Jun 11 14:22:35 2010
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Fri Jun 11 14:22:35 2010
    SMON: enabling cache recovery
    Fri Jun 11 14:22:37 2010
    Errors in file d:\oracle\product\10.2.0\admin\oracle10\udump\oracle10_ora_5440.trc:
    ORA-00704: ????????
    ORA-39700: ??? UPGRADE ???????
    Fri Jun 11 14:22:37 2010
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Fri Jun 11 14:22:37 2010
    Errors in file d:\oracle\product\10.2.0\admin\oracle10\bdump\oracle10_lgwr_3900.trc:
    ORA-00704: bootstrap process failure
    Fri Jun 11 14:22:37 2010
    Errors in file d:\oracle\product\10.2.0\admin\oracle10\bdump\oracle10_dbw0_760.trc:
    ORA-00704: bootstrap process failure
    Fri Jun 11 14:22:37 2010
    Errors in file d:\oracle\product\10.2.0\admin\oracle10\bdump\oracle10_ckpt_4880.trc:
    ORA-00704: bootstrap process failure
    Fri Jun 11 14:22:37 2010
    Errors in file d:\oracle\product\10.2.0\admin\oracle10\bdump\oracle10_pmon_2616.trc:
    ORA-00704: bootstrap process failure
    Fri Jun 11 14:22:37 2010
    Errors in file d:\oracle\product\10.2.0\admin\oracle10\bdump\oracle10_reco_3144.trc:
    ORA-00704: bootstrap process failure
    Fri Jun 11 14:22:37 2010
    Errors in file d:\oracle\product\10.2.0\admin\oracle10\bdump\oracle10_smon_3072.trc:
    ORA-00704: bootstrap process failure
    Fri Jun 11 14:22:40 2010
    Errors in file d:\oracle\product\10.2.0\admin\oracle10\bdump\oracle10_psp0_2884.trc:
    ORA-00704: bootstrap process failure
    Fri Jun 11 14:22:41 2010
    Errors in file d:\oracle\product\10.2.0\admin\oracle10\bdump\oracle10_mman_3040.trc:
    ORA-00704: bootstrap process failure
    Instance terminated by USER, pid = 5440
    ORA-1092 signalled during: alter database open...
    Fri Jun 11 14:22:43 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
    processes = 150
    __shared_pool_size = 71303168
    __large_pool_size = 4194304
    __java_pool_size = 20971520
    __streams_pool_size = 0
    spfile = D:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEORACLE10.ORA
    sga_target = 167772160
    control_files = D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORACLE10\CONTROL01.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORACLE10\CONTROL02.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORACLE10\CONTROL03.CTL
    db_block_size = 8192
    __db_cache_size = 62914560
    compatible = 10.2.0.1.0
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = D:\oracle\product\10.2.0/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS2
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=oracle10XDB)
    job_queue_processes = 10
    audit_file_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORACLE10\ADUMP
    background_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORACLE10\BDUMP
    user_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORACLE10\UDUMP
    core_dump_dest = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORACLE10\CDUMP
    db_name = oracle10
    open_cursors = 300
    blank_trimming = TRUE
    pga_aggregate_target = 16777216
    PMON started with pid=2, OS id=5088
    PSP0 started with pid=3, OS id=5092
    MMAN started with pid=4, OS id=4748
    DBW0 started with pid=5, OS id=5468
    LGWR started with pid=6, OS id=1240
    CKPT started with pid=7, OS id=5024
    SMON started with pid=8, OS id=2464
    RECO started with pid=9, OS id=5676
    CJQ0 started with pid=10, OS id=5100
    MMON started with pid=11, OS id=4832
    Fri Jun 11 14:22:44 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=5104
    Fri Jun 11 14:22:44 2010
    starting up 1 shared server(s) ...
    Fri Jun 11 14:22:44 2010
    ALTER DATABASE MOUNT

  • Need Patch 10089559: ORACLE 10G 10.1.0.5 PATCH 40 BUG FOR WINDOWS 32

    Can't download the patch anymore. This is for the Infastrucrure database that Grid Control Uses 10.2.0.4.
    I already upgraded the database to 10.2.0.4 to a separate home
    But, Grid still thinks there is a database on the Grid Home, where the Database used to be in. I even tried deinstall the Database Portion from the OMS home but no dice. Oracle can't give me a workaround. So I always have to install patches to the OMS Home from 10.1.0.5 database, even though it hardly patches any files.
    Otherwise I see a home in the console using 10.1.0.5 needing this patch when I glance at the Grid EM Console.
    I tried editing the comps.xml file but it is too tricky.
    Thanks.

    Have you removed the related Targets from Grid Control?

  • Oracle 11g R2 - 64 bit latest patch sets and patch list

    Hi..
    I have installed oracle 11g R2 64 bit on top of windows server 2008 R2 64 bit enterprise edition...
    I want to install patch on oracle 11g database, please let me which is latest patch level need to be install?
    Rgards
    ananda

    982442 wrote:
    Go to https://support.oracle.com - Need to create another account for login or same account can be use to login?
    To use My Oracle Support, you must create a My Oracle Support account. And to know more about registering and accessing MOS, Use the below link.
    http://docs.oracle.com/cd/E25290_01/doc.60/e25224/registration.htm#MOSHP101
    HTH..

  • URGENT- Apply OracleAS 10g Release 3 (10.1.3.0) Patch Set 5 (10.1.3.5.0)

    Hi friend;
    I had one urgent issue. I am following Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12 [ID 454811.1]
    I had one issue and i restart to installation but on OUI screen i have,
    There are no patches that need to applied from the patchsert Oracle application Server Patchset 10.1.3.5
    I dont have oraInventory and i followed :
    How to Create a Clean oraInventory in Release 12 [ID 834894.1]
    My oraInventory which i created its shows:
    inventory_loc=/etc/oraInventory
    inst_group=dba
    Any one has idea?
    Regard
    Helios
    Edited by: Helios- Gunes EROL on Jul 13, 2010 5:57 PM

    You say you have 10.1.3.0 and your message says "There are no patches that need to applied from the patchset Oracle application Server Patchset *10.2.3.5*"
    You can't patch 10.1.2 with a 10.1.3.
    are you sure you have the appropriated patch?

  • Regarding MOSD 454811.1 ( Upgrading OracleAS 10g Forms and Reports in Oracl

    I Installed R12.1.1 and now upgrading it to 12.1.3. I am following document 1080973.1.
    As per MOSD 1080973.1, We need to upgrade Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12.
    Currently Version is 10.1.2.3 and in the document it's written that after applying all the patches, Chk that version should be 10.1.2.3
    Do I really need 10G AS form & report upgradation ?

    Hi..10.1.3.X is for IAS ORACLE HOME. I am asking about FORMS & REPORT HOMESorry, I got confused with your line --> "As per MOSD 1080973.1, We need to upgrade Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12. "
    Currently Version is 10.1.2.3 and in the document it's written that after applying all the patches, Chk that version should be 10.1.2.3
    Do I really need 10G AS form & report upgradation ?Yes, you need it. As mentioned in the doc "If customers are already on 10.1.2.3.0, follow instructions in Step 3.2 to apply the bundle patch.".
    Thanks,
    Hussein

  • Install oracle 10g on solaris 9 platform without setting noexec_user_stack

    Hi,
    I'd like install oracle 10g software on solaris 2.9 platform without setting noexec_user_stack parameter to 1.
    The problem is that i need install software before, for migrating product environment.
    I can write /etc/system file but i can't reboot system until several days.
    I will not start migration process until i reboot the system and parameter definitely set.
    Do you know if we will can have any kind of problem???
    Thanks in advance.

    Thanks for your answer FZheng. But i will just install software. I will not start any oracle 10g process until i reboot the machine.
    I think that oracle software installacion should not be affected. Do you know if this parameter affect to compile softwere during OUI wizard progress???.
    Before going on migration process and start database i will sure that this parameter is correctly fixed.
    PD.: I couldn't read metalink reference that you've suggested becouse my metalink account have problem access in this momment. During all day i've been reeding metalinks docs without any problem until this momment, bad luck.
    In test environment i've installed oracle without this parameter and i've never had any problem. But this installation is more important than others becouse i ask you in this specialist forum.
    Thanks again !!!

  • Oracle 10G support for both Cyrillic and Western European Character Sets

    Dear all,
    Our DB currently supports western EU characters sets but we need to also support Russian Characters.
    Is there a common character set for both? or some trick that does the job?
    Thanks.
    DB: Oracle 10G R2
    OS: Linux
    Current Char Set:
    NLS_CHARACTERSET     WE8ISO8859P1
    NLS_CALENDAR     GREGORIAN
    NLS_NCHAR_CHARACTERSET     AL16UTF16

    AL32UTF8 will always do the job.
    CL8ISO8859P5
    CL8MSWIN1251
    could to the job according to http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/applocaledata.htm#sthref1960.
    Edited by: P. Forstmann on 9 août 2011 17:41

  • In Oracle 10g global support system,I set parameter of NLS_DATE_FORMAT.(98)

    In Oracle 10g global support system,I have set parameter of NLS_DATE_FORMAT.I am wondering about that whether it could affect the default value of NLS_TIMESTAMP_FORMAT?
    Message was edited by:
    frank.qian

    test@ORCL> select sysdate from dual;
    SYSDATE
    24-NOV-06
    Elapsed: 00:00:00.00
    test@ORCL> DECLARE
      2     checkout TIMESTAMP(3);
      3  BEGIN
      4     checkout := '22-JUN-2004 07:48:53.275';
      5     DBMS_OUTPUT.PUT_LINE( TO_CHAR(checkout));
      6  END;
      7  /
    22-JUN-04 07.48.53.275 AM
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    test@ORCL> alter session set nls_date_format="MM/DD/YYYY";
    Session altered.
    Elapsed: 00:00:00.00
    test@ORCL> select sysdate from dual;
    SYSDATE
    11/24/2006
    Elapsed: 00:00:00.00
    test@ORCL> DECLARE
      2     checkout TIMESTAMP(3);
      3  BEGIN
      4     checkout := '22-JUN-2004 07:48:53.275';
      5     DBMS_OUTPUT.PUT_LINE( TO_CHAR(checkout));
      6  END;
      7  /
    22-JUN-04 07.48.53.275 AM
    PL/SQL procedure successfully completed.
    test@ORCL> alter session set NLS_TIMESTAMP_FORMAT = 'DD/MM/YYYY HH:MI:SS.FF';
    Session altered.
    Elapsed: 00:00:00.00
    test@ORCL> DECLARE
      2     checkout TIMESTAMP(3);
      3  BEGIN
      4     checkout := '22-JUN-2004 07:48:53.275';
      5     DBMS_OUTPUT.PUT_LINE( TO_CHAR(checkout));
      6  END;
      7  /
    22/06/2004 07:48:53.275
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    test@ORCL>
    test@ORCL>

  • Setting of ICONS in Oracle 10G Application Server

    Hi...
    I'm facing a problem of Icons which are not displayed at run time.
    I'm using Oracle 10G Application Server.
    plz tell what setting should i do.
    its urgent.
    Thanks & Regards
    Sanjeev Kumar

    1 did u put the icon file in the forms folder in IAS?
    2 Are you able to access the icon if u directly enter the icon value ?
    http://www.Alexyscorp.com/myicon.gif
    if its not port 80 enter the port
    3 In the httpd.conf file whats the root directory ? Try putting the icon there
    Best Regards
    Rajesh Alex
    Message was edited by: Rajesh Alex
    Alex(AlexysCorp)

  • Oracle 10.2.04 server patch set

    where can I find oracle 10.2.0.4 server patch set for Linux 32 bit to download? thanks

    Patchsets are always downloaded from Metalink (http://metalink.oracle.com). Assuming, of course, that you have a support contract.
    I didn't think 10.2.0.4 was available yet, but perhaps I just missed the memo.
    Justin

Maybe you are looking for

  • IPad and Itunes Issue..please help

    Hi- i suddenly found yesterday that none of my apps in IPAD are working. And Itunes from my laptop disappeared. i tried to reinstall but it gives an error message of invalid E:\ drive. What could be the issue.Secondly is it possible that without sync

  • Programs won't recognize Zen Mi

    I've been looking around the forums and found nothing that worked or helped, so I decided to ask for help. My Zen is recognized by the computer and is recognized in the Device Manager under 'Windows Portable Devices' as an 'MTP Device' (Even then, it

  • Aggreated Invoice Statistical posting

    Hi Experts, This question is related to Aggregated invoice posting in a deregulated scenario. People familiar with this scenario will know that, Individual invoices are first posted to end customer contract account and then aggregated posting is made

  • Initially opening a stand alone applicatio​n not in run mode.

    When opening a stand alone application for the first time, how can I not have it automatically start in run mode?  I want the user to click the white arrow first to start the program.  Are there any ways to get around this?  Thanks!! Solved! Go to So

  • Any updated Sw of c2-03 for Pakistan???

    hi, can anyone tell me, from where i can get my updated sw of c2-03 for Pakistan? if not launched then when it will be launched??? Regards, Rameez