ASMB process exiting
877182Jul 21 2011 — edited Jul 22 2011Hi all,
I have the following lines in my ASM alert log file.
Starting background process ASMB
ASMB started with pid=21, OS id=29337
NOTE: ASMB process exiting due to lack of ASM file activity for 15 seconds
When I perfoem the following operation:
oracle_node1>>export ORACLE_SID=+asm1
oracle_node1>>sqlplus / as sysdba
Connected
SQL>
SQL> select DBID, NAME, CREATED from v$database
2 ;
select DBID, NAME, CREATED from v$database
*
ERROR at line 1:
ORA-01507: database not mounted
I am new to this field, please let me know what is going wrong in this?