My Oracle Support Banner

DBA - How to Rename a Datafile with Special Characters Created by Mistake (Doc ID 1554322.1)

Last updated on FEBRUARY 09, 2023

Applies to:

Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
* How to rename a datafile with special characters created by mistake

* Also you may get error ORA-01516 when you try to rename it using the normal method

alter database rename file 'old_file_name' to 'new_file_name';




Goal

* How to rename a datafile with special characters created by mistake

* Also you may get error ORA-01516 when you try to rename it using the normal method

alter database rename file <old_file_name>   to <new_file_name> ;

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.