|
-
Create a new database on the Sun workstation using the same database name and tablespace/datafile names. Create your schema owner. Do an export on the original database, and import into the new database.
Export parfile
userid=system/password@dbname
full=y
inctype=complete
file=name_of_dump_file
log=name_of_log_file
Import parfile
userid=system/password@dbname
full=y
commit=y
file=name_of_export_dump_file
log=name_of_import_log_file
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|