|
|
Re: drawbacks of extensive import/export cycles [message #226526 is a reply to message #223657] |
Sat, 24 March 2007 12:15 |
nmacdannald
Messages: 460 Registered: July 2005 Location: Stockton, California - US...
|
Senior Member |
|
|
So I guess you are truncating all tables before import? You might want to specify consistent export (parameter). Some datatypes don't do well during export/import (blob). Also some home grown functions, procedures, and views may become invalid. Just recompile them.
Mahesh Rajendran is correct. You are moving the entire database each day. And don't pretend this is your backup strategy.
Finding and recompiling invalid objects? Run catproc.sql in the $ORACLE_HOME/rdbms ?? directory. I would still check your home grown functions and procedures and recompile them manually.
[Updated on: Sat, 24 March 2007 12:17] Report message to a moderator
|
|
|