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

  • Home
  • SEARCH
  • 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 8912787
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T04:17:40+00:00 2026-06-15T04:17:40+00:00

My oracle database has a user (Lets say SWEET). Inside SWEET schema, i have

  • 0

My oracle database has a user (Lets say SWEET). Inside SWEET schema, i have a table called AUTO_PARTS.

Now, i created a new user (SWEET_CV) and created a view on SWEET’s AUTO_PARTS table.

CREATE SCHEMA AUTHORIZATION SWEET_CV
   CREATE VIEW SWEET_CV.new_autoparts_view 
      AS SELECT * FROM SWIFT.AUTO_PARTS WHERE PRODUCTNAME = 'ABC'
   GRANT select ON SWEET_CV.new_autoparts_view TO SWEET;

The last Grant statement gave error ORA-01720: grant option does not exist for ‘SWEET.AUTO_PARTS’. So i did the below.

From SWEET account:
GRANT SELECT ON AUTO_PARTS TO SWEET_CV *WITH GRANT OPTION*
And then From SWEET_CV account:
GRANT SELECT ON SWEET_CV.new_autoparts_view TO SWEET;

Both the grants succeeded and i committed.

Now, when i login to SWEET and query ‘select * from SWEET_CV.new_autoparts_view’, rows are returned. But when i query ‘select * from new_autoparts_view’ it says table or view does not exist. Can you please explain why it says not exist even after i did GRANT.

I want to access the new schema’s view in my SWEET without having to refer it as newschema(dot)viewname

Thanks in advance

  • 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-06-15T04:17:42+00:00Added an answer on June 15, 2026 at 4:17 am

    I want to access the new schema’s view in my SWEET without having to refer it as

    You need to create a synonym in the SWEET schema that references the view:

    create synonym sweet.new_autoparts_view for sweet_cv.new_autoparts_view;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table in an Oracle Database that has, among others, a DATE
I have an oracle 10g database that has 2 tables: a REBATES table, and
We have a Oracle 9i database and OrderDetails table which has a column to
Using oracle database. Here's how i think the SQLException happens... Say i have two
I have exported a schema from one Oracle database using SQL Developer (tools ->
I have an Oracle (10.2.0.4) database table with a column which is encrypted by
I have a table called BUILD_INFO and it has the following columns: BUILD_ID BUILD_NAME
I have to use oracle database in android. I have tried to work as
We have an Oracle database here that's been around for about 10 years. It's
I have an oracle database populated with million records. I am trying to write

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.