how to install repository admin utility in Oracle Developer Suite 10g [message #433319] |
Tue, 01 December 2009 09:39 |
thientanchuong
Messages: 2 Registered: December 2009 Location: london
|
Junior Member |
|
|
I am try logging to Oracle Designer Tool in Oracle Developer Suite 10g. However, I got an message saying:
This user does not have installed Repository. Invoke Repository Admin Utility
After researching on google, I got some tutorial on how to figure out the problem, but another problem occurs on installing Repository admin utility in order to use Oracle Designer
In the repository admin utility interface, I choose Install icon:
then there are all USER which already are stated, I leave it like that, and click on START button then get a error message saying:
ERROR: You do not have SELECT previlege on sys.$V_PARAMETER View. This process can not proceed.
Please help me figure out the problem, I am a newbie and just want to use oracle designer but a lots thing happen
|
|
|
|
Re: how to install repository admin utility in Oracle Developer Suite 10g [message #433370 is a reply to message #433324] |
Tue, 01 December 2009 23:55 |
thientanchuong
Messages: 2 Registered: December 2009 Location: london
|
Junior Member |
|
|
Thanks for your help, but I still get error when i follow your guide.
firstly, in orcale suite, I pick SQL* in application development. then type user, password and connect string as I already setup.
in sql*, I got somthing like:
Quote:SQL*Plus: Release 10.1.0.4.2 - Production on Wed Dec 2 05:33:31 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> grant select on v_$parameter to scott;
ERROR at line 1:
ORA-00942: table or view does not exist
I would like to ask what scott present for ?
If it relates to account in Oracle Database, It will confuse me a bit.
After I login with username as sys and password that I setup in Oracle Datase 10g express edition.
There is an account which already is created, names hr. By tutorial, I create another account for myself which is hung.
Image: please copy and paste in url bar:
Quote:h.imagehost.org/0986/oracle.jpg
and this my account details:
Image: please copy and paste in url bar:
Quote: h.imagehost.org/0768/oracle1.jpg
please, help me more about this
[Updated on: Tue, 01 December 2009 23:56] Report message to a moderator
|
|
|
Re: how to install repository admin utility in Oracle Developer Suite 10g [message #433381 is a reply to message #433370] |
Wed, 02 December 2009 00:52 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Did you try and read the installation manual for Designer / Repository?
These tools are professional tools and therefor require some good attention before installing. I'm afraid that if you don't even know that trying to grant a privilege to user X by user X is somewhat useless, installing this might turn out to be somewhat over your head.
Maybe ask some senior co-worker to help you out with this.
|
|
|
|
|
|
|