- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ora-00942 error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 08:15 PM
тАО05-04-2004 08:15 PM
ora-00942 error
when i lauch the command follow:
alter view dba_audit_session compile;
select text from dba_errors where name = 'DBA_AUDIT_SESSION';
i had the error message:
ora-00942: table or view does not exist.
how i can to do for to resolv this probleme.
please help me.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 08:19 PM
тАО05-04-2004 08:19 PM
Re: ora-00942 error
Does the view/table exist?
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 10:42 PM
тАО05-04-2004 10:42 PM
Re: ora-00942 error
1) which user do you use to compile this object
2) Could you run this query :
select * from dba_objects where object_name='DBA_AUDIT_SESSION'
Regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2004 10:48 PM
тАО05-04-2004 10:48 PM
Re: ora-00942 error
this view is from the sys schema, unless you are logon as system or granted rights to the view, else the error will always occurs.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 07:36 AM
тАО05-05-2004 07:36 AM
Re: ora-00942 error
What user are you connected as (should be sys or system)?
What version of Oracle are you using?
Also, you have been opening a new thread each time you post. It would be easier if you posted everything in one thread, so that we can see it easier, and not have to trace back through a number of different threads on the same issue.
Thanks,
Brian