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
Using the Python oracledb Driver to extract data to a Pandas DataFrame
-
My video demonstration on using python-oracledb to extract data from an
Oracle Database and read it into a Pandas Dataframe
The main documentation pag...
Acum 3 zile
Niciun comentariu:
Trimiteți un comentariu