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
New JOIN TO ONE clause in 26.2 SELECT
-
I've just published a short video on the new JOIN TO ONE clause in SELECT
statements in Oracle 26ai 26.2
This clause allows you to let the database auto...
Acum o săptămână
Niciun comentariu:
Trimiteți un comentariu