Home » RDBMS Server » Server Administration » how to check ASM is used (Oracle 10g, R 10.2.0.3.0, Solaris 10)
how to check ASM is used [message #464450] Thu, 08 July 2010 02:16 Go to next message
ko_aung
Messages: 8
Registered: July 2010
Junior Member
Hi,

How can I check whether the ASM is used in the environment?
Appreciate if anyone can let me know how I can check for it and if being used, how to connect to that instance later on.

Thank.
Regards,
ko_aung
Re: how to check ASM is used [message #464459 is a reply to message #464450] Thu, 08 July 2010 02:35 Go to previous messageGo to next message
Michel Cadot
Messages: 68653
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Just read the name of a file in dba_data_files, if it starts with + then you use ASM.

Regards
Michel
Re: how to check ASM is used [message #464522 is a reply to message #464459] Thu, 08 July 2010 04:51 Go to previous messageGo to next message
ko_aung
Messages: 8
Registered: July 2010
Junior Member
Hi Michel,

Thanks. Do I need to execute
SQL> select file_name from dba_data_files
and look for the "+"?
Btw, when executed
SQL> show parameter log_archive_dest
, it displays as
LOCATION=+DATA1
. Does it also mean I'm using ASM?

I'm a total newbie here. Really appreciate your help. Can you tell me how to get the ASM instance name also?

Thanks.
Regards,
ko_aung
Re: how to check ASM is used [message #464541 is a reply to message #464522] Thu, 08 July 2010 05:31 Go to previous messageGo to next message
Michel Cadot
Messages: 68653
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
There are many ways, you found one that suits you, then use it. You can also query V$ASM_DISK.

V$ASM_CLIENT

Regards
Michel

[Updated on: Thu, 08 July 2010 05:33]

Report message to a moderator

Re: how to check ASM is used [message #464618 is a reply to message #464522] Thu, 08 July 2010 09:13 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
>>Can you tell me how to get the ASM instance name also?
By default it will be +ASM (for single instance. For RAC it will be +ASM1 or +ASMnode).
Go to server, do a
ps -ef | grep smon
icon14.gif  Re: how to check ASM is used [message #464984 is a reply to message #464450] Sun, 11 July 2010 22:33 Go to previous message
ko_aung
Messages: 8
Registered: July 2010
Junior Member
thanks a lot for the instructions, guys.
appreciate it !
Previous Topic: Shared pool Free percentage greater than 100
Next Topic: Removing a tablespace & its associated datafiles
Goto Forum:
  


Current Time: Sun May 19 12:32:56 CDT 2024