Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6617723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:44:18+00:00 2026-05-25T20:44:18+00:00

I experienced an ORA-00942 (table or view does not exist) when executing select *

  • 0

I experienced an ORA-00942 (“table or view does not exist”) when executing

select * from brunch

However, no such problem when executing

select * from joe.brunch

May i know what is the issue here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T20:44:19+00:00Added an answer on May 25, 2026 at 8:44 pm

    Unqualified, BRUNCH refers to a different object than JOE.BRUNCH in your current session. You’ve got a couple of options to fix that.

    1. Create a public synonym. This will allow any user that has privileges on the JOE.BRUNCH table to access it by querying BRUNCH

      CREATE PUBLIC SYNONYM brunch
      FOR joe.brunch

    2. Create a private synonym. This will allow just the current user to access the JOE.BRUNCH table by querying BRUNCH

      CREATE SYNONYM brunch
      FOR joe.brunch

    3. Change the current schema for the current session to JOE. This will cause all unqualified references in the current session to resolve to the JOE schema rather than to the current user’s schema

      ALTER SESSION SET current_schema = JOE

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

See example: ORA-00942: table or view does not exist : How do I find
Our team is experienced in web development (tomcat/Oracle) but not with AJAX on our
I am not an experienced Java programmer and i'm trying to write some text
I'm running into a completely bizarre problem and am wondering if anyone has experienced
I'm not really experienced with web development especially on views , I need a
CREATE TABLE student_totalexp2 nologging compress AS SELECT /*+parallel(a,4)*/ DISTINCT a.member_sk, CASE WHEN b.end_date IS
I have this problem when I simulate my app, its not an error or
Experienced with Rails / ActiveRecord 2.1.1 You create a first version with (for example)
I experienced with JQuery and new to YUI. I'm looking for YUI's equivalent of
I experienced OutOfMemory exception in my code, so I am reviewing the code. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.