473,386 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

ERROR: You do not have SELECT priviledges on sys.V_$PARAMETER view.

ERROR: You do not have SELECT privileges on sys.V_$PARAMETER view. This process cannot proceed.

Hello,
I am using ORACLE 10g Standard Edition and I am trying to configure the Oracle Designer for which a repository must be installed. The following is the procedure I am following:
  • START >
  • PROGRAMS >
  • ORACLE
  • DEVELOPER SUITE –DevSuite1 >
  • DESIGNER >
  • REPOSITORY ADMINISTRATION UTILITY

I am connecting to the database from which the repository will be formed. So I enter the following
Enter the following

Username: SYSMAN

Password: password

Connect String: orcl

When I login to the Repository Administration Utility,
I click "Install" and I follow by clicking all the affirmatives. (see attachment)





So this is what I do after:
1. I Open up command prompt

2. ENTER: sqlplus sys/change_on_install@orcl as sysdba

And I receive the following:

SQL*Plus: Release 10.1.0.4.2 - Production on Sat Nov 7 14:04:41 2009

Copyright (c) 1982, 2005, Oracle. All rights reserved.

ERROR:
ORA-01031: insufficient privileges

Enter user-name
:

-----------------------------


SO I then enter the username:
Enter user-name[/i]:SYSMAN
Enter password: ********


and this is the outcome:
Connected to:
Oracle Database 10g release 10.2.0.1.0 - Production

SQL>




I then enter:
GRANT SELECT ON sys.V_$parameter to SYSMAN;



and I receive this:
GRANT SELECT ON sys.V_$parameter to SYSMAN;
*
ERROR at line 1:
ORA-10301: Insufficient Privileges




Can anyone tell me what I am doing wrong, please?
(I'm not experienced in using Oracle)
Thanks in advance!!!
Attached Images
File Type: jpg repos.jpg (19.7 KB, 522 views)
Nov 7 '09 #1
1 9625
debasisdas
8,127 Expert 4TB
to grant previlages on sys objects you must login as sys.
Nov 10 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Trev | last post by:
Which is more efficient Where NonindexedColumn=x and IndexedColumn=y or Where IndexedColumn=y and NonindexedColumn=x or does matter? Will the optimiser work it out? (I'm building the SQL...
3
by: Erwin Bormans | last post by:
Hello I want to make a parameter query where i can select the parameter out of a drop down box instead of typing the parameter in a text box. For example: if i have customers and want to run a...
0
by: David | last post by:
In ASP.NET 2.0, is it possible to use a control that's on a Master Page as a select parameter in a content page's datasource control? For example, the Master Page has a drop down list of...
3
by: David | last post by:
In ASP.NET 2.0, is it possible to use a control that's on a Master Page as a select parameter in a content page's datasource control? On the content page in the VWD Configure Data Source wizard...
1
by: Fred | last post by:
I'm working with VB.NET and ASP.NET 2.0. I've set up a Gridview. I want to select on an integer field, lets say Invoice Number. I've added a text control and Submit button to the page, and...
1
by: x taol | last post by:
Set qd = CurrentDb.QueryDefs("qsXX") qd.Parameters("parDt") = "#9/1/2006#" With Me.subFom.Form .RecordSource = qd.SQL .Requery End With in that case, parameter dialog box appear. why? what's...
1
by: rosie2006 | last post by:
Environment: .net2.0 over oracle Problem? a simple select statement within a DetailsView that gets two parameter values from a GridView SelectedValue. It might be valuable to understand that to...
0
by: MArgente | last post by:
Hello All. I've searched around and couldn't get a definitive answer for my case: I have a form that is sending information to a SQL Server and I am getting the error: Parameter object is...
4
by: smanojgroup | last post by:
I have a view defined as select * on base table. When base table is altered to add new column, new column does not appear when selected from view. Here is what I did to test. db2 "create table...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.