Home » RDBMS Server » Server Administration » Oracle 9i vs 8i: Locally/Dictionary Managed Tablespace?
Oracle 9i vs 8i: Locally/Dictionary Managed Tablespace? [message #60308] Sat, 31 January 2004 11:31 Go to next message
Patrick Tahiri
Messages: 119
Registered: January 2004
Senior Member
Hi,

Is it possible to have a Locally Managed Tablespace (LMT) on Oracle 8i? If yes: how to migrate an LMT with objects in it to a Dictionary Managed Tablespace (DMT) on Oracle 8i?

Is it possible to have some "documentation" about the fundamental concepts between LMT and DMT? Can I download some doc from somewhere?

Many thanks!

Best regards,

Patrick Tahiri.
Re: Oracle 9i vs 8i: Locally/Dictionary Managed Tablespace? [message #60319 is a reply to message #60308] Mon, 02 February 2004 02:59 Go to previous messageGo to next message
Frank Naude
Messages: 4587
Registered: April 1998
Senior Member
Hi,

Yes, you can have LMT tablespaces on 8i and 9i. You can convert between LMT and DMT like this:

SQL> exec dbms_space_admin.Tablespace_Migrate_TO_Local('ts1');
PL/SQL procedure successfully completed.

SQL> exec dbms_space_admin.Tablespace_Migrate_FROM_Local('ts2');
PL/SQL procedure successfully completed.


For more info, read this article http://www.orafaq.com/articles/archives/000011.htm

Best regards.

Frank
Re: Oracle 9i vs 8i: Locally/Dictionary Managed Tablespace? [message #60337 is a reply to message #60319] Mon, 02 February 2004 10:41 Go to previous messageGo to next message
Patrick Tahiri
Messages: 119
Registered: January 2004
Senior Member
Thank you very much for your answer!!

Should I install or configure something specific or special to be able to use dbms_space_admin and execute it? Is it coming with Oracle 8i and I can just run it?

Does this operation (heavy?) influence in any maner the objects and its data contained on the processed tablespace?

Again, many thanks for your great tips!

Best regards,

Patrick Tahiri.

PS: It seems not possible to define a locally managed tablespace with the AUTOALLOCATE option with Oracle 8i! I am right?
Re: Oracle 9i vs 8i: Locally/Dictionary Managed Tablespace? [message #61053 is a reply to message #60337] Tue, 23 March 2004 18:38 Go to previous messageGo to next message
sara khan
Messages: 1
Registered: March 2004
Junior Member
what are the diffrence between oracle 8i and oracle 9i.
what is the architecture of oracle 8i and oracle 9i.
what other new facilities thus oracle 9i provide more than the oracle 8i
etc.
and many more
Re: Oracle 9i vs 8i: Locally/Dictionary Managed Tablespace? [message #61054 is a reply to message #61053] Tue, 23 March 2004 20:57 Go to previous messageGo to next message
Anatol Ciolac
Messages: 113
Registered: December 2003
Senior Member
:-))
:-))
:-))
it is a good question :-)). See the Oracle 9i docimentation, new features(some ten's pages).
Re: Oracle 9i vs 8i: Locally/Dictionary Managed Tablespace? [message #62124 is a reply to message #61053] Sun, 27 June 2004 23:42 Go to previous message
lokesh
Messages: 8
Registered: May 2003
Junior Member
good question

cn u give me the answer
Previous Topic: /u/oracle9/admin/sermon/bdump/.trc file problem
Next Topic: Oracle 9i Database memory problem.
Goto Forum:
  


Current Time: Fri Jan 24 01:44:06 CST 2025