Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> 8i user creation - data import
Hi
I'm converting from Oracle 8 to Oracle 8i. I know how to create a user under Oracle 8:
SQL> select tablespace_name from dba_tablespaces;
TABLESPACE_NAME
SQL>
create user abc identified by xyz default tablespace user_data temporary tablespace temporary_data;
I usually enter this at the MSDOS prompt to import tables Oracle 8: IMP80 SYSTEM/MANAGER FROM USER=ABC TO USER=ABC FILE=1234.DMP LOG=1234.IMP.LOG Thanks Received on Fri Jan 28 2000 - 11:02:54 CST
![]() |
![]() |