I have spent most of my DBA life on HP/UX. I just recently installed an App on Win 2000 and was able to easily set up schema exports, but I can't get the full database export to work. I am running it as SYSTEM and made sure that SYSTEM has the DBA role as well as EXP_FULL_DATABASE. Has anyone else run it this?
Software/Hardware used:
ASKED:
May 12, 2004 5:08 PM
UPDATED:
May 13, 2004 11:52 PM
My syntax is: exp sys/arcdbms@dbms file=c:flsbackupSunday.dmp full=y log=c:flsbackupSunday.log
I’m not getting an error, the export just hangs when it gets to: exporting object type definitions. I went back and recompiled all of the invalid sys procedures per a private reply, but that didn’t fix the export.
This may be very basic, but: have you looked on Metalink? For instance, note 151188.1 refers to exp hanging if the JAVA_POOL is too small, and as you’re having problems with a recent installation, I wonder if that’s worth checking?