How can be joined EM DB web console together with EBS?

Our company uses EBS R12 running under Linux. There is a need for managing the database that comes with EBS. The JAVA version of Enterprise Manager Console lacks some important functionality that resist in EM DB web console. So how can be integrated EM DB web console installation/service into existing EBS system? Please give some hints... There exist an "EM DB Grid Control" installation package but I doubt that it can be installed above the EBS system to manage the EBS database. Is there a right way to implement this?

hsawwan, I have reviewed the two notes, it seems that note 729893.1 does not apply to my environment, I have done the needed steps described in 336629.1 and then tried to re-create the repository but it still fails with the same error. The tail of the log:
19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig unlockAccounts
CONFIG: Unlocking dbsnmp and sysman
19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig unlockAccounts
CONFIG: Unlocking mgmt view user account
19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig unlockAccounts
CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar
2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.d
ba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || v
iew_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_
pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identi
fied by ' || view_user_pwd || ''; END IF; end;
19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Starting execution: /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca/emcaDbUtil /u01/oracle/PROD/db/tech_st/10.2.0/
perl/lib:/u01/oracle/PROD/db/tech_st/10.2.0/perl/lib/site_perl:/u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts:/u01/oracle/PROD
/db/tech_st/10.2.0/bin: /u01/oracle/PROD/db/tech_st/10.2.0/perl/bin/perl /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca/e
mcaDbUtil.pl /u01/oracle/PROD/db/tech_st/10.2.0 PROD SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd v
archar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_st
atus into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%'
THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mg
mt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immedia
te 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Exit value of -1
19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Arguments passed /u01/oracle/PROD/db/tech_st/10.2.0 PROD SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); vie
w_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); selec
t account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like
'%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' TH
EN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); exe
cute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Unmatched [ in regex; marked by <-- HERE in m/[ <-- HERE thdfv/ at /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca
/emcaDbUtil.pl line 64, <STDIN> line 2.
19.01.2009 17:54:03 oracle.sysman.emcp.util.PlatformInterface executeCommand
CONFIG: Error executing /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca/emcaDbUtil /u01/oracle/PROD/db/tech_st/10.2.0/perl
/lib:/u01/oracle/PROD/db/tech_st/10.2.0/perl/lib/site_perl:/u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts:/u01/oracle/PROD/db/
tech_st/10.2.0/bin: /u01/oracle/PROD/db/tech_st/10.2.0/perl/bin/perl /u01/oracle/PROD/db/tech_st/10.2.0/sysman/admin/scripts/emca/emcaD
bUtil.pl /u01/oracle/PROD/db/tech_st/10.2.0 PROD SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varch
ar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status
into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN
execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_v
iew_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate '
alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig unlockAccounts
CONFIG: Failed to unlock mgmt_view account
19.01.2009 17:54:03 oracle.sysman.emcp.EMReposConfig invoke
SEVERE: Failed to unlock all EM-related accounts
19.01.2009 17:54:03 oracle.sysman.emcp.EMConfig perform
SEVERE: Failed to unlock all EM-related accounts
Refer to the log file at /u01/oracle/PROD/db/tech_st/10.2.0/cfgtoollogs/emca/PROD/emca_2009-01-19_05-51-47-PM.log for more details.
19.01.2009 17:54:03 oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
oracle.sysman.emcp.exception.EMConfigException: Failed to unlock all EM-related accounts
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:253)
at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:133)
at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:485)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1141)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:469)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:418)

Similar Messages

  • How can I make photos on web page enlarge with mouse-over?

    How can I make photos on web page enlarge with mouse-over?

    There's a couple of recent topics which mention MagicZoom and JQZoom...
    https://discussions.apple.com/message/17438064#17438064
    https://discussions.apple.com/message/17440847#17440847
    A very simple method is shown here...
    https://discussions.apple.com/message/17440847#17440847

  • How can I use OmniPortlet and Web Clipping Portlet?

    How can I use OmniPortlet and Web Clipping Portlet?

    You find information on OmniPortlet and Web Clipping in the Portal Developer's Guide.
    o Building Portlets with OmniPortlet
    o Building Content-Based Portlets with Web Clipping
    Peter

  • How can I pass multiple condition in where clause with the join table?

    Hi:
    I need to collect several inputs at run time, and query the record according to the input.
    How can I pass multiple conditions in where clause with the join table?
    Thanks in advance for any help.
    Regards,
    TD

    If you are using SQL-Plus or Reports you can use lexical parameters like:
    SELECT * FROM emp &condition;
    When you run the query it will ask for value of condition and you can enter what every you want. Here is a really fun query:
    SELECT &columns FROM &tables &condition;
    But if you are using Forms. Then you have to change the condition by SET_BLOCK_PROPERTY.
    Best of luck!

  • I can not join my Apple extreme with the Apple express. I shows a conflict in the network! I've tried everything. How can they join on the same network?

    I can not join my Apple extreme with the Apple express. I shows a conflict in the network! I've tried everything. How can they join on the same network?

    It says that my DHCP has to be changed! How? to what?
    It is 802.11g.express. but is set to default by the computer (Macbook Air).
    The other is 802.11n. (express)
    Extreme is 802.11.g. Is the Main Airport.
    It is on ethernet & wep 128 security.

  • How can I delete an old web page ??

    How can I delete an old web page ?? I have created a web page some time ago and now I want to delete it but i do not know how to do it: can anyone help me ?

    Delete the web page where it is published.
    If it is published to MobileMe, then you need to log into MobileMe and go to your iDisk or mount it on your desktop and then delete it from your Web/sites folder.
    If you have published to a server, then you'll need to download Cyberduck, Filezilla or Transmit - all dedicated ftp programmes to connect with your host/server and then delete your old files from the server.
    It really is not hard.

  • How can I create a magazine web app for all devices?

    How can I create a magazine web app for all devices?

    magazine web app is not supported in DPS as of now. You can share the contents to preview it on web content viewer.

  • Can you please help me by saying me how can i join two different picture to make it as one picture.??

    Hi Sir/ Madam,
       My name is Rishav and I am facing some problem with my Photoshop CC. Actually I have a question. If you guys could help me out i will be very obliged. The quest in "Can you please help me by saying me how can i join two different picture to make it as one picture.??"

    Maybe you should post over at
    Photoshop for Beginners
    or start with the "Get Started" section of the Help:
    Photoshop Help | Photoshop Help
    And your question
    Can you please help me by saying me how can i join two different picture to make it as one picture.??
    does not seem particularly specific – do you want to simply combine two images as they are, do you want to clip elements from the one and insert them into the other, …?
    Could you post (lores of) the images and explain what you intend to achieve?

  • How can I call a SAPME web service from MII such as PlaceFutureHold?

    Dears,
    How can I call a SAPME web service from MII such as PlaceFutureHold?
    By using MII, I would like to develop some logic to check some values which query from SAPME database, if the value is out of spec, it needs to send a emal to inform user ans also hold the SFC.
    Thanks!

    With Web service action block you can view all ME available services
    in I.E
    https://sapme:5000/manufacturing-services/ProductionServiceService?wsdl  you could see your FutureHold service
    To do that in MII, you need Web Service action block. Have you work with MII transaction before?
    (saw your post in MII)

  • How can i check the office web app server(wac client) is calling custom WOPI host?

    I am getting an error when I testing my wopi host(which is the same as
    example) with Office Web app server "Sorry, there was a problem and we can't open this document.  If this happens again, try opening the document in Microsoft Word."
    1-how can find the log files of this error?
    2-how can i check the office web app server(wac client) is calling my WOPI host?
    I am not sure about cumunication between owa to wopi host. I actually dont know how to implement checkfile and getfile functions to wopi host for waiting for call back from owa client.
    Note:I am sure that office web app server is configured true. Because i test it with sharepoint 2013 and editing and viewing is working well.

    Hi,
    According to your post, my understanding is that
    CheckFileInfo is how the WOPI application gets information about the file and the permissions a user has on the file. It should have a URL that looks like this:
    HTTP://server/<...>/wopi*/files/<id>?access_token=<token>
    While CheckFileInfo provides information about a file, GetFile returns the file itself. It should have a URL that looks like this:
    HTTP://server/<...>/wopi*/files/<id>/contents?access_token=<token>
    There is a great article for your reference.
    http://blogs.msdn.com/b/officedevdocs/archive/2013/03/20/introducing-wopi.aspx
    You can also refer to the following article which is about building an Office Web Apps(OWA) WOPI Host.
    http://blogs.msdn.com/b/scicoria/archive/2013/07/22/building-an-office-web-apps-owa-wopi-host.aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • HT4623 How can I join 2 separate account one for my IPhone and one to my IPad to one account with the same ID and Password?

    How can I join 2 separate account one for my IPhone and one to my IPad to one account with the same ID and Password?

    You cannot combine two different Apple ID's into one ID.

  • How can I Join song?

    I want to create a slide show and not have the music loop. How can i join multiple track so they appear as one and then put it in my slide show?

    You use "Join CD Tracks" from the Advanced menu when you are importing. The function doesn't work after the tracks have been imported: Adding Songs from CDs to your Library
    If want to edit and splice tracks together you can download the free open source program Audacity which has Linux, Mac and Windows versions at this link: Audacity

  • How can I join a conversation?

    how can i join ur conversation now? pls...reply
    [Topic title updated by moderator to be more descriptive. Original topic title was: "charisse"]

    Cat_Unicorns_x wrote:
    Hi,
    I want to delete a conversation with a friend, but I don't want to delete the actual contact (or block them or anything). I only want that one conversation gone, I know how to delete ALL my messages and call history and that (I've done that before). I looked for a while but found nothing.
    Please help!!
    Thanks,
    Cat_Unicorns_x 
    Unfortunately, such option does not exist directly in Skype. However, if you are not afraid to use a SQLite database editor, you can try to delete this message from the chat database.
    http://community.skype.com/t5/General-Discussion/Delete-a-conversation/m-p/743928#M43908

  • How can i join more than 20 tables which contains more than 5 lacks records

    how can i join more than 20 tables which contains more than 5 lacks records

    If you're trying to join 20 tables I would check:
    - Are all the joins necessary. It's easy sometimes to just join to another table because you're unsure as to whether it's required.
    - What sort of application is it? 20 joins seems a lot to me. Are you trying to achieve too much with one query? Is it possible to break the problem down?
    - If it is necessary to join so many tables then force the use of hash joins in the query, especially if you're processing a lot of data and want the best throughput. If you want a quicker response, this will not be a appropriate.

  • How can I join up my home videos in order to see them together rather than in short bursts? IN SIMPLE TERMS PLEASE.

    How can I join up my home videos in order to see them together, rather than in short bursts? In simple terms please?!

    You can research into the iMovie app and see what it'll do. I'm afraid I've never used it. But I know it does have a section on this forum so maybe someone there can answer your question.
    The only other way I can think of would be to get your files off your iPad and onto a computer and then get a video editing program (there are several that are inexpensive) and use that to put them together.

Maybe you are looking for