Custom org view for talent profile application

Hi,
I have a role for talent management specialist role where I want to show custom org view, can you please let me know how to achieve this?
Thanks & Regards
Sahil Kohli

Hi Luke,
My requirement is to create a talent management specialist role , who can manage the qualifications of the employees and this role is not given to the regular managers.
Either I can replicate the MSS home page and include talent profile in the employee menu , wherein I need to have it for the Z org views.
Or Second option is to use the competency matchup view , but the problem is, the view is showing blank data and I need to show this also for the customOrg views (Like all employees, substituted employees etc).
Please suggest if there a way to specify the custom org views created in OADP for the home page view and competency matchup view, so that the specialist gets the option to maintain qualification for the selected group of employees only or anything standard is available for this requirement.
We are on MSS add on 1.0 and BP for MSS add on on portal.
Thanks & Regards
Sahil Kohli

Similar Messages

  • Creation of Sales org views for customers related to vendor

    Hello All,
                 Can any body tell me is there any functional module which can be used to created the sales org views for customers related to vendors.
    Regards
    Srinivas

    Hi Ravi,
    the number of sales area possible would be 6 sales area,
    yes you can of course use the common master data functionality
    After creating the organizational structure and relevant master records you want to use as the masters, that is, in the distribution channels and divisions you are going to use as a reference, you can group distribution channels and divisions separately for master data (which combines customer master and material master records), group condition records, or both master data and condition records.
    Letu2019s say you have a product range that is not different for the four different distribution channels you have (the channels could be telesales, retail, industry, and wholesale.) Neither is there a difference in the customersu2019 details when they purchase through one or the other. Thus, you will not want to create a multiple of four views of customer master and material master records. Merely create the customer master records and material master records in one of the distribution channels, such as retail. Then assign the other distribution channels you created in the organizational structure setup to this one.
    Donu2019t forget this means you can only create or change master data in the distribution channel that is being referenced. In the scenario above, this means you can only change data for the retail distribution channel. Even if you should access a customer or material master in change mode, press F4 (possible entries), and select telesales, industry, or wholesale, you will receive a message u201CSales area is not defined . . . u201D
    The same is true for the sharing of conditions. If conditions are shared, you need only create a condition in the distribution channel or division you are using as the reference. Obviously, this only pertains to conditions that have the distribution channel and/or division in their key, such as a price based on sales area
    Revert if helpful
    Mohit Singh

  • How to change employee information in the MSS Talent Profile application

    we are using the MSS iview talent profile. On the overview page of this iview, on the left side, there is employee informattion displayed (org assignment, successor for... ). we have a requirement to modify the way the position is calculated.
    how can we do that? is there a badi that allows for modification of the org assignment fields?
    Thanks,
    Tiberiu

    >
    Tiberiu Sasu wrote:
    > we are using the MSS iview talent profile. On the overview page of this iview, on the left side, there is employee informattion displayed (org assignment, successor for... ). we have a requirement to modify the way the position is calculated.
    > how can we do that? is there a badi that allows for modification of the org assignment fields?
    >
    > Thanks,
    > Tiberiu
    hi tiberiu, there is a way yes...
    Step1:  create you custom field
    in spro navigate to talent management -> basic settigns -> adjusting the user interface -> configurations for data retreival -> extend field selection - > add fields to selection field catagory ->
    here you will see SAP_POSITION - the last column reports to the badi.  The badis for each field are also in the same spro sub-menu.
    create a zsap_position column by copying the standard one.  You than replace the "Position" badi with your own BADI.
    step2: add the field to the view:
    in spro navigate to talent management -> basic settigns -> adjusting the user interface -> configurations for data retreival -> create configuration with field groups. 
    here copy a view and make a Z view. in your z view you can remove the SAP_POSITION column and add your Z column.
    than in same spro sub-menu, experiment with your new view by telling it where in the various user interfaces it should be used.  Place the name of your view as the parameter value in
    assign configuration to user interface
    solution solved!

  • Looking for a Profiles application?

    On my older windows mobile smartphone, there was a Profiles application. Using this you could set times where the ringer would be different without you having to switch it off.
    For example,
    Mon-Fri: Ringer in silent mode between 8am to 5pm
    Right now I often forget to turn it silent when I get to the office and then the phone rings during a meeting which is disturbing. I can then silence it. However I do not remember to turn the ringer on after 5PM. Consequently, I miss calls in the evenings.
    Any such applications exist?
    Thanks

    There cannot be such an application because Apple closes a lot of phone features off from the developers. So you should send Apple feedback to request this, as they either need to open up those functions or enable Profiles themselves:
    http://apple.com/feedback/iphone.html
    It's conceivable that the 3.0 software coming this summer has opened up these features. I haven't seen it mentioned, but I'm no developer and am not really tracking, and it would be under NDA anyhow.

  • Customizing ActiveX Viewer for Crystal Reports 2008

    Here's the scenario.
       We have reports designed in Crystal Reports 2008, that are deployed on Business Objects 3.1 Infoview. All reports have Parameters for users to choose. All reports are expected to refresh on open.Some are dynamic some are standard static ones. There is an application developed in JAVA that is rendering these reports using the ActiveX viewer.
    The users are not comfortable with the way reports look in JAVA viewer. Hence the choices are either HTML viewer or ActiveX viewer.
    The application achieves this by making OpenDoc call to the report and using
    sViewer=actx
    as one of the parameters. Here's the issue that we run into. When users land on the parameter screen, the parameter screen alone Pops Up in a new window. Once all the parameter values are entered and the users clicks OK, the window vanishes and actual report is rendered in the original window.
    If we use HTML viewer by setting
    sViewer=html
    The report Parameter screen is rendered in the main window without popping up. However we do not wish to use HTML viewer because, some of the reports are linked to other reports with OpenDoc calls. i. e. Parent report calls child report with a OpenDoc call. In the HTML viewer, when you click on the link to child report, it opens in same window despite setting
    sWindow=new
    in that opendoc call. Thereby losing parent report and no way to navigate back to it. This problem does not happen in ActivX viewer.There it seems to obey the command to open in new window.
    Lastly you can recreate all this behavior by setting your viewer preferences in Info View settings. 
    So, here's my questions.
    1. Should I use the .Net viewer instead of ActiveX Viewer ? If so, where can I find Syntax for the same ?
    2. Can someone point me to documentation on the ActiveX Viewer ? Specifically making it not to Pop Up the Parameter Screen ?
    3. Should the Java application use a different method other than Open Doc to cal the reports ? If so where can I get the details ?
    Apologies for the long post. I tried to anticipate most of the questions that may arise in your mind. Thanks in advance for the time invested.

    Thank you Adam for the help.
    I already have the Open Document document you mentioned. Can't seem to search for the KB article in Marketplace. No results found.
    Just to clarify, I do not want to avoid the Parameter screen. Its the fact that it Pops Up in ActiveX viewer is the issue. The only thing I want in ActiveX viewer is to make that screen appear in main window just like HTML viewer.
    I understand that there is no difference as far as opendoc is concerned between .Net or JAVA. I am looking for the SDK behind the viewers themselves.
    To my third question, your answer is what I was looking for. But need a bit clarification.
    >
    Adam Stone wrote:
    > If you do not like the functionality that OpenDocument provides, you could use the SDK to view the reports, but you will likely run into the same issue as you are running into when using the html viewer.  The only workaround for that is to set a property on the viewer object in the SDK but it will affect all hyperlinks in the report not just a single one.
    By setting Property in SDK for the viewer Object, are you referring to Meta Tag encapsulation such as
    <a href= http://infoview.server.com/Infoview/opendoc/openDocument.jsp?iDocID=ABZR3Z&sIDType=CUID&&sType=wid&sRefresh=Y&sWindow=new>Report Title</a>
    May be I didn't get your point with setting property. I know there is documentation on Viewer SDK. I just can't seem to find it. I hope it would answer the questions.
    Edited by: SAMEER UPADHYE on Oct 6, 2010 5:46 PM

  • Portal Internal Error for Talent Development Application

    Dear Friends,
    We have the following setup:
    Talent Development Specialist(TDS) Application on EP 7.0.
    When we click on any BSP iView associated with TDS, we receive a pop up containing internal error. the properties of the pop up is as follows:
    http://phlnyt13.gb.dpost.com:8060/sap(bD1lbiZjPTI5OSZkPW1pbiZwPTMwMTU3JnY9NyUyZTAwJmk9MSZzPVNJRCUzYUFOT04lM2FnYmFoZXYxM19TSDFfNjAlM2FrUG5ya1JtZ2phOTJsQ01ndWI3WUZEc3BYM1BRWlppaFktbXh0VUtwLUFUVA==)/bc/bsp/sap/hrrcf_start_int/application.do?sap-tray-type=PLAIN&sap-tray-padding=X&sap_ep_version=7%2e00%2e200711172137&sap_ep_baseurl=http%3a%2f%2fphlnyt13%2egb%2edpost%2ecom%3a56000%2firj%2fportal&rcfLogAppl=APPROVALS_SUCC_PLNG
    QUERY:
    1) How do we check if the BSP application is working in it's native state. i.e, in backend?.
    we have activated the all services under the /bc/bsp/sap
    2) We have checked the Application Table T77RCF_LOG_APPL having an entry for APPROVALS_SUCC_PLNG.
    Thanks in Advance, Suresh

    Hi Suresh!
    As promised here are my thoughts:
    ad 1: This is a very good idea in order to locate the the cause of the problem: Portal or BSP.
    You can test the BSP application in the backend using 2 methods:
    In SICF right-click on Service and choos test service.
    If this should not work ...
    - go to transaction SE80,
    - select BSP application hrrcf_start_int in namespace SAP
    - navigate to controller application.do
    - right-click on controller
    - choose "test"
    If this works (after entering your backend credentials) then create a BSP iView in the portal starting one of the SAP test BSPs (e.g. IT00) and tell us the results ...
    ad 2: Did you find any entries in the application log or was it empty?
    Could you please tell us the detailed content of the error popup? Is there a short dump in the SAP backend (transaction ST22) or an entry in the system log (transaction SM21) or an entry in the ICM trace (transaction SMICM -> GoTo -> Trace File -> Display).
    Regards,
    Volker

  • Custom dashboard view for multiple connected management groups

    Hi all,
    I've connected 2 scom management groups and I'm able to see the connected alerts in the alert views.
    Is it also possible to show those connected alerts in a dashboard view ? Because the Show Connected Alerts - button is not availble in dashboards views. Is it possible to filter on mgmt group in dashboard views ?
    Kind Regards,
    J. M.

    It is possible, but not without customization. Also, as Alexis mentioned, you could populate a custom field with management group information. It's overkill to use SCORCH just for this, as this could be achieved with much less effort using the command
    channel and a relatively simply powershell script...
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • OBJECTS_OBJREF_NOT_ASSIGNED_NO-Errorwhenaccessing Talent Profil ser fromESS

    Hello SDN Team,
    I have implemented a customized WD service for Talent profile. When this service works from Development instance, i'm facing an issue in Quality environment. I have ensured that all the change requests are in place in Quality environment and moved without any errors.
    I have ensure the services are active in QA ECC. The errir log i see in QA when accessing the service from QA portal is given below;
    Error when processing your request
    What has happened?
    The URL http://XXXXXX01.XXXXXXXXXXXX.com:8000/sap/bc/webdynpro/sap/ZHRTMC_EMPLOYEE_PROFILE/ was not called due to an error.
    Note
    The following error text was processed in the system ECQ : Access via 'NULL' object reference not possible.
    The error occurred on the application server mwvecq01_ECQ_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_HRTMC_DR_FIELDS~GET_FIELD_VALUES of program CL_IM_HRTMC_DR_MANAGER========CP
    Method: GET_FIELD_VALUES_FROM_BADI of program CL_HRTMC_DR_CONFIGURATION=====CP
    Method: GET_FIELD_VALUES of program CL_HRTMC_DR_CONFIGURATION=====CP
    Method: GET_FIELD_VALUES_FOR_CNF of program CL_HRTMC_DR_CONFIGURATION=====CP
    Method: WDDOMODIFYVIEW of program /1BCWDY/94H7HD04F48UIFIHAMEJ==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_MODIFY_VIEW of program /1BCWDY/94H7HD04F48UIFIHAMEJ==CP
    Method: DO_MODIFY_VIEW of program CL_WDR_DELEGATING_VIEW========CP
    Method: MODIFY_VIEW of program CL_WDR_VIEW===================CP
    Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP
    Error code: ICF-IE-http -c: 220 -u: ZESS_TEST6 -l: E -s: XXX -i: XXXXXXXX_XXX_00 -w: 0 -d: 20110711 -t: 001436 -v: RABAX_STATE -e: OBJECTS_OBJREF_NOT_ASSIGNED_NO
    ST22 - Error Analysis from ECC
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
         caught in
        procedure "IF_HRTMC_DR_FIELDS~GET_FIELD_VALUES" "(METHOD)", nor was it
         propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component.
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    Please can someone indicate a solution to fix this issue.
    Best regards
    G Raj

    Hello Raj,
    We had faced the same issue.  We had raised an OSS message for the same with SAP, and an SAP note was mentioned to fix this.. I am not having access to that note now and dont remeber the note number. Please contact SAP.  Meanwhile, please check with BASIS team and check whether all the Webdynpro services are activated in SICF transaction code. I am sure, some of the services have not been activated and this is causing the problem.
    Please make sure all webdynpro based services are activated.  Meanwhile, also try to access the application via SE80.  This should give you an idea if the issue is from SAP Backend or EP.
    Hope this helps.
    Thanks and Best Regards.
    Karan.

  • Launch standard talent profile page of employee from zWDA application

    we have created a custom webdynpro application, which displays list of employees ( employees can be searched ).
    the employees are displayed in alv, and we provided a coulumn to view profile.
    when we click on the view profile, the standard talent profile screen of that employee needs to be launched in popup.
    for talent profile, in mss, there is already a standard fpm/wda application. http://eccserver:8000/sap/bc/webdynpro/sap/hrtmc_long_profile
    but when we launch it says:
    The application cannot be started because the person ID is missing
    this error makes sense because we need to pass the pernr to this application, so that it can display talent profile of that employee only.
    how to pass pernr to this application.
    also, when i searched for the application params of this application, it has parameter mem_id.
    is there any way / any other application to launch talent profile application for selected pernr in a webdynpro application.
    thanks in advance,
    Madhu_1980.

    http://scn.sap.com/thread/3611870 all these are based on OBN, You can debug the standard application and see how the pernr_mem_id is sent. for example METHOD GET_PERNR_FROM_MEMORY CL_HRESS_EMPLOYEE_SERVICES====CP HRESS_C_PERSINFO_CONFIG  COMPONENTCONTROLLER  WDDOEXIT cl_hress_employee_services=>clear_memory( iv_mem_id = lv_mem_id ).

  • Portal Workprotect in Talent Profile - WebDynpro ABAP FPM application

    We are trying to implement Workprotect in ESS - Talent Profile application (HRTMC_EMPLOYEE_PROFILE). The requirement is that when user had entered data in either Internal work experience, External Work experience or other tabs; before he has saved the data, if the user clicks on some other link in portal or try to close the window, Portal work protect that is enabled should prompt the user to save the data or risk losing data.
    What has been done so far:
    1. Enabled Workprotect on Portal:
    Step 1: In the portal, go to System Administration -> System
    Configuration -> Service Configuration.
    Step 2: In the portal catalog, Select
    application "com.sap.portal.epcf.loader" and open the properties for
    service "epcfloader" for editing
    Step 3: Set property workprotect.mode.default = 3
    Step 4: Save -> Restart service
    Now, Portal Work protect is enabled.
    2. On the Talent application end, I have seen many posts in forum & FPM related workprotect documentation. But, it is not clear as to how this actually works when it comes to FPM application.
    The documents says FPM allows application to make use of work protect
    mode offered by Portal. To achieve this, the application must u2018tellu2019 the
    FPM whether it contains unsaved
    (u201Cdirtyu201D) data. For this, the FPM provides the Web Dynpro Interface
    IF_FPM_WORK_PROTECTION. In the is dirty method, you have to put
    METHOD is_dirty.
    if * component contains unsaved data
    ev_dirty = abap_true.
    else.
    ev_dirty = abap_false.
    endif.
    ENDMETHOD.
    Questions:
    1. If you see the shared application component HRTMC_TP_SHARED_DATA, it implements interface IF_FPM_WORK_PROTECTION. But, the isdirty method in the component controller has already existing code
    METHOD is_dirty.
    ev_dirty = wd_this->mv_is_dirty.
    ENDMETHOD.
    Where should we put the code given below as described in FPM documentation. In shared component or in individual components like HRTMC_TP_WORKEXP_INTERNAL, HRTMC_WORKEXP_INTERNAL, HRTMC_TP_EDUCATION
    etc.
    METHOD is_dirty.
    if * component contains unsaved data
    ev_dirty = abap_true.
    else.
    ev_dirty = abap_false.
    endif.
    ENDMETHOD.
    And, the line "* component contains unsaved data" as described in document- how do we code this for talent profile considering that there are multiple components, shared component etc? My requirement is that if user has entered some data in any of the tabs like internal work experience, external work experience, then work protect should work if
    user tries to navigate away or close browser.
    2. If you see general documentation for Work protect and webdynpro (not for FPM), it says that the application must define a special status (dirty flag), which tells the portal when there is unsaved data. You can set and cancel this status (TRUE, FALSE) using method
    SET_APPLICATION_DIRTY_FLAG in interface IF_WD_PORTAL_INTEGRATION.
    And it goes on to say that one must set application flag dirty
    SET_APPLICATION_DIRTY_FLAG
    exporting
    DIRTY_FLAG = TRUE | FALSE
    and also set work protect mode
    call method L_PORTAL_MANAGER->SET_WORK_PROTECT_MODE
    exporting
    MODE = NONE | APPLICATION_ONLY | BOTH
    3. Which is the correct way to enable Work protect in case of Talent profile applications? Which method of which component should should we add code to? Which of the above ways should we follow ( Interface IF_FPM_WORK_PROTECTION or IF_WD_PORTAL_INTEGRATION) ? Which component and which method should we Set Work protect and  Set isdirty
    Please advise.

    Hi Experts,
    Can you please provide some useful info in implementing work protect in Standard FPM WebDynpro ABAP applications? In this case, as mentioned above, the application is  ESS Talent Profile application (HRTMC_EMPLOYEE_PROFILE).
    Thanks,
    Sandeep

  • Trouble with custom viewer for Android

    Hello, I have created a Custom Content Viewer for Android using Viewer Builder 1.5.1. After building the Content Viewer I sideloaded, v15 Android.apk and tested it on a Samsung Galaxy tab. It shows the empty gray viewer with no content.
    Is there something that I may have not done correctly with the android app? I want to test my viewer locally. I have uploaded folio with the same adobe Id, which I have used to create my content viewer but not able to find my content on tab.
    I have professional account for DPS, how to get "Sign In" button for my Content viewer and test it before uploading it to Android market? Any help would be appreciated.
    Thanx in advance
    Kundan

    Got it. I tried booting with MOD_AUTOLOAD set to yes, and it was working fine. Looks like I needed to specify some more modules in my list.

  • Configuration help for Webdynpro HRTMC_TP_HEADER  in talent Profile

    Hi Guys,
    Please help me how the Webdynpro component HRTMC_TP_HEADER is configured for Talent Profile.
    I have found other webdynpro in Talent Profile , But not able to figure this out.
    Thanks a lot.
    Regards
    Prabhu

    Hello,
    Hello You can find the steps to configure the talent profile in SPRO.
    Follow the path Talent Management and Talent Development>>Talent Profile>>Configuration of user interface-->>Configure talent profile for ESS or MSS.
    Regards
    Pradeep

  • In A3, How Do I Apply One Of My (many) Custom Metadata Views To The Viewer?

    In A3, it appears that both the Viewer and Browser are limited to just 2 views: Basic and Expanded.
    In A2, I had many custom metadata views that I could easily change via the Metadata-pane (now gone) in Prefs. depending on the type of workflow, customer needs, etc.
    Now, if I'm limited to just 2, I'll have to go in and manually change the composition of A3's 2 views for each workflow. If this is the case, I see it as a big step backwards. This is the type of limitation that iPhoto often has, and flexibility is what I expect from a Pro-App.
    I spent a great deal of time developing custom metadata views for various workflows so that I could align the various displays in Aperture to each workflow. What do I do now?

    Just stumbled over this thread:
    Yes, its the truth. There is no way to quickly change the display of Metadata in Browser or List View.
    You can tell from the form of the Settings - Window (Command - J) that there is no way anymore. You have one Standard View, and one Extended.
    Strange. I did not use it a lot, I always display pictures to customers with no metadata, except when we do a selection on site (and then its standard with only rating).
    wok4

  • How to configure and set a default view for contents of a data set

    Here is my scenario:
    I have a document library where each item is a "Plan".  "Plan" is of a custom content type that inherits from a Document Set content type but has some additional attributes such as Plan Type.  Inside each Plan, each item is
    a Plan Document which is of custom content type Plan Document which inherits from Document content type but has some additional attributes e.g. Document Status.
    So the hierarchy is:
    All Plans (document library)
         Plan 1  (custom content type that inherits from Document Set but also has a "Plan Type" attribute)
                 Plan Document   (custom content type that inherits from Document but also has a "Document Status" attribute
    When I click on the document library, I want to see all the folders (e.g. Plan 1) where one of the columns will be "Plan Type"
    When I click on an individual Plan (e.g. Plan 1) I want to see the contents of that custom document set.  At this point, since this page shows contents of one document set, I want to see the column "Document Status" but NOT Plan Type since
    Plan Type applies to the document set as a whole, not to an individual item in that document set.
    However, I don't think I have it set up correctly because right now the "Plan Type" column is visible both on the list of all document sets AND on the page that shows the contents of one document set.
    I've found a discussion on this topic here:
    http://sharepoint.stackexchange.com/questions/61565/how-can-i-set-a-custom-default-view-for-a-document-set
    where one person said "When you click on a Document Set content type in library settings, one of the options is "Document Set settings". The last option in this dialogue allows you to select a defined view on the library that will be used
    to show the contents of that Document Set."  I don't see that view selection.  The last item on the document set settings page is "Update List and Site Content Types".  The field before that is for customizing the Welcome page. 
    However, I don't want to customize the Welcome Page as a whole, I just want to customize the columns that are displayed on the list of content of this document set.
    thanks

    I finally found the answer:
    At the document library level, create a new view to use when displaying the files in the document set
    Go to the document library settings
    Select your custom content type (in my case it was "Plan")
    In the next screen select Document Set settings
    Select your newly created view at the Welcome Page View section
    Press Ok
    Now the default All Documents view will be shown when displaying all the document sets and the newly created view will be displayed when viewing one document set with the files within.

  • Getting prob while creating view in webdynpro ABAP application

    Hi Guys,
    I am facing a problem while creating a view for webdynpro ABAP application. It is giving an error as "ICF service "/sap/public/bc/WebDynpro/ViewDesigner" inactive".
    can anybody let me know how to solve this problem.
                   Thanks In Advance
    Regards
    Ravikumar

    I think check Internet explorer Tools ->Internet Options ->Connections.>Lan Connections> if the proxy or anyting checkbox is clicked coz it doesn't work with Internet on .
    Please reward if useful.

Maybe you are looking for

  • ESB- FTP adapter unable to poll a file

    I have a FTP adapter it has to poll files, with diff naming convention.(like "asd", 'wer',"jkl","AVC"). But the adapter was unable to poll a file which name start with AVC reamining files are polled successfully.At ftp location ftp adapter will poll

  • Send another Purchase Order via Email

    Hi,    Currently i have an output ZP01 that send purchase order to a user (User A).  Now i would like to send using the same output ZP01 to send to another user (User B).   Question:   Can I use the same output to send to two users ?   Or, do i creat

  • Cannot find class in same directory during compilation

    hi i have two file hello.java & hi.java in same directory having simple println statements. hello.java public class hello {   public static void main(String[] args) {     System.out.println("hello");     new hi(); }hi.java class hi {   hi() {     Sys

  • How can i locate my lost iphone?, how can i locate my lost iphone?

    how can i locate my lost iphone?

  • Database crash, CPU Starvation

    hi, i am using 11.2.0.3 version of oracle. We have recently migrated to 11g, after 1 month of smooth and comparatively better performance, we are suddenly facing performance issues with our database and it got crashed twice within 5 days. even we did