C
cjbrandt
Guest
You are loading all the tables in single user mode. Instead try to load just the largest tables in single user mode. Then start the database with -i setting and load the smaller tables. The database utilities won't need to truncate the BI after each table. Once your database is in multiuser mode, if your 9.1D database has multiple areas, then you can be loading each area at the same time.
Continue reading...
Continue reading...