Follow these steps:
setenv ORACLE_SID DBCSE exp <userid> <password>
grep “DROP TABLE” dbcse.ora > drop.dbcse
find "CREATE OR REPLACE VIEW" piviews.sql > drop.views
Using a text editor, edit the drop.views file as follows:
sqlplus /nolog connect sys as sysdba alter table iefency_temp add datafile '/usr/iefcse/dbs/dbcsetemp.dat' size 100M ;
imp <userid> <password>
|
Copyright © 2013 CA.
All rights reserved.
|
|