Oracle DataBase server component is in INVALID in 10.2.0.4

Hi
I took full RMAN backup from production two node RAC system. Production system is in Oracle 10.2.0.3. I tried to restore the backup in another system which is single node system Oracle 10.2.0.4. I restored and recovered database successfully. When I try to do 'alter database open resetlogs' I received following error:
RMAN-03002: failure of alter db command at 11/05/2009 08:39:10
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Then I started database with upgrade option.
SQL> STARTUP UPGRADE
SQL> @?/rdbms/admin/catupgrd.sql
Below shows the invalid objects.
Oracle DataBase server component is in INVALID status
COMP_TIMESTAMP UPGRD_END 2009-11-05 11:16:45
Oracle Database 10.2 Upgrade Status Utility 11-05-2009 11:16:45
Component           Status      Version HH:MM:SS
Oracle Database Server                       INVALID           10.2.0.4.0  00:11:45
JServer JAVA Virtual Machine      VALID      10.2.0.4.0 00:02:01
Oracle XDK           VALID      10.2.0.4.0 00:00:20
Oracle Database Java Packages VALID      10.2.0.4.0 00:00:20
Oracle Text           VALID      10.2.0.4.0 00:00:14
Oracle XML Database      VALID      10.2.0.4.0 00:03:05
Oracle Real Application Clusters             INVALID           10.2.0.4.0  00:00:01
Oracle Workspace Manager      VALID      10.2.0.4.3 00:00:55
Oracle Data Mining      VALID      10.2.0.4.0 00:00:34
OLAP Analytic Workspace      VALID      10.2.0.4.0 00:00:20
OLAP Catalog      VALID      10.2.0.4.0 00:00:55
Oracle OLAP API      VALID      10.2.0.4.0 00:00:41
Oracle interMedia      VALID      10.2.0.4.0 00:06:49
Spatial           VALID      10.2.0.4.0 00:01:45
Oracle Expression Filter      VALID      10.2.0.4.0 00:00:14
Oracle Enterprise Manager      VALID      10.2.0.4.0 00:01:19
Oracle Rule Manager      VALID      10.2.0.4.0 00:00:09
How do I resolve this issue ?

Hi Srini
I did the following steps and could resolve Databas server invalid to valid.
SQL>sqlplus / as sysdba
SQL>drop table plan_table;
SQL>@?/rdbms/admin/utlxplan
SQL>@?/rdbms/admin/prvtspao.plb
SQL>@?/rdbms/admin/utlrp.sql
Oracle Database 10.2 Upgrade Status Utility 11-05-2009 16:41:55
Component Status Version HH:MM:SS
Oracle Database Server                    VALID      10.2.0.4.0  00:12:05
JServer JAVA Virtual Machine VALID 10.2.0.4.0 00:02:09
Oracle XDK VALID 10.2.0.4.0 00:00:20
Oracle Database Java Packages VALID 10.2.0.4.0 00:00:20
Oracle Text VALID 10.2.0.4.0 00:00:14
Oracle XML Database VALID 10.2.0.4.0 00:03:04
Oracle Real Application Clusters        INVALID      10.2.0.4.0  00:00:01
Oracle Workspace Manager VALID 10.2.0.4.3 00:00:59
Oracle Data Mining VALID 10.2.0.4.0 00:00:33
OLAP Analytic Workspace VALID 10.2.0.4.0 00:00:21
OLAP Catalog VALID 10.2.0.4.0 00:00:56
Oracle OLAP API VALID 10.2.0.4.0 00:00:41
Oracle interMedia VALID 10.2.0.4.0 00:06:52
Spatial VALID 10.2.0.4.0 00:01:59
Oracle Expression Filter VALID 10.2.0.4.0 00:00:16
Oracle Enterprise Manager VALID 10.2.0.4.0 00:01:29
Oracle Rule Manager VALID 10.2.0.4.0 00:00:09
Is there any way can resolve ORacle Real Application Cluster Invalid

Similar Messages

  • No Oracle database vault component found in Oracle database 10g software?

    No Oracle Database Vault component found in Oracle database 10g software. Where can I get the Oracle Database Vault software(10g)?

    Database Vault is not a include by default into the database server software. You have to install it in addition of the Database Server Software.
    You can download it from :
    http://www.oracle.com/technology/software/products/database_vault/index.html
    Note, you need to have "Oracle Label Security" and "Oracle Enterprise Manager Console" previously installed in your ORACLE_HOME.
    Find out more in the install doc :
    http://download.oracle.com/docs/cd/B19306_01/install.102/b32492/upgrd.htm
    Nicolas.
    added the doc link
    Edited by: N. Gasparotto on Nov 9, 2008 3:00 PM

  • Oracle Database Control Component Unspecified Vulnerability (CVE-2007-5530)

    Hi experts,
    Recently we are getting some vulnerabilities on one of our server. But we are unable to download and find patches which were mentioned in that.
    Ex:
    Oracle Database Control Component Unspecified Vulnerability (CVE-2007-5530)
    Oracle Database OLAP Component Unspecified Vulnerability (CVE-2008-3997)
    The entire report is showing these patch names, can you please suggest where i have to download these patches. I searched these in metalink but didn't found anything.
    *These are coming on one of our SAP appliation. so i am requesting suggetion here.
    Regards
    Nick Loy

    Nick,
    Check below links.
    http://secunia.com/advisories/cve_reference/CVE-2008-3997/
    http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpujan2009.html
    http://secunia.com/advisories/cve_reference/CVE-2007-5530/
    http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpuoct2007.html
    http://www.juniper.net/security/auto/vulnerabilities/vuln26039.html..
    Hope this helps you.
    Thanks,
    Sushil

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all.
    Currently, i am trying to install patches for portal server.
    The server OS is Sun Solaris 8.
    We are using Oracle9iAS.
    Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server.
    We managed to install the patch, but have problem with the Post Install Action.
    We managed to run
    -ALTER SYSTEM ENABLE RESTRICTED SESSION;
    -@rdbms/admin/catpatch.sql
    -ALTER SYSTEM DISABLE RESTRICTED SESSION;
    -CONNECT / AS SYSDBA
    -update obj$ set status=5 where type#=29 and owner#!=0;
    -commit;
    But, when we come to the next command, which is to shutdown, it gives us like
    this..
    SQL> update obj$ set status=5 where type#=29 and owner#!=0;
    1402 rows updated.
    SQL> commit;
    Commit complete.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01219: database not open: queries allowed on fixed tables/views only
    We tried to startup the database..it gives us this error..
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    So, we tried to shutdown again..
    SQL> shutdown immediate
    ORA-01089: immediate shutdown in progress - no operations are permitted
    I been informed that this is maybe a Database problem related. Any ideas?
    Best Wishes,
    Rushdan Md Saad.

    Patchsets could be obtained (only) from http://metalink.oracle.com
    You need to have valid CSI for access.
    P.S: Sorry Werner, I didn't see you post.
    Message was edited by:
    Ivan Kartik

  • How to access a PDF file from Oracle DATABASE SERVER

    Hi
    I have some pdf files in "\home2\docs" directory in Oracle database server 10g. (OS is Linux) I want to access those pdf files from my client system through Oracle Forms. How is it possible?
    Please Help!!!! It is very urgent !!!
    Expecting fast response!!!!!
    Bye

    hi
    Thank u for ur response.
    Initially i tried to access pdf file from database server. I didn't get any solution for that. So I copied all my pdf files to Application server which is in Linux environment at "/home2/docs" directory.
    I gave the following command for accessing the pdf files kept in Lnux Application Server from Oracle 10g forms in a button press trigger.
    web.show_document('http://192.168.1.53:7779/home2/docs/test.pdf');
    It says "page cannot be found"
    So I copied one of the pdf file named "test.pdf" to "/oracle/oas10g/IasHome/forms90/java" in Linux Application Server . Then the following command
    web.show_document('http://192.168.1.53:7779/forms90/java/test.pdf');
    has opened the the pdf file in browser.
    192.168.1.53 is my Linux Application Server IP. and 7779 is the port.
    Actually we have lacs of pdf files. So i cannot keep all the pdf files in "/oracle/oas10g/IasHome/forms90/java" directory in Linux Application Server. And also all the pdf files not in the same directory , "/home2/docs" some of the pdf files r in the subdirectories of "/home2/docs/" like /home2/docs/sub1, /home2/docs/sub2, /home2/docs/sub3 etc.
    Then how to configure my "/oracle/oas10g/IasHome/forms90/server/forms90.conf" file for retrieving pdf files from "/home2/docs/" and its subdirectories. Is Anything other than this, required for solving my problems.
    Now My PDF files r in LINUX APPLICATION SERVER not in database server.
    Please help!! It is VERY URGENT!!!

  • Software to connect to a Oracle database server.

    Does anyone know of software that enables me to connect to a Oracle database server, and check out the content? Doesn't need to have a gui.
    Orjanp...

    JAVA + JDBC type 4.

  • Where can I get Oracle database server 9i for windows 2003

    Hi,
    I need Oracle Database Server 9i for Windows 2003. From Oracle online download, there is one a patch set available. Where can I get the full version?
    Thanks
    Laura

    Hi, I found the solution. There is no software to direcly install Oracle 9i on Windows 2003. I need to install the software for NT/2000 first, the patch it.
    That's why there is only patchset for 2003 for downloading. See the doc below:
    three installation components required to install
    Oracle9i Database release 2 (9.2.0.3.0) on Windows Server 2003. These three
    installation components must be installed in the order listed. If you are
    migrating a pre-existing Oracle9i database to Windows Server 2003, first
    upgrade the database to the Oracle9i Database release 2 (9.2.0.3.0) patch set
    before upgrading the operating system.
    Obtain the following installation components:
    Oracle9i Database Release 2 (9.2.0.1.0) for Windows
    Oracle Universal Installer release 2.2.0.18.0 for Windows
    Oracle9i Database Release 2 (9.2.0.3.0) Patch Set for Windows

  • How to create connection to cluster of Oracle database server?

    Hi, all!
    I have to create connection to Oracle cluster. How to do that?
    I can make a connection to one server but to cluster ....
    I saw many documents but without any result.

    Hello
    Two servers with oracle database server installed organized as a cluster.
    Both server work in parallel, when one of them stop work the other takes connection automaticaly.
    The connection to the cluster is not usual as a one server.
    I have to specify both servers.Any time i can make a connection to one of them but when he stop work my connection will be broken.
    Because of that the servers work under oracle server software.
    So i can make a connection to one of them and both.
    This is made because it is for production firm with many test computers that work 24/7 and send information to this oracle server.
    So i have to make a connection to the general oracle cluster (the two servers simultaneously).
    I saw some connection strings to do tha written on Visual Basic but i have no idea how to do that in C/C++.
    There is no information about that in the Oracle tutorials and manuals.
    I need this explanation because i make a connection without TNS config file.
    Can you help me?
    I will be very appreciated.

  • Connect to Oracle Database Server.

    how can i connect to Oracle Database Server without Oracle Client?

    user11204430 wrote:
    i don't want to connect with web application.i want to connect desktop application.You want to use an Oracle desktop client, without using a client driver that provides the communication layer between the client and the database server?
    You need to install warp flux capacitors - and not only one, but two. Dual warp flux capacitors.

  • Cannot see "Oracle Database Server" in Data Source in VS2005

    I've installed "ODTwithODAC10202.exe" on my machine. When I'm trying to add connection in server explorer in VS2005, I cannot see the "Oracle Database Server (Oracle ODP.NET)" in Data Source field. However, I try to connect to database with Oracle Explorer, it works.
    Thanks
    Noppadon

    You need to download and install the latest version 11 beta release to take advantage of the latest features, including integration with Server Explorer.

  • Compatibility: Oracle Database Server 10g on SLES 10 64bit

    Greetings,
    Installation of Oracle database 10g Release 2 fails:
    Downloaded from :
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linx8664soft.html
    hro:/new64/database # ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLin
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/Or
    ## Following is the kernel version:
    hro:/new64/database # uname -a
    Linux hro 2.6.16.60-0.21-smp #1 SMP Tue May 6 12:41:02 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux
    Is there a newer release of Oracle database server 10g which supports SLES 10 SP2? A download link would be of great help.
    Thanks,
    Ashutosh

    Some suggestions.
    Edit /etc/SuSE-release to say:
    SUSE Linux Enterprise Server 9 (i586)
    VERSION = 9
    Change it back after Oracle 10.2.0.1 is installed & before applying latest 10.2 patch.
    Install the 'orarun' SLES package. (yast as root - Before Oracle Install)
    I also install 'gvim' 'Gnu C compiler' & ' Sun Java 1.4.2'. (also, yast as root b4 Ora install)
    Then load latest OPatch for 10.2.0.? (Patches are OK with SLES10 in 'release' file)
    Then latest CriticalPatchUpdate.
    I've had a long battle - and won - , getting 15GB SGA's running on 32bit Linux.
    Use 64bit hardware and OS and Oracle if you have a choice. Much simpler.
    Regards, Vin.

  • July 2010 CPU for Oracle Database Server 10.2.0.5

    End of lifecycle for Oracle Database Server 10.2.0.5 is July 2010. If you have Premier Support will you have access to the July 2010 CPU/PSU?

    Why three threads for the same question?

  • Can anyone provide me a link to download Oracle Database Server 8i?

    Can anyone provide me a link to download Oracle Database Server 8i for windows?

    Unless you have the media, I don't think you can download Oracle 8i. Oracle no longer supports it nor do they have it available for download.

  • In TestStand 2.0, will a record be lost if an Oracle database server is down? Can it be written to a file to be entered later?

    I currently have TestStand 2.0 setup to log information to an Oracle 8i server located on a network. Everything works correctly; however, if I lose the network connection, what happens to the database record that is,or would be, created? Is it lost? Can it be saved to a file and entered into the database at a later date?

    TestStand has no built in mechanism for handling a database that is offline. The logging sequence will generate an error if it is unable to write. You could modify the sequence to trap the error, write to a backup file, and then transfer the records when the database is back on line. What we're implementing here is to always write to a local database and an ActiveX component running in the background transfers records to the network database when it is available.

  • High I/O wait observed in Linux based Oracle Database Server

    Hi,
    We have just migrated Oracle Database from Solaris Server to Linux VM [ESX] server.
    We have observed that there is high I/O wait issues while database query is running on Linux VM, which was ideally zero in case of Solaris. The same Database was running with no i/o wait on solaris physical server.
    In the same ref.I would like to below points.
    - Recommendations for running Oracle on VM based Linux.
    - Recommendations from ESX Host side
    Please suggest.

    user558914 wrote:
    We have just migrated Oracle Database from Solaris Server to Linux VM [ESX] server.
    We have observed that there is high I/O wait issues while database query is running on Linux VM, which was ideally zero in case of Solaris. The same Database was running with no i/o wait on solaris physical server.What did you expect? A virtualised I/O subsystem to respond and perform like a real one?
    That would a very unrealistic expectation. And as comparisons go, as sensible as comparing the taste of an apple with the odour of the colour blue.
    Forget about comparisons. Only marketing, sales and the idiot believe the cr@p that introducing several s/w layers between the the target (e.g. sector on spinning rust) and the destination (e.g. Oracle) makea the path between target and destination, faster.
    To optimise the virtualised target, you need to make the path as short as possible. If your virtual disk is for example a file on a cooked file system on the host, then you are introducing the host's complete I/O layer for accessing that virtual drive. If your virtual disk is an actual (raw) partition or drive on the host, then path is faster - passing through the host kernel as direct I/O and bypassing the host's cache and file system drivers.
    I suggest that when you setup your virtualised environment, you do proper stress testing of the various configurations of a virtualised I/O subsystem, using something like fio.

Maybe you are looking for

  • How to e-mail/not e-mail a scheduled report based on records returned

    Hi Everyone, Is there a way that there can be logic performed on a report that has been scheduled and ran before it gets sent via e-mail to the end users?  We have scheduled reports that often end up with 0 records returned but users still get the e-

  • When i Close firefox v29 i get The instruction at "0x61201669" referenced memory at "0x0000000050". The memory could not be "read".

    Hi Team Please help me with this. Error : When i Close firefox v29 i get The instruction at "0x61201669" referenced memory at "0x0000000050". The memory could not be "read". Version : 29 OS : windows 2003 Any suggestions ?

  • Accessing a file without the .xpj

    A former coworker created a project in RoboHelp 8. She is no longer with the company so the project passed to me. For the life of me, I cannot find the .xpj file for this project. Is there a way for me to access this without the xpj? I'm coming up em

  • Oracle-By-Example for Work Flow

    Hello Friends, Is there any OBE series for Oracle Work Flow? Any help would be welcome, as I am totally new to the Workflow, and I could not find any material in the form of a tutorial to get started with the Oracle Workflow. Thanks. Saabir Saifee.

  • Help with a shopping cart idea

    Hi All, I have been asked if I can do a shoppinng cart for a friend and initially I said yea Iknow of some ready made carts out there in ASP .. But I wondered if we could do our own in DW with some extensions? Is this hard or very complex? Id say I w