How to fix the Oracle error ORA-16411: TRANSPORT=ONDEMAND is unsupported?
In this post, you’ll learn more about the Oracle ErrorORA-16411: TRANSPORT=ONDEMAND is unsupported with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-16411: TRANSPORT=ONDEMAND is unsupported
Reason for the Error ORA-16411: TRANSPORT=ONDEMAND is unsupported
The archivelog destination TRANSPORT=ONDEMAND attribute was specified on the primary database.
How to fix the Error ORA-16411: TRANSPORT=ONDEMAND is unsupported ?
You can fix this error in Oracle by following the below steps
Use of the TRANSPORT=ONDEMAND is no longer supported. Remove this attribute from the LOG_ARCHIVE_DEST_n initialization parameter.
Leave Your Comment