How to fix the Oracle error ORA-31656: cannot use TABLESPACE_EXPR filter with transportable mode?
In this post, you’ll learn more about the Oracle ErrorORA-31656: cannot use TABLESPACE_EXPR filter with transportable mode with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-31656: cannot use TABLESPACE_EXPR filter with transportable mode
Reason for the Error ORA-31656: cannot use TABLESPACE_EXPR filter with transportable mode
A TABLESPACE_EXPR metadata filter was supplied for for a transportable mode import job. Transportable mode import does not support the subsetting of tablespaces from a dump file set.
How to fix the Error ORA-31656: cannot use TABLESPACE_EXPR filter with transportable mode ?
You can fix this error in Oracle by following the below steps
Remove the filter expression.
Leave Your Comment