The main problem : you want to use datapump ( expdp/impdp ) in order to move data between databases ( from 11G to 10G ).
In the default mode, this is not possible ( an 11G dump will not be recognized to a 10G database )
Solution: expdp directory=... schemas=.... version=10.2 ( this command should be performed on 11G database)
WAIT Clause for DMLs in 26.2
-
Oracle 26ai 26.2 now introduces the WAIT (and NOWAIT) Clause for INSERT /
UPDATE / DELETE / MERGE DMLs. We have had a WAIT Clause for SELECT FOR
UPDATE...
Acum o săptămână
Niciun comentariu:
Trimiteți un comentariu