Yth Herry Anda mencoba mengupdate table snap_$xxx, table tersebut pada oracle seharusnya adalah merupakan hasil snapshot (replikasi). Jika ya, maka seharusnya untuk mengakses tabel tersebut adalah nama snapshotnya. Dan nama snapshotnya dari table snap_$xxx adalah xxx. untuk memastikan anda dapat mengquerynya dengan perintah berikut:
sql> select name from dba_snapshot; atau jika anda login pada user schema tersebut : sql> select name from user_snapshot; Hasil query tersebut adalah snapshot/mv yang ada. Kemudian, harus diperhatikan juga apakah snapshot tersebut updatable atau tidak. Jika ya, maka perintah "sql> insert into table xxx ...." Demikian, smoga membantu. Salam Bukhari Yahya On 12/3/07, Herry Yusirwan <[EMAIL PROTECTED]> wrote: > > Dear Oracle Expert, > > Ora-00604: Error occurred at recursive sql level 1 > > Ora-00942: Table or view does not exist > > Kedua error tersebut saya dapatkan pada saat saya mencoba menginsert ke > table snap$_xxx. > > Mencoba untuk mensolve masalah ini saya telah melakukan: > > - mengecek table tersebut dan table tersebut ada > > - mendisable semua trigger yang terkait dengan table tersebut > > tetapi kedua hal tersebut tidak berhasil menyelesaikan masalah diatas > (ORA masih keluar). > > Apakah teman2 pernah mempunyai pengalaman dan solusi mengenai masalah > ini ? > > Bila ada, mohon di sharing. > > Terima kasih > > Rgds, > > Herry > > DISCLAIMER: > This Message is confidential; it contents does not constitute a commitment > by PT. INDONESIA POWER, except where provided for in a written agreement > between you and PT. INDONESIA POWER. Any unauthorized disclosure, use or > dissemination of the content, either whole or partial, is strictly > prohibited. If you are not the intended recipient of the message or you have > received this electronic transmission in error, please notify or contact the > sender immediately. > > PT.INDONESIA POWER is subsidiary of PT. PLN PERSERO which operates in > power generating business. Through its 130 power plants, with a total > capacity of 8,872 MW, PT.INDONESIA POWER has contributed significantly to > the Java Bali interconnection system electricity supply. PT.INDONESIAPOWER > operates through its eight generating Business Unit (GBU) : Suralaya, > Priok, Saguling, Kamojang, Mrica, Semarang, Perak Grati, Bali and one > maintenance Services business unit (MSBU). > > [Non-text portions of this message have been removed] > > > [Non-text portions of this message have been removed]

