RAC instance to re-build libraries and declarations errors and solutions.
1, stop instances.
| [oracle @ ora2 ~] $ srvctl stop asm-n ora1 [oracle @ ora2 ~] $ srvctl stop asm-n ora2 |
2, remove the service
| [oracle @ ora2 ~] $ srvctl remove asm-n ora1 [oracle @ ora2 ~] $ srvctl remove asm-n ora2 |
3, delete the configuration file, in the two nodes to run
| [oracle @ ora2 ~] $ rm-f $ ORACLE_HOME / dbs / * ASM * [oracle @ ora2 ~] $ rm-fr $ ORACLE_BASE / admin / * ASM * |
| + ASM2: / u01/app/oracle/product/10.2.0/db_1: N |
If you do not clean up / etc / oratab content, will be under construction asm instance holds about errors:
| The ASM instance configured on the local node is a single-instance ASM.To create a single-instance database using this ASM instance, restart DBCA and select the single-instance database option, to create a RAC database using this ASM instance, convert it to RAC ASM first. |
Related Posts of RAC instance to re-build libraries and declarations errors and solutions.
-
ORACLE10G full version centos5 installed (the installation has passed)
ORACLE10G full version centos5 installed (the installation has passed) 1. Centos 5.0 install rn GUI must be installed, it is best not to start selinux rn rn rn 2. . Ready to install the software: (this is very important, is the first installation fai ...
-
SGA extended the principle of 32bit oracle
SGA extended the principle of 32bit oracle From: http://www.itpub.net/247048.html Because the median 32bitrnoracle restrictions can only visit the oracle process 4g (2 of 32 power) following virtual memory address, the time at a lot of people this is ...
-
AX3.0 + Oracle 10G RAC installation
During these two days, you installed RAC, in a virtual machine inside, with a full day, there have been some questions on his way. Now have their own solution. In fact, it is loaded, it is easy, as long as planned, carefully point on OK, the trouble ...
-
High Availability Oracle Flashback
Brief introduction Flashback Database is a point in time (PIT) restore the database approach. This incomplete recovery strategy can be used to restore the logic because of human error cause damage to the database. At the introduction of 10g, it is de ...
-
An example of the use of TKPROF
First, view and edit parameters SQL> show parameter max_dump_file_size NAME TYPE VALUE ------------------------------------ ----------- --- --------------------------- max_dump_file_size string UNLIMITED SQL> show parameter user_dump_dest NAME TYPE
-
Diagnosis and principles of order
SQL> select disk.value "Disk", mem.value "Mem", 2 (disk.value / mem.value) * 100 "Ratio" 3 from v $ sysstat mem, v $ sysstat disk 4 where mem.name = 'sorts (memory)' 5 and disk.name = 'sorts (disk)'; D ...
-
ORACLE 10G dataguard configuration Step by Step
oracle dataguard













Leave a Reply