Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: database problem migrating from 9i to 10g on Solaris
I ran into the same problem when using transportable tablespaces for =
user data while recovering a system tablespace (recreated db and =
imported w/TTS). The schema owner, sys, system could not access certain =
tables regardless of what permissions they had; While support was =
mulling over the ora-00942 trace results, I found a comment about mat =
views and ora-00942s in a forum; it turned out to be the same problem as =
below; those tables included in a materialized view were affected, and =
dropping the mat view and log got rid of the ora-00942 errors. HTH.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Chris Stephens
Sent: Tuesday, August 24, 2004 5:27 AM
To: oracle-l_at_freelists.org
Subject: RE: database problem migrating from 9i to 10g on Solaris
if so just drop all the rupd$ and mlog$ tables (and recreate the materialized view logs if desired)
i ran in to this problem when i was refreshing our development environment and was baffled for quite some time. for a few days, my solution was to drop and recreate the table. after posting the problem to this list, mladen so kindly helped me offline in troubleshooting the problem (thanks mladen).
i think the trace command took the form of:
ALTER SESSION SET EVENTS=3D3D'(error # here) trace name errorstack forever,level 10'
anyways, i hope this is your problem because it is easily remedied.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Chris Stephens
Sent: Tuesday, August 24, 2004 7:16 AM
To: oracle-l_at_freelists.org
Subject: RE: database problem migrating from 9i to 10g on Solaris
are there by chance materialized view logs on these tables? did you by chance migrate via import/export?
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Ian Dickens
Sent: Tuesday, August 24, 2004 5:20 AM
To: oracle-l_at_freelists.org
Subject: Q: database problem migrating from 9i to 10g on Solaris
<preface - this is pre-coffee>
I've been fighting an issue which has me baffled. Basically, i=3D3D20
performed a database upgrade of Oracle on Solaris 8 migrating 3=3D3D20
instances from 9i to 10g. Everything seemed to progress well.
Labels=3D3D20
are not installed. User/password data and schema are are there=3D3D20
(according to the console). Users can create, populate and select
from=3D3D20
new tables created post upgrade - however, they cannot see tables=3D3D20
brought from 9i. SYSDBA cannot see tables brought from 9i.
The tables are there in the EM console, they have 55000 or so records.
=3D3D20
I've messed with grants, roles and system privs - I'm at a loss. =
I=3D3D20
still have the 9i data though the databases in 9i are shutdown. =3D
Has=3D3D20
anyone encountered this problem? I should mention the error is=3D3D20
ORA-00942.
History:
9i -> 10g (10.1.0.2)
yesterday, I added patch 10.1.0.3 seeing the ORA-00942 issue - =3D
fixed=3D3D20
nothing.
Many thanks in advance,
Ian Dickens
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |