Usually this error appears when you try to export/import with datapump from command line in bash/ksh , and your command  has ( or ) inside .
example:  expdp directory=export__directory dumpfile=expdp_dumpfiles_%U.dmp schemas=(...,....,....) COMPRESSION=ALL parallel=4
Solution : use escape characters  \(  or \) 
example:  expdp directory=export__directory dumpfile=expdp_dumpfiles_%U.dmp schemas=\(...,....,....\) COMPRESSION=ALL parallel=4 
xb.sql and xbi.sql - Explain Oracle Execution Plans Better! (Part 3 - 
Cardinality Misestimates)
                      -
                    
Here’s part 3 of my xb.sql & xbi.sql article series that I started writing 
back in 2019 :-) Part 1 - Show and format execution plans by querying 
V$SQL_PLAN...
Acum 22 de ore
Niciun comentariu:
Trimiteți un comentariu