Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

create datafile in ACFS file system on ODA 5.x

ShaikDec 5 2017 — edited Jan 23 2018

Hi All

recently we have migrated our rac instance to ODA 5.x

In ODA storage is ACFS

Current architecture:

Db: 11.2.0.4- 2 node rac

grid version: 12.1.0 ...12c

ebs: r12.1.3

OS: linux 6U8 64 bit

ODA:5.x

[oracle@bgodapdb0 ~]$ ps -ef|grep smon

oracle   21469 10141  0 09:36 pts/2    00:00:00 grep smon

grid     25525     1  0 Oct27 ?        00:00:49 asm_smon_+ASM1

oracle   88475     1  0 Dec02 ?        00:01:09 ora_smon_PROD1

[oracle@bgodapdb1 ~]$ ps -ef|grep smon

grid     11476     1  0 Oct27 ?        00:00:48 asm_smon_+ASM2

grid     15345     1  0 Oct27 ?        00:00:48 mdb_smon_-MGMTDB

oracle   36789  6765  0 09:37 pts/2    00:00:00 grep smon

oracle   77378     1  0 Dec02 ?        00:01:11 ora_smon_PROD2

now i checked file_name from dba_data_files

TABLESPACE_NAME FILE_NAME C3 FREE_BYTES

TEMP2  /u02/app/oracle/oradata/datastore/.ACFS/snaps/PROD/datafile/temp2304.dbf

TEMP2  /u02/app/oracle/oradata/datastore/.ACFS/snaps/PROD/datafile/temp2303.dbf

TEMP2  /u02/app/oracle/oradata/datastore/.ACFS/snaps/PROD/datafile/temp2383.dbf

here my doubt is , how i can add the datafile for TEMP2 tablespace, previously in ASM i used +data [data source]

Now in ACFS , please suggest

Regards

Shaik

This post has been answered by Michael Mühlbeyer on Dec 14 2017
Jump to Answer
Comments
Post Details
Added on Dec 5 2017
2 comments
2,443 views