index tablespace B, di suatu schema misal X. Aku masih no idea kalau
mau restructure spt ini (kan teori pemisahan index & data utk
mempercepat akses/mengurangi kemungkinan contention).
Rgds,
Ervin L
--- In [email protected], Tomi Wijanto <[EMAIL PROTECTED]>
wrote:
>
> Tinggal di-rebuld sih table/indexnya kalo sudah ada.
>
> - rebuild table ke tbs lain
> -> alter table C move tablespace X;
>
> - setelah rebuild table, jangan lupa rebuild index2
> table tersebut karena status index saat itu unusable
> (rowid dari base table sudah berubah soalnya)
> -> alter index C_IDX rebuild tablespace X;
>
> regards,
> tomi
>
> --- Ervin Listyawan <[EMAIL PROTECTED]> wrote:
>
> > Kalau mau disamakan, yang paling mudah ya export
> > logical dulu ke DMP
> > schema Z, drop user cascade, create ulang user (dan
> > table space kalau
> > perlu - misal kalau mau ganti parameter default atau
> > option storage-
> > nya), terus import schema + data dari logical backup
> > tsb.
> >
> > Yang aku belum tahu bagaimana kalau mau memisahkan
> > index ke table
> > space lain, kalau tabel + indexnya sudah exists. Apa
> > ya mesti drop &
> > recreate satu persatu.
> >
> > CMIIW (Correct me if I'm wrong)
> >
> > Rgds
> >
> > Ervin L
> >
> > --- In [email protected], Ridwan Muhamad
> > <rhiedone@>
> > wrote:
> > >
> > > Yth. Pakar Oracle
> > >
> > > Saya pemula di oracle, saya punya tabel
> > >
> > > A dengan table space X user Z
> > > B dengan table space X user Z
> > > C dengan table space Y user Z
> > >
> > > Bagaimana cara mengganti tablespace C menjadi X
> > sehingga
> > tablespacenya sama dengan table-table lainnya.
> > >
> > > Terimakasih
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
--
-----------I.N.D.O - O.R.A.C.L.E---------------
Keluar: [EMAIL PROTECTED]
Website: http://indo-oracle.lizt.org (NEW)
-----------------------------------------------
Bergabung dengan Indonesia Thin Client User Groups,
Terminal Server, Citrix, New Moon Caneveral, di:
http://indo-thin.vze.com
YAHOO! GROUPS LINKS
- Visit your group "indo-oracle" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

