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
pqr.sql: Generate QR Codes with Pure SQL in PostgreSQL
-
As my cat woke me up way too early for a Saturday morning, I decided to put
all this extra time (and my ChatGPT Pro subscription) into good use and
generat...
Acum o zi
Niciun comentariu:
Trimiteți un comentariu