0% found this document useful (0 votes)
17 views1 page

Exporting Tablespace - Transportable

The document outlines steps for exporting a transportable tablespace called 'harsh' containing a table 'ABC' from a user 'abc'. It then shows the export command being run and confirming a successful export without warnings. It also briefly mentions the steps would be to import the tablespace.

Uploaded by

mehul dholakiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Exporting Tablespace - Transportable

The document outlines steps for exporting a transportable tablespace called 'harsh' containing a table 'ABC' from a user 'abc'. It then shows the export command being run and confirming a successful export without warnings. It also briefly mentions the steps would be to import the tablespace.

Uploaded by

mehul dholakiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

***steps of exporting transportable tablespace******

--------------------------------------------
1.)one table space which export name is harsh
2.)one user name abc having harsh tablespace
3.)connect as abc in that one table abc is there
4.)insert some records in that......

-------------------------------------------------
G:\Documents and Settings\Administrator>exp 'sys/change_on_install as sysdba'
transport_tablespace=y
tablespaces=harsh log=g:\dumps\bkp.dmp;

Export: Release 9.2.0.1.0 - Production on Thu Jan 29 20:52:53 2009

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production


With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
Note: table data (rows) will not be exported
About to export transportable tablespace metadata...

For tablespace HARSH ...


. exporting cluster definitions
. exporting table definitions
. . exporting table ABC
. exporting referential integrity constraints
. exporting triggers
. end transportable tablespace metadata export
Export terminated successfully without warnings.
---------------------------------------------------------------
**steps to import the tablespace..
--------------------------------------------------------

--------------------------------------------------------

You might also like