How to fix the Oracle error ORA-13504: No SYSAUX datafile clause specified?
In this post, you’ll learn more about the Oracle ErrorORA-13504: No SYSAUX datafile clause specified with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13504: No SYSAUX datafile clause specified
Reason for the Error ORA-13504: No SYSAUX datafile clause specified
If Create Database has the datafile clause, then SYSAUX datafile clause has to be specified, unless using OMF.
How to fix the Error ORA-13504: No SYSAUX datafile clause specified ?
You can fix this error in Oracle by following the below steps
Specify the SYSAUX datafile clause.
Leave Your Comment