Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: I need your help PLEASE
You should be able to run an export from the mac(preferably
as the super user for this sytem), then import to the NT.
The first step is that you need to create the database on
nt to include the services. You will then need to set up
sql*net tnsnames.ora and listener.ora. After connectivity
is established, you need to log in to sqlplus as
system/manager and create a user that like the one who did
the export from the mac. After the user is created, run
the orant\dbs\pupbld.sql script to set up the product user
profile for that user. After that script runs, grant dba
to the user you created. Then you can run the import.
Please be aware of the rb0 and rb1 roolback segements. i
suggest that you set the initial and next extents to 100k
with unlimited number of extents. By importing, you will
create all of the objects that weere exported. Good luck.
Dave N.
![]() |
![]() |