Oracle
1Z0-060 · Question #8
You are administering a database stored in Automatic Storage management (ASM). The files are stored in the DATA disk group. You execute the following command: What is the result?
The correct answer is C. The file `+data.231.45678' remains in the same location andasynonym'myfile.dbf' is created. Use this clause to create an alias name for an Oracle ASM filename. The alias_name consists of the full directory path and the alias itself.
New Features for Storage
Question
You are administering a database stored in Automatic Storage management (ASM). The files are stored in the DATA disk group. You execute the following command:
What is the result?
Options
- AThe file
+data.231.45678' is physically relocated to+data/prod' and renamed as `myfile.dbf'. - BThe file
+data.231.45678' is renamed asmyfile.dbf', and copied to `+data/prod'. - CThe file `+data.231.45678' remains in the same location andasynonym'myfile.dbf' is created.
- DThe file
myfile.dbf' is created in+data/prod' and the reference to `+data.231.45678' in the data
How the community answered
(57 responses)- A9% (5)
- B5% (3)
- C84% (48)
- D2% (1)
Explanation
Use this clause to create an alias name for an Oracle ASM filename. The alias_name consists of the full directory path and the alias itself.
Topics
#ASM file alias#ASMCMD#ASM disk group#file renaming
Community Discussion
No community discussion yet for this question.