Error Analysis on two 10 Gb databases created in Oracle 11g RAC

Source: Internet
Author: User

In the clusterware and asm environments of Oracle 11g R2, we will run the Oracle 10g rdbms environment for the purpose of upgrading or migrating data. When using a 10 Gb rdbms to create a database, you must make some adjustments in advance. Otherwise, such problems may occur.

Error 1: When the ASM storage is selected, dbca cannot start the configured asm instance;

The error message is as follows:

"DBCA cocould not startup the ASM instance configured on this node. to proceed with the database creation using ASM, ASM instance needs to be up and running. do you want to recreate ASM instance on this node? "

This is because the asm instance status in the grid cannot be captured in the 10 Gb rdbms.

Solution:

Create a link manually so that 10G_DB_HOME/network/admin/listener. ora points to 11G_GRID_HOME/network/admin/endpoints_listener.ora.

Ln-s <11G_GRID_HOME>/network/admin/endpoints_listener.ora listener. ora

Export TNS_ADMIN = <10G_DB_HOME>/network/admin

Error 2: A ORA-29702 error occurred while creating the file;

This is because the 10 Gb css resource is statically configured, and it becomes a dynamic configuration at 11 GB. If you want to run a 10g rdbms in 11g asm and clusterware environments, You need to manually adjust it to static configuration. oracle is called pinning a node.

Solution:

Run <Grid_home>/bin/crsctl pin css-n nodes as the root user to change the css resource to static configuration. Ping css-n serv1 serv2.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.