Database targets report

I haven't seen any out of box report to show the list of all databases with details like SID, Port, server, IP etc. Can someone help on this? I know there is a mgmt$target view and mgmt$target_components etc. but did someone have the query to generate the required report?
Thanks in advance

I think it is duplicate of the thread which I started. Anyway you can get it with below SQL to be run in sysman schema
select t.host_name as host, ip.property_value IP, t.target_name as name, decode(t.type_qualifier4,' ','Normal',t.type_qualifier4) as type, dbv.property_value as version,
port.property_value port , SID.property_value SID, logmode.property_value as "Log Mode", oh.property_value as "Oracle Home"
from mgmt$target t , ( select p.target_guid, p.property_value from mgmt$target_properties p where p.property_name='DBVersion') dbv,
( select p.target_guid, p.property_value from mgmt$target_properties p where p.property_name='Port') port,
( select p.target_guid, p.property_value from mgmt$target_properties p where p.property_name='SID') sid,
( select p.target_guid, p.property_value from mgmt$target_properties p where p.property_name='log_archive_mode') logmode,
( select p.target_guid, p.property_value from mgmt$target_properties p where p.property_name='OracleHome') oh,
(select tp.target_name as host_name, tp.property_value from mgmt$target_properties tp where tp.target_type='host' and tp.property_name='IP_address') ip
where t.target_guid=port.target_guid
and port.target_guid=sid.target_guid
and sid.target_guid=dbv.target_guid
and dbv.target_guid=logmode.target_guid
and logmode.target_guid=oh.target_guid
and t.host_name=ip.host_name
order by 1,3
Based on your requirement you can add/remove columns and actually the mgmt$target_properties view has a lot of helpfull information.

Similar Messages

  • Migrating database target to new host

    Hi,
    I have OEM Grid control 10.2.0.5 running on Red Hat Linux 64 bit
    I have a database target with version 9.2.0.6 and grid agent on this target host is 10.2.0.5.
    I want to migrate my this database target from current server to another server and name of server will be changed. I have historical data about this database target in my OEM Grid. Is there any way that i can migrate my database to other server with new name and install agent there but don't want to loose the statistics data about this target database from OEM Grid because as far as i know, i would need to remove this target database and target node, then migrate database to new server(node) then reconfigure this target node and this target database. So any way to do this without deconfiguring the target database during this migration?
    Salman

    Salman Qureshi wrote:
    Hi,
    I have OEM Grid control 10.2.0.5 running on Red Hat Linux 64 bit
    I have a database target with version 9.2.0.6 and grid agent on this target host is 10.2.0.5.
    I want to migrate my this database target from current server to another server and name of server will be changed. I have historical data about this database target in my OEM Grid. Is there any way that i can migrate my database to other server with new name and install agent there but don't want to loose the statistics data about this target database from OEM Grid because as far as i know, i would need to remove this target database and target node, then migrate database to new server(node) then reconfigure this target node and this target database. So any way to do this without deconfiguring the target database during this migration?
    Hi Salman
    As server name will be changed , I am not sure if it is possible. What you can do is , just configure database on new server with a different name and keep the old configuration in GRID. In this you target will be unavailable all the time but you can get the historical report about this.
    Regards
    Rajesh

  • How to hide some select-option of Logical Database in report?

    How to hide select-option of  Logical Database in report?eg . In Logical Database 'PNP' , my code is 'GET  PERNR' , excute the report , select-screen is displayed . I want to hide some select-options , such as PNPPERNR-LOW .
    Edited by: rongrong wang  on Mar 26, 2008 9:31 AM

    U need to write code in initialization as
    initialization.
    loop at screen.
    if screen-name = 'PNPPERNR-LOW'.
    screen-active = '0'.
    modify screen.
    endif.
    if screen-name = 'PNPPERNR-HIGH'.
    screen-active = '0'.
    modify screen.
    endif.
    endloop.

  • Actual vs target report for sd module

    if any having actual vs target report for sd module pls forward me..
    my requirement is i would like to find the monthwise core and monthwise actual sales totals and rebate for the particular product ..

    How are you doing the data entry for target (or budget) ? Is it thru CO module ? Have you activated CO-PA ?

  • Database Status report.

    Hi Export,
    Currently i joined a company as a Oracle Dba. i am new to DBA world, My manager told me to prepare a database status report. Please suggest me how can i create the report.
    Regards...
    Asmit

    EdStevens wrote:
    marksmithusa wrote:
    That's an awesome idea - just one problem.
    If it's tall enough for all to see, this also includes management and if they notice the chicken, your cube will be instantly surrounded by various management types asking 'when will it be back up?'
    You're, almost literally, hoisting yourself with your own petard.True, but I think he had the understanding with mgmt that if the chicken was up, they'd best leave him alone until the chicken came down.Wow. I'm actually stunned - I didn't think that was possible within the physical laws of the universe that we occupy.
    He achieved 'DBA Hero' status.

  • Unable to create Database in Reporting Service Configuration

    Hi,
    We have SQL Server 2012 in our environment. I want to enable monitor report in Lync 2013. i have separate Lync sql instance.
    I am trying to configure new database in Reporting Service Configuration manager in report Server database Configuration wizard.
    while testing connection getting below error.
    could not connect to server:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to
    allow remote connections.(provider:Named Pipes provider,error:40-could not open a connection to SQL Server)
    kindly help to resolve issue.

    Hi Rakesh,
    Please check the below details information:
     Check the ReportServer db is present in the Database engine.
    Go and check the report server configurations (go here:Start -> All Programs -> Microsoft sql server 2012-> Configuration Tools -> Report Service Configuration Manager
    check all the connections if still not working. then create a new reporting services Database. While creating it make sure you select native mode, if you want to create a share point services then select share point integration mode.
    If the above didn't work, Please check which port is used for SQL Server database engine from SQL Server Configuration Manager.
    If we are using dynamic port, please make sure:
    SQL Server Browser service is running.
    UDP 1434 port is enabled in the firewall.
    If we are using static port, please make sure the port is enabled in the firewall.
    Below is useful link about how to troubleshoot connection issue:
    http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx
    https://msdn.microsoft.com/en-us/library/ms156468.aspx?f=255&MSPPError=-2147217396
    Similar thread for your reference:
    http://www.mssqltips.com/sqlservertip/2340/resolving-could-not-open-a-connection-to-sql-server-errors/
    If you have any more questions, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • ISSUE Sharepoint 2013 databases for reporting services on the second server SQL 2012

    Hello,
    I have server A: Operating system windows 2012 standard, SQL server 2012 standard
    instance: Sharepoint contains data for sharepint
    instance: Reporting should be contain databases for reporting
    Server B:
    Windows server 2012 standard contains installation Sharepoint 2013
    Sharepoint works (without reporting services), it is OK - databases are located on server A:
    My issue is:
    When I have installed reporting services on server B, I have already installed SQL server 2012 on server B, it works.
    I am able to create report in report builder adn place it in to sharepoint.
    But I would like to use only one full SQL machine on server A:
    When I reconfigure repoting settings on server A in central administration - manage service aplications,
    On the SQL server A in instance reporting , there is automatically created databases. It is no problem.
    But the first difference is, when I want to manage service aplication for reporting  in
    Provision Subscriptions and Alerts, there is information
    SQL Server Agent state cannot be determined
    When I want to create report in report builder, I have issue:
    server A-7380mw016\reporting it means server A with full SQL server:
    The Test of connection was successful
    Then I have clicked test connection
    I have recieved this screen with fail: Logon faild for user NT Authority\anonymous logon
    My account belongs to SQL admin on server A (A-7380mw016\reporting) I do not know it is not possible to create report, when it is possible to test connection in the first step and in the second step, there is problem...
    Please, can somebody help me?

    Hi,
    Since you are getting an Anonymous Logon error, it appears there may be a problem passing your credentials to the SQL Server Agent Service. This would indicate a Kerberos issue. See this thread for details:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/46b7c773-6a77-435d-b471-cb9a6ec41c43/has-anyone-else-upgraded-reporting-services-to-denali-2012
    Microsoft Virtual Academy: Breakthrough Insights using SQL Server 2012 : Analysis Services and Credible, Consistent data (Module 2) - Configuring and Securing Complex BI Applications in a SharePoint 2010 Environment with Microsoft SQL Server 2012
    http://technet.microsoft.com/en-us/video/Video/hh858469
    Tips from the video:
    We are connecting to Reporting services using Kerberos when using Reporting Services in SharePoint integrated mode
    For the account using reporting services, we just need a dummy SPN. We go to Attribute editor tab in AD for RS account. And then we will be enabled with Delegation tab.
    In Delegation tab. I we are using claims to windows token, we need to use "Trust this user for delegation to specified services only"
    There you have 2 options: "Use Kerberos only": It means I only want to delegate in the situation where the service that is doing the delegation actually has the Kerberos ticket to start with
    "Use any authentication protocol" When we need protocol transition (like from NTLM to claims for intra farm communication)
    We need to delegate this to SQL server.
    Please check out these articles as well:
    How to configure SQL Reporting Services in SharePoint Server for Kerberos authentication
    http://support.microsoft.com/kb/2723587
    Configure Kerberos authentication (Office SharePoint Server)
    http://blogs.technet.com/b/mbiswas/archive/2009/07/10/configure-kerberos-authentication-office-sharepoint-server.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • How to change host for database target?

    Hi 2All!
    We've just moved our production database to a new server.
    How to change hostname on this database target for continuing to collect information about this database without deleting or creating additional targets?
    EMGC 11gR1.
    Thanks!

    ..so agent was installed on new host ?
    or you now need to install the agent ?
    I don´t know a way to change hostname only new discovery credentials on host.
    *T                                                                                                                                                                                                                                                                                                                                   

  • Link Source reports in BIXI3.0 to Target report

    Hello Friends Please help me resolve this i will be grateful to all sdn friends if you can help me with this
    I have two reports 1. Trial Balance 2. Trial  based on OLAP BI Infocube universes. I want to Jump from Trial Balance to "Trial" Report by clicking on the GL Account from Source report "Trial Balance" to Target report = "Trial"
    I right clicked and in New Hyperlink I put this code
    Spath is for the Folder since reports are in my favorites . if this is not required please sugget
    aLL Reports in webi has this kind of link so please me how to make the correct hyperlink
    http://nbc-tst-bibo-01:8080/InfoViewApp/listing/main.do?appKind=InfoView&service=%2FInfoViewApp%2Fcommon%2FappService.do&loc=&initialFolderId=null
    Please send me the link to BO XI 3.0 Open document url which I have for xi2.0 but i think its not working
    URL Incorrect format
    u201C<a \u201Chref=http://nbc-tst-bibo-01:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp&sType=wid&sPath=My Favorites,Trial,&sDocName=Trial&sRefresh=Y&lsSG/L Account Key=u201D[G/L Account Key] \u201D>[G/L Account Key]u201D
    Also I tried the below which does not work
    ='<a href=http://nbc-tst-bibo-01:8080/businessobjects/enterprise115/desktoplaunch/jsp/aa-open-inlist.jsp?url=http://nbc-tst-bibo-01:8080/businessobjects/enterprise115/desktoplaunch/jsp/openAnalytic.jsp?DocumentExt=wid&DocumentId=Trial&mode=full&sWindow=New&nbPrompts=1&lsSG/L Account Key='[G/L Account Key]' target=hiddenFrame>''Click Here''</a>'
    Edited by: soniya kapoor on Nov 10, 2008 12:59 AM

    Hi Soniya,
    These are the steps:
    1. Log in into infoview
    2. Change the preferences (Click in the Preference button in the main tool bar), in the WebIntelligence section change the Select a default view format: to Interactive.
    3. Click OK
    4. Open the report where you want to add the hyperlink
    5. Right click in the column or cell to add the hyperlink
    6. Click Hypelink > New
    7. You will see the Create Hypelink window, click Browse the select which report do you want to link
    8. Fill in the parameter, prompts, etc.
    and that's it, hope it's clear now. If you have any question let me know.

  • Peer not authenticated error recieved when discovering new database targets

    I am using OEM GC 10.2.0.4 On one of my OEM servers I get an error when attempting to discover new database targets. This occurs on the two database servers used for development. I can successfully discover targets on the OEM server itself.
    The error is "peer not authenticated"
    Also this error is recieved when trying to configure a database
    oracle.sysman.emSDK.emd.comm.CommException: peer not authenticated
    I have uninstalled and reinstalled the agents on both servers. After uninstalling the agent the command
    exec mgmt_admin.cleanup_agent('HOSTNAME:AGENT_PORT');
    commit;
    was run on the OEM repository database.
    Any suggestions as to what might be causing this?
    Thanks.

    Here is the solution
    peer not authenticated?
    Hope this helps.
    Regards
    Click here to [See the ORA-27102 Error and Soltuion on Solaris|http://www.oracleracexpert.com/2009/08/ora-27102-out-of-memory-on-solaris.html]
    Click here to [See the solution for ORA-19755 Error during recovery/DB startup|http://www.oracleracexpert.com/2009/09/ora-19755-could-not-open-change.html]
    http://www.oracleracexpert.com

  • SQL ENTERPRISE: The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database

    The error below makes absolutely no sense! I'm using Enterprise Core...yet I'm being told I can't use remote data sources:
    w3wp!library!8!03/05/2015-19:08:48:: i INFO: Catalog SQL Server Edition = EnterpriseCore
    w3wp!library!8!03/05/2015-19:08:48:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: , Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: The feature: "The edition of Reporting
    Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services.;
    Really? This totally contradicts the documentation found here:
    https://msdn.microsoft.com/en-us/library/ms157285(v=sql.110).aspx
    That article says remote connections are completely supported.
    ARGH! Why does this have to be so difficult to setup?!?

    Hi jeffoliver1000,
    According to your description, you are using Enterprise Core edition and you are prompted that you can’t use remote data sources.
    In your scenario, we neither ignore your point nor be doubt with what you say. But actually we have met the case before that even though the SQL Server engine is Enterprise but the reporting services is still standard. So I would recommend you to find the
    actual edition of reporting services you are using. You can find Reporting Services starting SKU in the Reporting Service logs ( default location: C:\Program Files\Microsoft SQL Server\<instance name>\Reporting Services\LogFiles). For more information,
    please refer to the similar thread below:
    https://social.technet.microsoft.com/Forums/en-US/f98c2f3e-1a30-4993-ab41-acbc5014f92e/data-driven-subscription-button-not-displayed?forum=sqlreportingservices
    By the way, have you installed the other SQL Server edition before?
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Cannot provide connect data for database target system CONFIG_DB

    Hello,
    I'm trying to install SP22 in NW04 but I'm getting an error on step 11 Deploy JDDI
    Cannot provide connect data for database target system "CONFIG_DB".
    Cannot connect to database: Cannot create class loaders for DB target system CONFIG_DB.
    ERROR      2008-10-01 17:51:09
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR      2008-10-01 17:51:09 [iaxxinscbk.cpp:289]
               abortInstallation
    MUT-02041  SDM call of deploySdaList ends with returncode 4. See output of logfile C:\Program Files\sapinst_instdir\PATCH\MSS\callSdmViaSapinst.log.
    callSdmViaSapinst.log:
    com.sap.sdm.apiint.serverext.servertype.TargetServiceException: Cannot provide connect data for database target system "CONFIG_DB".
    Additional error message is:
    com.sap.sdm.serverext.servertype.dbsc.DatabaseConnectException: Cannot connect to database: Cannot create class loaders for DB target system CONFIG_DB.
    Additional error message is:
    com.sap.sdm.util.classloaders.SDMClassLoaderException: Cannot create class loader for component com.sap.sdm.serverext.servertype.dbsc.SERVEREXT_DBSC_EXTERN(CONFIG_DB): Referenced loader #0 for component com.sap.sdm.serverext.servertype.dbsc.JDBC_DRIVER(D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\base.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\util.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\spy.jar) is not available.
    Additional error message is:
    com.sap.sdm.util.classloaders.SDMClassLoaderException: Cannot create class loader for component com.sap.sdm.serverext.servertype.dbsc.JDBC_DRIVER(D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\base.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\util.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WDA/DVEBMGS00/j2ee\jdbc\spy.jar).
    Additional error message is:
    com.sap.sdm.util.classloaders.SDMClassLoaderException: Cannot create class loader instance: Jar file #1 cannot be read: D:\usr\sap\WDA\DVEBMGS00\j2ee\jdbc\base.jar
    Oct 1, 2008 5:51:08 PM   Info: Summarizing the deployment results:
    Oct 1, 2008 5:51:08 PM   Error: Admitted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\SYNCLOG.SDA
    Oct 1, 2008 5:51:08 PM   Error: Aborted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\J2EE_JDDSCHEMA.SDA
    Oct 1, 2008 5:51:08 PM   Error: Admitted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\COM.SAP.SECURITY.DBSCHEMA.SDA
    Oct 1, 2008 5:51:08 PM   Error: Admitted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\XML_DAS_SCHEMA.SDA
    Oct 1, 2008 5:51:08 PM   Error: Admitted: D:\Software\parches\del18_al22\J2EE-RUNT-CD\J2EE-ENG\JDD\JMS_JDDSCHEMA.SDA
    Oct 1, 2008 5:51:08 PM   Error: Processing error. Return code: 4
    the spy.jar was there but some how it got deleted.
    Any ideas?
    Thanks

    For others who may be facing the same problem and would like to have a permanent fix, you can download the largest JDBC drivers from http://service.sap.com/msplatforms and refer to note 639702 and if your system is NW7.0 with EHP1 or SR3, you should also refer to note 1109274.

  • Database Home page display : The database target is currently unavailable

    Hello,
    I Installed OEM Gird 11g on an Windows 2008 R2
    version Installed :
    - Oracle Enterprise Manager Grid Console 11.1.0.1.0
    - WebLogic Platform 10.3.2.0
    - Oracle WebTier and Utilities CD 11.1.1.2.0
    To make it running I have to disable IPV6 !
    One the database server (Windows 2003 64 bit - Oracle 10.2.0.1.0) I have upgraded the agent to the version Oracle Management Agent 11.1.0.1.0.
    I am able to configure a database (dbsnmp/password) no connection issue
    But after that the home display the message (The database target is currently unavailable), like the agent is not able to connect to the database.
    The database is accessible through the link "Last Known State".
    I have try stop and restart the agent in the database.
    I also test to make a clearstate (emctl clearstate agent), without success.
    I go deeper in the log of the agent (emagent.trc) :
    LOGIN = dbsnmp/<PW>@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ora-secondary1.lgbow.com)(PORT=1521))(CONNECT_DATA=(SID=LGBPHTE2)))
    +2011-08-30 11:28:10,341 Thread-2284 ERROR vpxoci: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor+
    +2011-08-30 11:28:10,341 Thread-2284 WARN recvlets.aq: [oracle_database LGBPHTE2] login failed: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor+
    +2011-08-30 11:32:50,917 Thread-2236 WARN vpxoci: OCI Error -- ErrorCode(1219): ORA-01219: database not open: queries allowed on fixed tables/views only+
    I have tested the LGBPHTE2 tnsname with SQLPLUS it is working.
    It is like OEM Grid 11g is not able to give the right password to the agent.
    Anyone knows about this issue.
    Thanks in advance
    Gaspard

    LOGIN = dbsnmp/<PW>@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ora-secondary1.lgbow.com)(PORT=1521))(CONNECT_DATA=(SID=LGBPHTE2)))
    +2011-08-30 11:28:10,341 Thread-2284 ERROR vpxoci: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor+
    +2011-08-30 11:28:10,341 Thread-2284 WARN recvlets.aq: [oracle_database LGBPHTE2] login failed: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor+ is the database accessible through this address?
    sqlplus user/[email protected]/LGBPHTE2
    +2011-08-30 11:32:50,917 Thread-2236 WARN vpxoci: OCI Error -- ErrorCode(1219): ORA-01219: database not open: queries allowed on fixed tables/views only+ is the database open?

  • Database Dependencies Report

    I have been using the database dependencies report to remove tables from my database. If I don't see that they have a dependency in that report, is that good enough to know I can delete them from the database?
    For example: I have a lookup table in SQL WORKSHOP > OBJECT BROWSER > TABLES called CATEGORY_LKP that was used in the database at some point in the past. When I run the Database Dependencies Report under the UTILITIES tab of the application, that table does not show up as having any dependencies.
    I am assuming this means it is safe to delete it, but is there another way to make sure it is not referenced by any tables or List of Values or anything? Just curious as I am on a roll to getting a very ugly database structure under control and don't want to lose momentum
    Thanks
    Wally

    Do you have any non-APEX code in the database? If so, check the relevant *_DEPENDENCIES data dictionary view(s) as well.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Replicating data between oracle9i(source) and 10g database(Target)

    sucessfully replicated data between source and target in 10g
    Now I have to replicate the data between oracle9i(source) and 10g database(Target)
    please help me to solve this issue

    sucessfully replicated data between source and target in 10g What sort of Replication you talking about ? Is it Object level , Schema level or DB Level ?
    Now I have to replicate the data between oracle9i(source) and 10g database (Target) please help me to solve this issue
    http://www.freelists.org/archives/oracle-l/08-2005/msg01260.html
    Hare Krishna
    Alok

Maybe you are looking for

  • Blank Table in Webdynpro

    Hello, I have developed a simple Webdynpro for java application which gets the Employee data based on the Employee Id but when I enter an id and click on the search button nothing displays in the table I have included on the screen. I have placed rel

  • QA32 Inspection Stock Posting

    Hello My requirement  is to make rejection text mandatory when inspection stock is posted to blocked area in inspection stock tab of QA32 Tcode. so kindly let me know is any user exit or BADI Available I Tried This Badi  QEVA_ALT_QTY_INPUT not trigge

  • Exporting Alpha Transparency for a PC from motion5...?

    I am trying to export alpha transparency for a lower third I've done in Motion5. I know that proress422(proxy) can be used , but this does not import well into my PC (premiere pro). Is there anyway of creating alpha transparency from m5 so that my PC

  • FM to reach the accounting tab of mm03

    Hi All, Can any one please tell me a FM which will derectly take to the accounting tab1 of MM03 when a material is known. I am workin on following: Alv is displayed which contains material number. When user double clicks on material number he should

  • Bing search engine appearing out of nowhere (?)

    Earlier today, I noticed that the Bing search engine was listed as the most recent addition to the Firefox search bar in my main profile (note: there seem to be no other traces of Bing in Firefox, the address bar has NOT been hijacked etc.) I have re