Home » RDBMS Server » Server Administration » Transportable tablespace error
Transportable tablespace error [message #127333] Mon, 11 July 2005 05:16 Go to next message
deepa_balu
Messages: 74
Registered: March 2005
Member
Hi,

i am trying to use the transport tablespace option in Exp and Imp.

I did the following:

1.create tablespace testtran datafile 'testtran.dbf' size 2M autoextend on;

2.create user sri identified by sri default tablespace testtran;

connect as user sri

3.create table sri1 as select * from all_objects;

connect as system and

4.alter tablespace testtran read only;

exp userid=\"sys/change_on_install as sysdba\ file=testtran.dmp transport_tablespace=y tablespaces=testtran


Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
Note: table data (rows) will not be exported
About to export transportable tablespace metadata...
For tablespace TESTTRAN ...
. exporting cluster definitions
. exporting table definitions
. . exporting table SRI1
EXP-00008: ORACLE error 942 encountered
ORA-00942: table or view does not exist
. exporting referential integrity constraints
. exporting triggers
. end transportable tablespace metadata export

Why am i getting this table does not exist error.

i checked this also
SQL> select tablespace_name from dba_tables where table_name='SRI1';

TABLESPACE_NAME
------------------------------
TESTTRAN

Bcos of this when doing import tables are not getting created.But tablespace gets plugged in

[Updated on: Mon, 11 July 2005 05:19]

Report message to a moderator

Re: Transportable tablespace error [message #127386 is a reply to message #127333] Mon, 11 July 2005 08:27 Go to previous messageGo to next message
Frank Naude
Messages: 4587
Registered: April 1998
Senior Member
Start sqlplus, connect to SYS AS SYSDBA and run ?/rdbms/admin/catexp.sql.

Best regards.

Frank
Re: Transportable tablespace error [message #127512 is a reply to message #127333] Tue, 12 July 2005 00:38 Go to previous message
deepa_balu
Messages: 74
Registered: March 2005
Member
Thanks it worked.



cheers,
deepa
Previous Topic: system tablespace
Next Topic: How can I make free space after "delete" operation ??
Goto Forum:
  


Current Time: Fri Jan 10 07:25:38 CST 2025