ORA-01008: not all variables bound (DBD ERROR: OCIStmtExecute)
I'm getting below while trying to take schema backup from oracle 10.2 database.
[2022-02-21 00:51:21] Ora2Pg version: 20.0 [2022-02-21 00:51:21] Trying to connect to database: dbi:Oracle:D....C [2022-02-21 00:51:21] Isolation level: SET TRANSACTION ISOLATION LEVEL READ COMMITTED [2022-02-21 00:51:21] Retrieving table information... [2022-02-21 00:51:21] FATAL: ORA-01008: not all variables bound (DBD ERROR: OCIStmtExecute)
Please use latest development code, old versions are not maintained you need to upgrade. Use git clone or wget https://github.com/darold/ora2pg/archive/refs/heads/master.zip to download latest code.
i had the same problem with 10g I was able to solve this problem by changing the value of cursor_sharing in oracle database instance. if the value is similar change it to exact
Thanks @aymanadou , It is working fine now after changing to exact. Thanks a lot!