Database - RAC/Scalability (MOSC)

MOSC Banner

how does asm finds file creation path?

edited Apr 22, 2017 5:36PM in Database - RAC/Scalability (MOSC) 2 commentsAnswered

We see that in asm we just need to provide the disk group, and asm itself finds the directory and creates a file there.

For example.

SQL> create spfile='+DATA' from pfile='/u01/app/oracle/product/11.2.0/grid/dbs/init+ASM.ora';

File created.

I just gave data and it chose directory +DATA/asm/asmparameterfile inside this DG. Similar happens for datafile creation.

My question:-

how does asm decide the directory path? is there any parameter in OCR/OLR? surely we are not using any db_create_file_dest parameter.

Please suggest.

asm parameter file as as below:-

+ASM.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from in memory value

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center