• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

please help me

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please tell me the solution for this attachement.
 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no attachment in your post. But in any case, please describe the problem well in your post (including a suitable subject), and use the attachments only when really necessary.

See also PostTextNotScreenshots and UseAMeaningfulSubjectLine.
 
lalit khera
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Martin Vajsar wrote:There is no attachment in your post. But in any case, please describe the problem well in your post (including a suitable subject), and use the attachments only when really necessary.

See also PostTextNotScreenshots and UseAMeaningfulSubjectLine.




ok thanks

The error is like:
Capture.PNG
[Thumbnail for Capture.PNG]
error page
 
lalit khera
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok fine here is the complete description for the problem;

i am using sql developer.
i am using DIP user from the enterprise manager window.

still have any queries , please ask but provide me the solution friends.

Thanks
first.PNG
[Thumbnail for first.PNG]
it is the error , i am getting
Capture.PNG
[Thumbnail for Capture.PNG]
my user privilege status
 
Martin Vashko
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to grant the CREATE TABLE privilege to the DIP user.

Have a look at the other thread of yours, I've listed a few basic privileges you should probably grant. Also, read what Chris writes about the XE edition there.
 
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See my reply to your other post in this forum for advice on switching to a simpler platform for learning Oracle..

You really need to stop and think about what you are trying to do, and what an error message means. The "Insufficient privileges" error means exactly what it says: you have tried to perform an action (creating a table) for which you do not have the necessary privileges.

It's easy to search on Google for the error code, for example, and the error message tells you exactly what you've done wrong in this case, so you should be able to fix this yourself with a little research and thought. For example, I did a quick Google search and found this video on how to set the privileges for your user via SQL Developer.

Start with one of the many introductory tutorials for Oracle and work through it properly, so you can learn the basics in a more structured fashion before you start trying to build your own application.
 
reply
    Bookmark Topic Watch Topic
  • New Topic