Hi, thanks again for the input. I am using the 9i import utility since I could never find the cds for 7.3.4. The data is on the 7.3.4 server now so the export is using that utility. Maybe a better/easier course would be to odbc to the existing 7.3.4 NT server. Do I need to load the 7.3.4 client on my laptop and then the odbc drivers for 7.3.4 or will the 9i client and odbc connect to the 7.3.4 data?
If you think I should continue with the 9i server, here is the info you asked about. When I import using the fromuser=LI, I get the messages that it is skipping tables. there is no error number. My import line is as follows:
imp system/manager@db1 file=exp_bak.dmp show=y log=implist.log fromuser=LI touser=system.
The import log shows this:
"CREATE TABLE "ADDRESS" ("CITY" VARCHAR2(40), "COUNTRY" VARCHAR2(40), "FAX" "
"VARCHAR2(15), "LOCATOR" VARCHAR2(8), "PHONE" VARCHAR2(15), "PROVINCE" VARCH"
"AR2(40), "STREET_1" VARCHAR2(255), "STREET_2" VARCHAR2(255), "STREET_3" VAR"
"CHAR2(255), "STREET_4" VARCHAR2(255), "POSTAL_CODE" VARCHAR2(12), "CHANGE_D"
"" DATE, "CHANGE_U" VARCHAR2(3), "ADDR_ORIG" VARCHAR2(4), "PHONE_2" VARCHAR2"
"(15), "PHONE_3" VARCHAR2(15), "EMAIL" VARCHAR2(255)) PCTFREE 10 PCTUSED 40"
" INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 512000 NEXT 20480 MINEXTENTS 1 MAX"
"EXTENTS 121 PCTINCREASE 20 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "LITS_"
"DATA""
. . skipping table "ADDRESS"
"GRANT ALTER ON "ADDRESS" TO PUBLIC"
"GRANT DELETE ON "ADDRESS" TO PUBLIC"
"GRANT INDEX ON "ADDRESS" TO PUBLIC"
"GRANT INSERT ON "ADDRESS" TO PUBLIC"
"GRANT SELECT ON "ADDRESS" TO PUBLIC"
"GRANT UPDATE ON "ADDRESS" TO PUBLIC"
"GRANT REFERENCES ON "ADDRESS" TO PUBLIC"
"ALTER SESSION SET CURRENT_SCHEMA= "LI""
the export log from 7.3.4 shows this:
About to export specified users ...
About to export LI's objects ...
. exporting snapshots
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export LI's tables via Conventional Path ...
etc. for a lot of tables, so I assume that the tables belong to LI. is that correct? Does that mean that I need to log into the odbc driver as LI to see these tables? I created a user named LI, I tried the odbc and got the same system tables. Since I am new to Oracle, maybe I created LI wrong. How should I create the user LI? What would be the exact steps to take?
thanks a million,
Mike