Let's suppose you have a 11.2.0.X Oracle database and you want to import it ( entire or only some schemas ) into a 11.1.0.7 database or 10.2.0.X database
Solution : export from the beginning , with a compatible parameter :
expdp version=10.2
or
expdp version=11.1
After that, take the dump, move it to an oracle datapump directory on the destination server and start the import
New scripts: vstat.sql & dstat.sql for showing Oracle Sysmetric history
with 1-minute granularity
-
Here are two scripts for showing GV$SYSMETRIC_HISTORY contents in a simple
tabular way: vstat.sql - show up to one hour of current history at 1-minute
gran...
Acum 2 zile
Niciun comentariu:
Trimiteți un comentariu