Help me to do this hard task

i am Oracle DBA for a company from yesterday
really i face critical problem which is that we have 17 data servers ( don't smile it's truth), we use various operating systems (Windows servers and Linux Redhat), i try to make strategy to collect all those databases or most of them ( i mean oracle data servers only) in one server or maximum 2 servers, from where can i start?
specially i will add new databases (Warehousing and CRM) at the end of 2007, please help me?
another question: give any data for Oracle standby data server ( Method and Use)?
Thank you

Hi mtawfik,
17 data servers ( don't smile it's truth), we use various operating systems (Windows servers and Linux Redhat), i try to make strategy to collect all those databases or most of them ( i mean oracle data servers only) in one server or maximum 2 serversIt depends on the size and the kind of databases (OLTP or OLAP) if you can collect the databases to the same servers.
If the are really small and don't need much cpu/memory or aren't i/o intesive... then maybe one big server with vmware is a solution.
You can copy the tablespaces (transportable tablespaces) between windows and linux, because both systems have the same endian (little endian), but it depens on your oracle release if they can be copied on different plattforms. (windows <-> linux)
=> http://www.oracle.com/technology/pub/articles/10gdba/week16_10gdba.html
With a VMware system you are able to extend it "easily". For example my test environments are all running on vmware, but i must confess that all productive databases are running on dedicated servers, because of the high load ... but you have to analyze it ...
give any data for Oracle standby data server ( Method and Use)?You can use oracle dataguard or some third party products like ShadowDB...
Regards
Stefan

Similar Messages

  • I have unabled 5 fingure gesture now not able to perform any task,also my power button is not working,please help me in removing this gesture,using I phone 4

    I have unabled 5 fingure gesture now not able to perform any task,also my power button is not working,please help me in removing this gesture,using I phone 4

    I have unabled 5 fingure gesture now not able to perform any task,also my power button is not working,please help me in removing this gesture,using I phone 4

  • I recently used an external hard drive to back up photos etc from my mac, I didn't do a full system back up. Since then a finder window titled 'client node' keeps popping up every time i hit the spacebar. Can anyone help me please stop this happening?

    I recently used an external hard drive to back up photos etc from my mac, I didn't do a full system back up. Since then a finder window titled 'client node' keeps popping up every time i hit the spacebar. Can anyone help me please stop this happening?

    Click on it, choose Get Info from the File menu, and check the format.
    If it's formatted as NTFS, reformat it as MS-DOS, exFAT, or Mac OS Extended (Journaled) as desired, or install software such as Paragon NTFS on the computer.
    If it's formatted as FAT32 or exFAT, use the Disk Utility's Repair Disk command on it; this may also happen for a flash drive which is about to fail.
    If it's formatted as Mac OS Extended, click Authenticate and provide your administrator password, or change the permissions on that specific folder in its Get Info window.
    (109318)

  • Need help in installing a SATA hard drive with 865pe NEO2

    Hello there
    I need a help in installing a Sata hard drive ,it is WD 250 GB , my motherboard is 865PE Noe2 , the bios is the latest one
    already I got another old hard drive ,not a Sata ,a regular IDE one installed as a master hard drive
    I want to install the sata hd as a slave for the IDE hd for now to transfer the files and documents
    I already physically installed the Sata hard drive yet the problem is that it was listed in the bios , I followed some of the steps here in the forum mentioned but all what I got is I found it listed as the fourth IDE master , not as the primary IDE slave
    in Windows Xp Sp2 it is not listed of course in the windows explorer , but it is there in the device manager
    look I am very confused and I tried most of the combinations in the ide configuration in BIOS 
    what should I do coz I am feeling so bad and stupid  ,you can consider me a n00b in this hard drive thing

    1st the sata drive cannot be listed as a slave drive to the ide master [key word=ide-can be configured as master OR slave, master IF only 1 hd, master and slave IF 2 hds], on the sata controler you can have master and slave, the ide cable has two connectors for the hds, sata has only 1 hd connector.
    are you wanting to install the sata as primary master and move the operating sys to that drive, if so you will need an IMAGING software to move an operating system OR you could do a fresh operating system install to the sata drive then install your programs.

  • Help Me To Fix This Loading Please

    Dear All Users
    I really need your help on this, I have a loader in my edge animate that i picked up from http://www.gayadesign.com/diy/queryloader-preload-your-website-in-styl e/
    and this is the Only loader that works very well on Edge and Load anything Completely, loader had some bugs so i google it and find fixes for, and now i have this loader without any bug except One bug that loader has with Maxthon, IE, Chrome and Safari browsers, i'm going Crazy right Now and dont know what to do with this Bug, The bug is only at last seconds of loading, after load complete a symbol that created in the loading Script wont remove !!
    if you try this on any edge Project you will see after loading is complete you just see a 0% in a black screen but if you zoom out your Browser you will see your project is there...
    and the point is this is happen only with Maxthon, IE, Chrome and Safari, and works very well with FireFox ... !!!
    i really need this loading, Here is the Final Script and CSS file that Loader Needs :
    CSS File Link : http://www.mediafire.com/?kb11s474aipt39w
    Script :
    var QueryLoader = {
            overlay: "",
            loadBar: "",
            preloader: "",
            items: new Array(),
            doneStatus: 0,
            doneNow: 0,
            selectorPreload: "body",
            ieLoadFixTime: 2000,
            ieTimeout: "",
            init: function() {
                    if (navigator.userAgent.match(/MSIE (\d+(?:\.\d+)+(?:b\d*)?)/) == "MSIE 6.0,6.0") {
                            //break if IE6                
                            return false;
                    if (QueryLoader.selectorPreload == "body") {
                            QueryLoader.spawnLoader();
                            QueryLoader.getImages(QueryLoader.selectorPreload);
                            QueryLoader.createPreloading();
                    } else {
                            $(document).ready(function() {
                                    QueryLoader.spawnLoader();
                                    QueryLoader.getImages(QueryLoader.selectorPreload);
                                    QueryLoader.createPreloading();
                    //help IE drown if it is trying to die
                    QueryLoader.ieTimeout = setTimeout("QueryLoader.ieLoadFix()", QueryLoader.ieLoadFixTime);
            ieLoadFix: function() {
                    if(jQuery.browser.msie){
                            if ((100 / QueryLoader.doneStatus) * QueryLoader.doneNow < 100) {
                                    QueryLoader.imgCallback();
                                    QueryLoader.ieTimeout = setTimeout("QueryLoader.ieLoadFix()", QueryLoader.ieLoadFixTime);
            imgCallback: function() {
                    QueryLoader.doneNow ++;
                    QueryLoader.animateLoader();
            getImages: function(selector) {
                    var everything = $(selector).find("*:not(script)").each(function() {
                            var url = "";
                            if ($(this).css("background-image") != "none") {
                                    var url = $(this).css("background-image");
                            } else if (typeof($(this).attr("src")) != "undefined" && $(this).prop("tagName").toLowerCase() == "img") {
                                    var url = $(this).attr("src");
                            url = url.replace("url(\"", "");
                            url = url.replace("url(", "");
                            url = url.replace("\")", "");
                            url = url.replace(")", "");
                            if (url.length > 0) {
                                    QueryLoader.items.push(url);
            createPreloading: function() {
                    QueryLoader.preloader = $("<div></div>").appendTo(QueryLoader.selectorPreload);
                    $(QueryLoader.preloader).css({
                            height:         "0px",
                            width:          "0px",
                            overflow:       "hidden"
                    var length = QueryLoader.items.length;
                    QueryLoader.doneStatus = length;
                    for (var i = 0; i < length; i++) {
                            var imgLoad = $("<img></img>");
                            $(imgLoad).attr("src", QueryLoader.items[i]);
                            $(imgLoad).unbind("load");
                            $(imgLoad).one('load', function() {             //IE Cache Fix  
                              QueryLoader.imgCallback();
                            }).each(function() {
                              if(this.complete) $(this).load();
                            $(imgLoad).appendTo($(QueryLoader.preloader));
            spawnLoader: function() {
                    if (QueryLoader.selectorPreload == "body") {
                            var height = $(window).height();
                            var width = $(window).width();
                            var position = "fixed";
                    } else {
                            var height = $(QueryLoader.selectorPreload).outerHeight();
                            var width = $(QueryLoader.selectorPreload).outerWidth();
                            var position = "absolute";
                    var left = $(QueryLoader.selectorPreload).offset()['left'];
                    var top = $(QueryLoader.selectorPreload).offset()['top'];
                    QueryLoader.overlay = $("<div></div>").appendTo($(QueryLoader.selectorPreload));
                    $(QueryLoader.overlay).addClass("QOverlay");
                    $(QueryLoader.overlay).css({
                            position: position,
                            top: top,
                            left: left,
                            width: width + "px",
                            height: height + "px"
                    QueryLoader.loadBar = $("<div></div>").appendTo($(QueryLoader.overlay));
                    $(QueryLoader.loadBar).addClass("QLoader");
                    $(QueryLoader.loadBar).css({
                            position: "relative",
                            top: "50%",
                            width: "0%"
                    QueryLoader.loadAmt = $("<div>0%</div>").appendTo($(QueryLoader.overlay));
                    $(QueryLoader.loadAmt).addClass("QAmt");
                    $(QueryLoader.loadAmt).css({
                            position: "relative",
                            top: "50%",
                            left: "50%"
            animateLoader: function() {
                    var perc = (100 / QueryLoader.doneStatus) * QueryLoader.doneNow;
                    if (perc > 99) {
                            $(QueryLoader.loadAmt).html("100%");
                            $(QueryLoader.loadBar).stop().animate({
                                    width: perc + "%"
                            }, 500, "linear", function() {
                                    QueryLoader.doneLoad();
                    } else {
                            $(QueryLoader.loadBar).stop().animate({
                                    width: perc + "%"
                            }, 500, "linear", function() { });
                            $(QueryLoader.loadAmt).html(Math.floor(perc)+"%");
            doneLoad: function() {
                    //prevent IE from calling the fix
                    clearTimeout(QueryLoader.ieTimeout);
                    //determine the height of the preloader for the effect
                    if (QueryLoader.selectorPreload == "body") {
                            var height = $(window).height();
                    } else {
                            var height = $(QueryLoader.selectorPreload).outerHeight();
                    //The end animation, adjust to your likings
                    $(QueryLoader.loadAmt).hide();
                    $(QueryLoader.loadBar).animate({
                            height: height + "px",
                            top: 0
                    }, 500, "linear", function() {
                            $(QueryLoader.overlay).fadeOut(800);
                            $(QueryLoader.preloader).remove();
    yepnope({nope:[
                                                      'queryLoader.css',
                                                      ],complete: initialize});
    function initialize (){
                                                      QueryLoader.init();
    Note : when  you are in the Edge and hit ctrl+enter the project loads very well in IE, Chrome, and Safari without any problems !!  but when save and run HTML file the problem would appear !!
    but if you run that HTML file in Firefox everything works like a charm...
    i really don't know what can i do, i used all of my knowledge that i had in java Programming but no luck :'(
    Please Help Me...
    Note : you have to use this code inside of Preloader > Loading
    & place CSS file in the main folder of your Edge Project
    Zaxist

    Hello Zaxist,
    I must say this script is driving me nuts since the beginning.
    How hard can it be for a (simple) percentage preloader to use on our (Edge Animate) website?
    It was all so easy in Flash. A different story now.
    I can see when pasting the code below (or yours) in the Preloader "loading" event, the code gets triggered 3 times.
    So it seems it works (in Chrome) but 2 of the 3 loading overlays (+loadbar and text) won't remove like it should.
    I don't have a solution for this either, but maybe someone with much more javascript experience can help us out with this one?
    The nicest thing would be if the Adobe Edge Animate team provide us something simple we can put in the Preloader "loading" event like:
    sym.$("ldr_txt").html(e.loaded+"%");
    or maybe the use of (e.bytesloaded) and (e.bytestotal)?
    Wouldn't that be great? Maybe they are working on this?
    I really hope we finally can get a proper solution for this.
    An animated gif (as we have now) is simply not enough.
    Kind Regards,
    Lester.
    The below code is almost the same of yours, without the CSS.
    var QueryLoader = {
              overlay: "",
              loadBar: "",
              preloader: "",
              items: new Array(),
              doneStatus: 0,
              doneNow: 0,
              selectorPreload: "body",
              ieLoadFixTime: 10,
              ieTimeout: "",
              init: function() {
                                   if (navigator.userAgent.match(/MSIE (\d+(?:\.\d+)+(?:b\d*)?)/) == "MSIE 6.0,6.0") {
                                                                //break if IE6                
                                                                return false;
                                   QueryLoader.spawnLoader();
                                   QueryLoader.getImages(QueryLoader.selectorPreload);
                                   QueryLoader.createPreloading();
                                   //help IE drown if it is trying to die
                                   QueryLoader.ieTimeout = setTimeout("QueryLoader.ieLoadFix()", QueryLoader.ieLoadFixTime);
                                   console.log("INIT")
              ieLoadFix: function() {
                                   if(jQuery.browser.msie){
                                                                if ((100 / QueryLoader.doneStatus) * QueryLoader.doneNow < 100) {
                                                                                      QueryLoader.imgCallback();
                                                                                      QueryLoader.ieTimeout = setTimeout("QueryLoader.ieLoadFix()", QueryLoader.ieLoadFixTime);
              imgCallback: function() {
                                   QueryLoader.doneNow ++;
                                   QueryLoader.animateLoader();
              getImages: function(selector) {
                                   var everything = $(selector).find("*:not(script)").each(function() {
                                                                var url = "";
                                                                if ($(this).css("background-image") != "none") {
                                                                                      var url = $(this).css("background-image");
                                                                } else if (typeof($(this).attr("src")) != "undefined" && $(this).prop("tagName").toLowerCase() == "img") {
                                                                                      var url = $(this).attr("src");
                                                                url = url.replace("url(\"", "");
                                                                url = url.replace("url(", "");
                                                                url = url.replace("\")", "");
                                                                url = url.replace(")", "");
                                                                if (url.length > 0) {
                                                                                      QueryLoader.items.push(url);
              createPreloading: function() {
                                   QueryLoader.preloader = $("<div></div>").appendTo(QueryLoader.selectorPreload);
                                   $(QueryLoader.preloader).css({
                                                                height:         "0px",
                                                                width:          "0px",
                                                                overflow:       "hidden"
                                   var length = QueryLoader.items.length;
                                   QueryLoader.doneStatus = length;
                                   for (var i = 0; i < length; i++) {
                                            (function(i) {
                                                                var imgLoad = $("<img></img>");
                                                                $(imgLoad).attr("src", QueryLoader.items[i]);
                                                                $(imgLoad).unbind("load");
                                                                $(imgLoad).one('load', function() {             //IE Cache Fix  
                                                                  QueryLoader.imgCallback();
                                                                }).each(function() {
                                                                  if(this.complete) $(this).load();
                                                                $(imgLoad).appendTo($(QueryLoader.preloader));
                                                                  })(i);
              spawnLoader: function() {
                                   var height = $(window).height();
                                   var width = $(window).width();
                                   var position = "fixed";
                                   var left = $(QueryLoader.selectorPreload).offset()['left'];
                                   var top = $(QueryLoader.selectorPreload).offset()['top'];
                                   QueryLoader.overlay = $("<div></div>").appendTo($(QueryLoader.selectorPreload));
                                   $(QueryLoader.overlay).css({
                                                                "background-color":"#000",
                                                                "z-index":"9999",
                                                                position: position,
                                                                top: top,
                                                                left: left,
                                                                width: width + "px",
                                                                height: height + "px"
                                   QueryLoader.loadBar = $("<div></div>").appendTo($(QueryLoader.overlay));
                                   $(QueryLoader.loadBar).css({
                                                                "background-color":"#ccc",
                                                                height:"6px",
                                                                position: "relative",
                                                                top: "50%",
                                                                left: "0%",
                                                                width: "0%"
                                   QueryLoader.loadAmt = $("<div>0%</div>").appendTo($(QueryLoader.overlay));
                                   $(QueryLoader.loadAmt).css({
                                            color:"#666",
                                            "font-family":"'Trebuchet MS',Arial,Helvetica,sans-serif",
                                            "font-size":"24px",
                                            "font-weight":"700",
                                            "line-height":"50px",
                                            height:"50px",
                                            width:"100px",
                                            margin:"-60px 0 0 -50px",
                                                                position: "relative",
                                                                top: "50%",
                                                                left: "52%"
                                   //console.log("SPAWNLOADER")
              animateLoader: function() {
                                   var perc = (100 / QueryLoader.doneStatus) * QueryLoader.doneNow;
                                   if (perc > 99) {
                                                                $(QueryLoader.loadAmt).html("100%");
                                                                $(QueryLoader.loadBar).stop().animate({
                                                                                      width: perc + "%"
                                                                }, 500, "linear", function() {
                                                                                      QueryLoader.doneLoad();
                                   } else {
                                                                $(QueryLoader.loadBar).stop().animate({
                                                                                      width: perc + "%"
                                                                }, 500, "linear", function() { });
                                                                $(QueryLoader.loadAmt).html(Math.floor(perc)+"%");
              doneLoad: function() {
                                   //prevent IE from calling the fix
                                   clearTimeout(QueryLoader.ieTimeout);
                                   var height = $(window).height();
                                  //The end animation, adjust to your likings
                                   $(QueryLoader.loadAmt).hide();
                                   $(QueryLoader.loadBar).animate({
                                                                //height: height + "px",
                                                                //top: "0%"
                                   }, 500, "linear", function() {
                                                                $(QueryLoader.overlay).fadeOut(800);
                                                                $(QueryLoader.preloader).remove();
                                                                console.log("LOADED")                                         
    QueryLoader.init();

  • Is there anyone who can help me out in this!!!!

    Trying this for the fourth time........
    Hi gurus,
    I have posted this thread earlier also but didnt get any response, so I was just wondering did I ask something unrealistic?
    Hi gurus,
    I am working on an interface where I will be getting the production order number and then based on this order number I need to update some fields in transaction code ... CO11N...such as Quantity produced, reason of variance, batch number and posting date. So what I believe is first I need to pass the order number to the BAPI_PRODORD_GET_DETAIL to get the details of the production order and then update the production order by using the BAPI_PRODORDCONF_CREATE_TT, but my problem is I am new to ABAP I got to know what should be the process but I am not being able to implement it. So basically the program needs to pick the data from the internal table and copy it in SAP. My internal table looks liks
    data : BEGIN OF it_input occurs 0,
    order_no like afko-aufnr, "Order Number
    opr_no like afru-vornr,
    quant like afru-lmnga,
    varian like afru-grund,
    budat(10) type c,
    matnr like caufvd-matnr, "Materials
    erfmg like cowb_comp-/cwm/erfmg,
    charg like mcha-charg,
    END OF it_input.
    So can you please help me out in this..I mean step by step or if there is any other suitable way.
    Thanks,
    Rajeev .......

    Rajeev,
    Based on your post, just may not be clear what you are asking for then.
    I think your general approach that you have described is correct.  Without knowing the source of your data for the internal table, it is hard to completely provide an answer but a typical interface might look something like this:
    1.  Selection screen with parameters for the file name (If a file is the source of your data)
    2.  Load data from the file into your internal table.
    3.  Loop at your data
    4.  Call the Get Detail BAPI
    5.  Using the data returned from the get detail BAPI and your internal table create the importing, exporting, tables parameter for your Create BAPI.
    This step might need some more clarification.  I am not sure if you are using the right BAPI for what you are trying to accomplish.  First this appears to be a Create function and not a change, second, it appears that this is for Time Ticket information against a production order.  I haven't used any BAPIs for production orders before so I can't give you a definite answer.  If you cannot find an appropriate BAPI, you might also try creating a BDC/Call transaction update.
    6.  Review the error messages/return code from your production order change
    7.  Output some type of report to the user regarding successful updates, errors, etc.
    I hope this helps provide some guidance.
    Best Regards,
    Chris H.

  • Will this hard drive work in my iMac G5?

    Will this hard drive work in my G5? 
    http://www.amazon.com/dp/B005CT56XU/?tag=extension-kb-20
    Below are the stats for my iMac.
    Thanks for any help!
    Processor
    Memory
    Processor speed:
    - 2.0 GHz.
    Processor Type:
    - PowerPC, G5
    Number of Cores:
    - 1
    Bus Speed:
    - 667 Mhz
    Cache:
    64-bit Support:
    - No
    Turbo Boost:
    - No
    Installed RAM:
    - CTO
    Max. Amount:
    - 2.0 GB
    Amount of Slots:
    - 2
    RAM Speed:
    - 400 MHz
    RAM Type:
    - PC-3200, DDR, SDRAM
    Storage and Media
    Graphics
    Hard Drive:
    - CTO, 7200rpm.
    Hard Drive Brand:
    - Unknown.
    Drive Bus:
    - Serial-ATA
    Optical Drive:
    - CTO.
    Optical Bus:
    - Ultra ATA/133
    Other Media:
    Display Size:
    - 17-inch.
    Graphics Card:
    - ATI Radeon 9600
    Card Memory:
    - 128 MB
    Max. Resolution:
    - 1440 x 900
    BLU / Coating:
    - TFT LCD
    Networking
    Ports and Expansion
    AirPort:
    - Built-in AirPort Extreme (802.11 b/g)
    Ethernet:
    - 10/100/1000BASE-T (RJ-45)
    Bluetooth:
    - Built-in Bluetooth 2.0 + EDR
    Infrared:
    - None.
    Modem:
    - 56k v92
    USB:
    - 3 ports (USB 2.0)
    FireWire:
    - 2 ports (FW400).
    Display port:
    - Mini-VGA
    Card Slot:
    Thunderbolt:
    - No Thunderbolt port.
    Operating System and Software
    Temperature and Cooling
    Original OS:
    - Mac OS 10.4 Tiger
    Maximum OS:
    - Mac OS 10.5.8
    Recommended OS:
    - Mac OS 10.4.11
    iLife Supported:
    - Coming Soon

    Well, there are different versions of Sata.  See:
    http://en.wikipedia.org/wiki/Serial_ATA#Revisions
    I think this is the info someone would need:
    You may want to post machine info.
    blue apple > about this mac > more info button. Click on the hardware line. It has a little triangle in front of the word hardware.
    Leave out the serial number.
    Example:
    Machine Name: iMac
    Machine Model: PowerMac4,1
    CPU Type: PowerPC 750 (33.11)
    Number Of CPUs: 1
    CPU Speed: 600 MHz
    L2 Cache (per CPU): 256 KB
    Memory: 768 MB
    Bus Speed: 100 MHz
    Boot ROM Version: 4.1.9f1
    Look around & see if you can find the bus speed for the SATA.
    Robert

  • I have a PC and a need help to configure my external hard disk on my network. Thanks

    I have a PC and a need help to configure my external hard disk on my network. Thanks

    If you mean you wish to plug a USB drive into the Airport Extreme router (or TC not express) that is easy..
    The disk must be formatted FAT32.. as if.. stay away from FAT .. or HFS+ ie Mac OS extended Journaled.
    Format the disk on a Mac is best.. and even use GUID partition scheme not MBR.
    The PC has no issue writing and reading files because this is a network drive.. The PC does not write to the drive.. it writes files to the Airport OS which writes and reads the disk and passes the info using standard windows SMB.. To the windows computer it will be a Windows NT server.. FAT32 setup.
    If your setup is different.. to my hugely guessed assumptions.. give details.. always helps to have.. make and model.
    Make and model of disk.. make and model of router.. how the setup will be done.. what windows OS you run.. etc etc.
    As it stands your question could have nothing to do with apple at all.. other than you posted in a forum so I guess there is something apple in there somewhere.

  • Would this hard drive be compatible with a Compaq Presario CQ50-115NR?

    I'm wondering if this hard drive would fit in and be compatible with my laptop:
    http://www.wdc.com/en/products/products.asp?driveid=684
    I'm not sure if this 12mm, 2.5 inch drive would fit in it or be compatible with it. I plan to purchase this one if it is indeed compatible and will fit.
    Otherwise, if not, then can someone recommend another internal 750 GB SATA 3 Gb/s 8 MB Cache 5200 or 5400 hard drive for me that is just as good quality as Western Digital? Must be compatible and fit.
    Thanks and much appreciation in advance.

    Hmm... Can no one help?

  • Need Urgent help, I have made partition hard drive in my mac book and using OS mac

    Need Urgent help, I have made partition hard drive in my mac book and using OS mac & Window8 seperately... for couple of days it works great for both window & OS mac But nowadays, my pc gets restart automatically while using window & even I cant access to my Mac OS...........  I got some error in window (error80070003) ...>>>>> Now how can I format whole drive & recover my Mac book OS.without boot disk.

    I can't find that model. If you open System Profiler in the Utilities folder look for the Model Identifier over in the right hand display. What do you find for the model ID? If your computer supports Internet Recovery here's what to do:
    Install Mavericks, Lion/Mountain Lion Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This should restore the version of OS X originally pre-installed on the computer. If Mavericks is not installed, then you can reinstall it by re-downloading the Mavericks installer.
    You will need to use Boot Camp Assistant in order to create a new Windows partition, then reinstall Windows.

  • My iPhone 6 ear speaker is not working properly I couldn't able to hear any thing from ear speaker to lissen I had to put on loud speaker or to use handsfree please help me out with this problem if some body have answer?

    My iPhone 6 ear speaker is not working properly I couldn't able to hear any thing from ear speaker to listen I had to put on loud speaker or to use hands free please help me out with this problem if some body have answer?

    Hi Venkata from NZ,
    If you are having an issue with the speaker on your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    If you hear no sound or distorted sound from your iPhone, iPad, or iPod touch speaker - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Help me to solve this. select statement!

    hello alll
    is there any functional module which gives me the BELNR(of bseg) by passing the vbeln.
    yeah ...we can do tht by passing bseg table ,,,,but its taking loads of time to give me the output as its not a primary key or secondary key.....
    when i m using this condition in the prog i cannot use inner join as its a cluster table . if i m writing a condition it is effecting my prog performance
    this statement is really taking long time to process.
    in bseg table as vbeln is not primary key or seconday key, i guess thz the reason it is taking so much time ,,,
    can anyone help me to sort this out... ??
    any fun mod to get the data of bseg cluster table by giving vbeln?/
    or any other conditions to reduce the processing time?
    clear t_vbrkvbrp.
    sort t_vbrkvbrp by vbeln.
    loop at t_vbrkvbrp.
    at new vbeln.
    select bukrs belnr vbeln
    from bseg
    into corresponding fields of table t_temp
    where bukrs = t_vbrkvbrp-bukrs
    and vbeln = t_vbrkvbrp-vbeln.
    endat.
    endloop.
    SELECT bukrs belnr buzid koart shkzg dmbtr vbeln hkont kunnr werks
    FROM bseg
    INTO TABLE t_bseg
    for all entries in t_temp
    WHERE hkont IN s_hkont
    AND bukrs = t_temp-bukrs
    AND belnr = t_temp-belnr
    AND buzid = ' '
    AND koart = 'S'
    AND shkzg = 'H'.
    i need to get the g/l account number and belnr from bseg for the above condition type so i have to use bseg table
    as there is no apporpriate index it is scanning the full table ,,,, so can anyone tell me how to create a index or like wise to get the data faster??

    Don't use BSEG, use BKPF and fields AWTYP, AWREF which link a financial document to the application and document that generated it. (The "original document" under transaction like FB03)
    <i>Example: "RMRP" + invoice number for purchase invoice</i>
    In  some case you need an intermediate table
    <i>Example: from EKPO, EKBE, you get the MKPF records and from them the BKPF/BSEG</i>
    For a list of "referenced procedures" Look at TTYP (text table is TTYPT), you will get the code, structure used to build the key (if more than one field) and a function module used to display the origin
    <i>Example :  MKPF "Material document" structure MKPF_AWKEY function module MB_DOCUMENT_SENDER_MKPF</i>
    You can also look at your accounting documents found with the "slow" BSEG version of your program and establish a list of AWTYP used in you company/customer.
    An other way, used in some companies, is to append a structure with EBELN field to BSIS and BSAS table, these table are filled via a MOVE-CORRESPONDING statement, so the nesw records will be filled (You may write a program to update past records) then create an index on EBELN on these fields.
    Regards
    PS: BSEG is a cluster table, so the only real criteria are the primary keys, if you select via EBELN, the program read the whole table, may be correct in Development, but not in Production and there it will be more and more resources consuming. So NEVER select from BSEG vithout the primary keys, use the secondary tables : BSIS/BSAS, BSIM, etc.

  • Help me to make this

    hi for all, i need a help to put an image and make a JFrame for ChatLogin similar to yahoo messenger chat login frame, my problem is i don't know how to arrange the instruction and how to make the image named "Face.jpg" in the upper position like keep smiling in yahoo messenger and the other labels and text Field down of this image.so plz any one help me to make this done becuse i need to know where is the problem and what should i do. thanks
    import MarChat.*;
    import java.awt.*;
    import java.awt.BorderLayout;
    import java.security.*;
    import java.sql.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.io.*;
    import java.util.Date;
    public class LoginFrame extends JFrame implements ActionListener,Serializable,MessengerConstants
          String _username=null,_password=null,_server=null;
          JLabel label1,label2,label3,label4,NewAcc,ForgPassLab;
             JTextField user,server,port;
          JPasswordField password;
          JButton ok;
             ImageIcon icon;
             private LoginFrame frame;
             private byte[] DigPass;
             private byte[] ReturnPass;
             javax.swing.JButton quit, register,check;
             Container container,container1;
             Panel topPanel,centerPanel;
        private Socket s;
             public static MainFrame MainF;
             private Socket socket;
          private Thread thread;
          private DataInputStream dis;
          private DataOutputStream dos;
            // public Socket s =null;
    public LoginFrame(JFrame frame)
             super("SIMSM Login Windows");
             initial();
    public LoginFrame()
              super("SIMSM Login Windows");
              initial();
    public void initial()
           Image iconImage = Toolkit.getDefaultToolkit().getImage("C:/SIMSM/Client/My/src/images/messengerImage.gif");
            this.setIconImage(iconImage);
             /*********Top Panel*********************/
           /* ImageIcon imageI = new ImageIcon("C:/SIMSM/client/My/src/images/Face.jpg");
            JLabel imageLabel = new JLabel(imageI);
             topPanel = new Panel(new BorderLayout());
             topPanel.add("North",imageLabel);*/
           /**********Center Panel******************/
           // centerPanel = new Panel(null);
            container = this.getContentPane();
         container.setLayout(new BorderLayout());
            container.setBackground(Color.ORANGE);
            topPanel = new Panel(new BorderLayout());
             ImageIcon imageI = new ImageIcon("C:/SIMSM/client/My/src/images/Face.jpg");
            JLabel imageLabel = new JLabel(imageI);
             topPanel.add("North",imageLabel);
             container.add("North",topPanel);  // "North",topPanel);
            //container.setBackground(Color.ORANGE);
            label1= new JLabel(" Login name :");
            label1.setForeground(Color.BLUE);
         label1.setBounds(10,200,80,20);
            user= new JTextField();
            user.setBounds(100,200,130,20);
         label2= new JLabel(" Password   :");
            label2.setForeground(Color.BLUE);
            label2.setBounds(10,230,80,20);
         password=new JPasswordField();
         password.setBounds(100,230,130,20);
         label3= new JLabel(" Server          :");
            label3.setForeground(Color.BLUE);
         label3.setBounds(10,260,80,20);
            server= new JTextField("192.168.0.1");
         server.setBounds(100,260,130,20);
            label4= new JLabel(" Port               :");
            label4.setForeground(Color.BLUE);
            label4.setBounds(10,290,80,20);
         port=new JTextField(2979+"");
         port.setBounds(100,290,130,20);
         port.setEditable(false);
         ok=new JButton("Login");
            ok.setBackground(Color.RED);
            ok.setForeground(Color.YELLOW);
         ok.setBounds(40,350,80,20);
            quit = new JButton("Quit");
            quit.setBackground(Color.RED);
            quit.setForeground(Color.YELLOW);
            quit.setBounds(150,350,80,20);
         NewAcc = new JLabel("Get a new SIMSM ID......");
            NewAcc.setBounds(80,390,200,20);
            NewAcc.setForeground(Color.BLUE);
            register = new JButton("Register");
            register.setBackground(Color.RED);
            register.setForeground(Color.YELLOW);
         register.setBounds(100,420,90,20);
            ForgPassLab = new JLabel("If You Forget Your ID/Password ?");
            ForgPassLab.setBounds(60,480,200,20);
            ForgPassLab.setForeground(Color.BLUE);
            check = new JButton("Check it...");
            check.setBackground(Color.RED);
            check.setForeground(Color.YELLOW);
         check.setBounds(100,500,90,20);
            container.add(label1);
            container.add(user);
         container.add(label2);
         container.add(password);
         container.add(label3);
         container.add(server);
         container.add(label4);
            container.add(NewAcc);
            container.add(ForgPassLab);
         container.add(port);
         container.add(ok);
         container.add(quit);
            container.add(register);
            container.add(check);       
         ok.addActionListener(this);
         quit.addActionListener(this);
            register.addActionListener(this);
            check.addActionListener(this);
         this.setSize(290,580);
         this.setResizable(true);
         this.setLocation(500,150);
         this.setVisible(true);
         } // end initial method
      private void initDialogBox(JFrame frame)
       public void actionPerformed(ActionEvent event)
           if (event.getSource() == register)
             RegFrame r = new RegFrame();   //call class register
           // if press Quit Bouttom
           if (event.getSource()== quit)
              if(JOptionPane.showConfirmDialog(this,
                                               "Are you sure to Exit SIMS chat system?",
                                               "Exit SIMSM ",
                                                JOptionPane.YES_NO_OPTION,
                                                JOptionPane.WARNING_MESSAGE,
                                                new ImageIcon(exitIcon))== JOptionPane.YES_OPTION)
                                                     {System.exit(0);}                       
           if(event.getSource()== ok)
                  String UserId= user.getText();
                  char[] pass = password.getPassword();
                  String Spass = new String(pass);
                  try {         
                        //sentAuthentication(UserId,Spass,s.getOutputStream());
                    } catch (NoSuchAlgorithmException ex) {
                        ex.printStackTrace();
                      } catch (IOException ex) {
                                 ex.printStackTrace();
                  try {  
                      DataInputStream in = new DataInputStream(s.getInputStream());
                      String mess = in.readUTF();
                     // in.close();
                     /* if(mess.equalsIgnoreCase("wrong password re-type it!"))
                         password.setText("");
                      else
                      if(mess.equalsIgnoreCase("wrong ID and Password Try to register"))
                          user.setText("");
                          password.setText("");
                      else*/ 
                       //  doLogin(UserId,Spass);
                         System.err.println("Client Log in");
                         this.setVisible(false);
                 } catch (Exception ex) {
                         ex.printStackTrace();
                }   //end if
                if (event.getSource() == check)
                    SignInProb chekPro = new SignInProb();
      public static  void main(String args[])
          LoginFrame logD = new LoginFrame();
          logD.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);           
    } //end class LoginEdited by: master2007 on Mar 8, 2008 12:05 PM

    s difficult to read all those lessons because i dont have an internet connection in my homeSearch around the tutorial pages, there's a download link somewhere. You can download the whole set and read offline. **
    i read most of themGood for you.
    so anyone can help me with my layout plz.Well it's difficult to cover your entire learning needs on a forum -- I'm sure you realize that.
    db
    ** 34 MB, download from
    {color:0000ff}http://java.sun.com/docs/books/tutorial/information/download.html{color}
    Edited by: Darryl.Burke

  • Help me to solve this

    I can't view My JSP file I am getting Error Message
    Java Compile not Found
    Unable to Compile the Source file for JSP
    I copied tools.jar to servers lib dir
    But Yet i get the same message
    Pls help me to Solve this Problem

    Most common cause of the problem: JAVA_HOME environment variable not set, or set incorrectly.
    It should point to your java directory: ie C:\java1_4\ NOT C:\java1_4\bin
    Another possible cause is spaces in the path names where you have installed applications.
    Check out this page: http://www.coreservlets.com/Apache-Tomcat-Tutorial/ for a tutorial on installing tomcat.
    If you can't sort it out on your own, we need more info:
    Where have you installed Java?
    Where have installed Tomcat?
    What is the value of JAVA_HOME environment variable?
    Good luck,
    evnafets

  • Help me to convert this???

    Hi,
    This is the VB6 statement I have.
    m_conApp.Forms.ActiveForm.Items.Item("5").Specific.String = "Something"
    So please help me to convert this into c#. becauses it causes some confusions for me and difficult to find a solution from SDK help center.
    regards
    Chamara

    Hi Chamara,
    i know its confusing when you move to c#
    correct is
    ((SAPbouiCOM.EditText)(globals.SBO_Application.Forms.ActiveForm.Items.Item("5").Specific)).String
    lg David

Maybe you are looking for

  • Purchase order creation problem.. me21n

    Hi All, I have the following requirement in creation of PO. When the Purchase Order of some type, say for eg. in my case its a custom type ZNB denoting intercompany pricing is created from a Purchase Requisition, the system should check the Account A

  • X1 Carbon mini Displayport won't connect toHDMI

    Hi I have an X1 carbon type 3443 thinkpadand while the mini displayport will now connect via a VGA adapter without intermittently going to a black screen following updating the BIOS with the Dec 2013 update, it will not connect to a HDMI screen at al

  • Problem in importing an own image

    I am new to Mapbuilder. I need to use my own images as themes in my project. when I try to import a bmp or "gif" file by choosing Tools--> Import Image Option using MapBuilder, i am getting the error message "GeoRaster spatial extent update was not s

  • Whats the check box good for?

    Greetings! I'm on a Monday roll. I got bit by a context menu so far so now lets try the check box. I've always been under the impression that the check box was an include/exclude thing its either on or off. Instance I was trying to burn a cd from a p

  • Temporary tablespace Full error 10g RAC.

    Hi All, Can any one help me in below problem. After migrating one of database from single node to two node RAC database. we are facing temporary tablespace full problem. The database previously have 2 GB of temporary tablespace but after moving to RA