Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Help me!!!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Longnnit  
View profile  
 More options Feb 14 2012, 3:40 am
From: Longnnit <longn...@gmail.com>
Date: Tue, 14 Feb 2012 00:40:57 -0800 (PST)
Local: Tues, Feb 14 2012 3:40 am
Subject: Help me!!!
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT", line 1020
ORA-06550: line 2, column 15:
PL/SQL: ORA-00942: table or view does not exist
ORA-06550: line 2, column 3:
PL/SQL: SQL Statement ignored

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ddf  
View profile  
 More options Feb 14 2012, 11:51 am
From: ddf <orat...@msn.com>
Date: Tue, 14 Feb 2012 08:51:02 -0800 (PST)
Local: Tues, Feb 14 2012 11:51 am
Subject: Re: Help me!!!

On Feb 14, 1:40 am, Longnnit <longn...@gmail.com> wrote:

> ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
> ORA-06512: at "SYS.KUPV$FT", line 1020
> ORA-06550: line 2, column 15:
> PL/SQL: ORA-00942: table or view does not exist
> ORA-06550: line 2, column 3:
> PL/SQL: SQL Statement ignored

You do not provide enough information other than you are not connected
with a SYSDBA-privileged account.  Such tables/views can be accessed
only by SYSDBA accounts such as SYS (connecting as SYS AS SYSDBA).

Connect using SYS AS SYSDBA and try again.  If  you still have
problems post exactly what you are doing -- user account, exact steps
prior to receiving the error -- and someone may be able to assist you
further.

David Fitzjarrell


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yaw  
View profile  
 More options Feb 14 2012, 11:49 am
From: yaw <yawapp...@gmail.com>
Date: Tue, 14 Feb 2012 11:49:29 -0500
Local: Tues, Feb 14 2012 11:49 am
Subject: Re: [Ora_DBA_Exp] Help me!!!

This is your issue:  PL/SQL: ORA-00942: table or view does not exist.  Make
sure all your table dependencies are there before compiling or running.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ddf  
View profile  
 More options Feb 14 2012, 11:56 am
From: ddf <orat...@msn.com>
Date: Tue, 14 Feb 2012 08:56:39 -0800 (PST)
Local: Tues, Feb 14 2012 11:56 am
Subject: Re: Help me!!!

On Feb 14, 9:49 am, yaw <yawapp...@gmail.com> wrote:

> This is your issue:  PL/SQL: ORA-00942: table or view does not exist.  Make
> sure all your table dependencies are there before compiling or running.

Since that is a fixed view it IS there; access to such views is
usually restricted to SYSDBA accounts.  After investigating further
this is a table/view used by the data pump utilities therefore it's
likely that the catalog has errors and possibly needs to be rebuilt.
Of course it's not advisiable to do such an activity without first
contacting Oracle support.  He needs to open an SR with Oracle before
he goes any further.

David Fitzjarrell


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Longnnit  
View profile  
 More options Feb 15 2012, 2:37 am
From: Longnnit <longn...@gmail.com>
Date: Tue, 14 Feb 2012 23:37:53 -0800 (PST)
Local: Wed, Feb 15 2012 2:37 am
Subject: Re: Help me!!!

Recently, our Oracle Database coped with a big problem. We have a daily
batchjob that be run every afternoon. But suddenly lastweek, the batchjob
came across with this error:

ORA-06550: line 2, column 15:

PL/SQL: ORA-00942: table or view does not exist

ORA-06550: line 2, column 3:

PL/SQL: SQL Statement ignored

Then everyday later we couldn't run the batchjob successfully again. And
some other functions also had troubles with a kind of the above error such
as export dpdump. So would you mind helping us to solve this error. Thank
you very much.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ddf  
View profile  
 More options Feb 15 2012, 10:39 am
From: ddf <orat...@msn.com>
Date: Wed, 15 Feb 2012 07:39:15 -0800 (PST)
Local: Wed, Feb 15 2012 10:39 am
Subject: Re: Help me!!!

On Feb 15, 12:37 am, Longnnit <longn...@gmail.com> wrote:

There is still not enough information to solve your problem however
knowing that data pump has failed indicates a possible catalog problem
that needs to be resolved.  Your best course of action is to contact
Oracle support and create an SR.

David Fitzjarrell


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jgar the jorrible  
View profile  
 More options Feb 15 2012, 12:24 pm
From: jgar the jorrible <joel-ga...@home.com>
Date: Wed, 15 Feb 2012 09:24:01 -0800 (PST)
Local: Wed, Feb 15 2012 12:24 pm
Subject: Re: Help me!!!

On Feb 15, 7:39 am, ddf <orat...@msn.com> wrote:

I agree, create an SR.  But I would guess some privilege got lost so
the KUPV$FT can't see something it should.  Could be catalog
corruption, could be recompilation by wrong user, could be someone
trying to clean up privileges granted to public and blowing it, could
be a bug.  I don't think we even know the patch level yet.  We can
guess the support response if it is 11.2.0.1.

jg
--
@home.com is bogus.
http://mbishop-web.s3.amazonaws.com/img/Life-in-Hell%20Apple%20Ad%201...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »