Status Pending [message #253792] |
Tue, 24 July 2007 17:46 |
Creems
Messages: 70 Registered: July 2007 Location: Johannesburg
|
Member |
|
|
Hello,
can anyone please help me, I have an Orcale 10g installed on windows XP. Actually I can access my DB via SQL Plus but I cant acces it through the EM.
It always gives me the page
Status: Status Pending
Status Pending Since: Unavailable
Last Know State.
Please what could be wrong?
Thanks in good anticipation.
Cherish
|
|
|
|
|
|
|
|
Re: Status Pending [message #254124 is a reply to message #254058] |
Wed, 25 July 2007 16:01 |
Creems
Messages: 70 Registered: July 2007 Location: Johannesburg
|
Member |
|
|
Actually, i dont have an access to MetaLink as i am not
working yet.
And i tried to create one today ... it was asking me some
stuffs i dont even know ... relating to company's stuffs.
Or can i still create one? please let me know.
Thanks and regards,
Cherish
|
|
|
Re: Status Pending [message #254125 is a reply to message #254124] |
Wed, 25 July 2007 16:13 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
CherishMe wrote on Wed, 25 July 2007 15:01 | Actually, i dont have an access to MetaLink as i am not
working yet.
And i tried to create one today ... it was asking me some
stuffs i dont even know ... relating to company's stuffs.
Or can i still create one? please let me know.
Thanks and regards,
Cherish
|
No They charge you yearly for SUPPORT.Its not FREE.
[Updated on: Wed, 25 July 2007 16:13] Report message to a moderator
|
|
|
|
Re: Status Pending [message #256426 is a reply to message #254769] |
Sat, 04 August 2007 12:47 |
Creems
Messages: 70 Registered: July 2007 Location: Johannesburg
|
Member |
|
|
Thanks Taj.
But I'm still not able to solve this problem. I cant access the EM home page.
Regards,
Cherish
|
|
|
|
|
|
|
|
|
Re: Status Pending [message #257247 is a reply to message #256878] |
Tue, 07 August 2007 21:05 |
Creems
Messages: 70 Registered: July 2007 Location: Johannesburg
|
Member |
|
|
Dear Taj,
Thanks for all your effort, I do appreciate a lot.
Actually when I checked through the EM manager, I discovered that these package bodies were INVALID and I tried to run the
PL/SQL utility to compile them through the SQL*Plus ... it all say procedure successful but nothing changed, I mean the status is still INVALID.
These 9 package bodies were INVALID:
EMD_BCN_ADMIN, EMD_NOTIFICATION, EMD_SCHEMA, GMT_BLACKOUT_ENGINE, MGMT_CREDENTIAL, MGMT_GLOBAL, MGMT_JOB_ENGINE, MGMT_TARGET, MGMT_VIEW_PRIV
I also tried to compile it through the EM manager it brings some compilation errors and most of the errors I named below:
-- Line # = 509 Column # = 22 Error Text = PLS-00201: identifier 'DBMS_OBFUSCATION_TOOLKIT' must be declared
-- Line # = 509 Column # = 5 Error Text = PL/SQL: Statement ignored.
From what I saw on the page there is an Edit Package button, how do i edit this and recompile it?
Regards,
Cherish
|
|
|
|
|
Re: Status Pending [message #257624 is a reply to message #257251] |
Wed, 08 August 2007 16:12 |
Creems
Messages: 70 Registered: July 2007 Location: Johannesburg
|
Member |
|
|
Hello,
I logged in to SQL*PLUS /as sysdba and ran it like this
dbms_utility.compile_schema('EMD_BCN_ADMIN');
it outputs: Procedure succesfully completed
But today i still run the ultrp.sql and later check and still found out that those INVALID objects are still INVALID.
Please where do i go from here. The same thing happens to the new database i just created.
Regards,
Cherish
|
|
|
Re: Status Pending [message #257625 is a reply to message #257278] |
Wed, 08 August 2007 16:14 |
Creems
Messages: 70 Registered: July 2007 Location: Johannesburg
|
Member |
|
|
Hello Taj,
I logged in to SQL*PLUS /as sysdba and ran it like this
dbms_utility.compile_schema('EMD_BCN_ADMIN');
it outputs: Procedure succesfully completed
But today i still run the ultrp.sql and later check and still found out that those INVALID objects are still INVALID.
Please where do i go from here. The same thing happens to the new database i just created.
Regards,
Cherish
[Edit: Name]
[Updated on: Thu, 09 August 2007 00:26] by Moderator Report message to a moderator
|
|
|
Re: Status Pending [message #257629 is a reply to message #257625] |
Wed, 08 August 2007 16:34 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Post the result of this querry.
Did you moved or droped tables?
SQL> 1 select OBJECT_NAME,STATUS
2 from dba_objects
3 where status='INVALID'
SQL> /
OBJECT_NAME STATUS
|
|
|
|
|
|
|
|
Re: Status Pending [message #257926 is a reply to message #257871] |
Thu, 09 August 2007 11:10 |
Creems
Messages: 70 Registered: July 2007 Location: Johannesburg
|
Member |
|
|
Dear Tag,
Please don't mind me. I'm a learner in this world, actually I did go through your blog but I still can't drop and re-create the repository.
Will you please write me the code to drop the repository or how to go about it?
Thanks.
Cherish
|
|
|
|
Re: Status Pending [message #509067 is a reply to message #257990] |
Wed, 25 May 2011 15:54 |
|
ryanpj
Messages: 3 Registered: May 2011
|
Junior Member |
|
|
At the odd chance you folks are still active ...
I have the same issue as above whereby my database seems to be up and running (ie. I can connect to it via sqlplus, etc.) but when viewing the database page, in OEM, it tells me "Status Pending".
I did, as someone mentioned above, check for invalid objects in the sys schema and, indeed, there are invalid objects there. Is it ok to recompile these objects to make everything valid?
Not sure if that will bring my status back for the DB home page or not. Any new insights on this one?
|
|
|