Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: The file convSID.dbf is not created after running the mig com
You should run the mig command under the 7.3.4 environment and not the
8.1.5. Change the ORACLE environment back to 7.3.4 and try it again. You
should find the conv*.dbf file in the dbs directory.
Glen
-----Original Message-----
From: ALEMU Abiy [mailto:abiy.alemu_at_criltechnology.com]
Sent: Friday, December 22, 2000 10:56 AM
To: Multiple recipients of list ORACLE-L
Subject: The file convSID.dbf is not created after running the mig command
While trying to migrate a database instance from 7.3.4 to 8.1.5, the command did not create the convSID.dbf file. I don't have any error message. Here is what I've done
1. I'm connected as an oracle user (7.3.4) 2. I stopped the 7.3.4 database instance 3. I moved to the 8.1.5 oracle home 4. I set up environment variables
setenv ORACLE_SID bdell11
setenv NLS_LANG AMERICAN_AMERICA.US7ASCII
setenv ORANLS33
/export/home/users/oradev/app/oracle/product/7.3.4/ocommon/nls/admin/data
5. I run the migration command
mig spool=\"/export/home/users/oradev/app/oracle/product/7.3.4/mig.log\" check_only=true
But this does not generate the convSID.dbf file.
What step did I omit ?
Help !!!!!