This script takes copies of the Image?

RDBMS version: 11.2.0.3
Platform: AIX 6.1

Is the below mentioned the backup script taking copy of the image? What is the type of backup that is used in this script?
recover copy of database with tag daily1 until time 'sysdate - 1';
backup  incremental level 1 for recover of copy with tag daily1 database;
backup as compressed backupset archivelog all not backed up;
allocate channel for maintenance type disk;
delete noprompt obsolete device type disk;
release channel;
-Another question on the above script
If a data file is lost, would I be able to quickly restore, recover by using the following commands, if I use the above backup script?
RMAN>sql ‘alter database datafile 7 offline’;
RMAN>switch datafile 7 to copy;
RMAN>recover datafile 7;
RMAN>sql ‘alter database datafile 7 online’;

This is the strategy of "Update backups gradually" what Oracle documents, but some of us are not comfortable with.

See http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmbckba.htm#CHDEHBFF

Why I'm not comfortable?
(1) it causes the local backup on the database server - that is to say on the same SAN as the target database! (unless you connect two different San on database server)
(2) it provides only 1 backup of the database to be available at any time (unless you do religiously the backups from this location on tape every day)
(3) it offers the opportunity to move to the last backup, but not older backups (unless make you backups on tape and so make sure that you have backups of image on different days on different bands).

It is too easy for a DBA / SA to not follow the three recommendations 'less' I added.

Hemant K Collette

Tags: Database

Similar Questions

  • Problems with cloning a database using copies of the image

    I use Oracle 10.2.0.4 on a 64-bit RHEL 4 Linux configuration.

    The problem that I am trying to solve is to copy the database to production on a local machine for development and quality assurance. I tried to include as much detail as possible.

    The environment:

    I have a production system that replicates physical expectations.
    We take incremental backups on the database of relief, which are applied to copies of the image, every night. We use a recovery catalog.
    Archive logs and a backup control files are stored in the same directory as the copies of the image.

    The process:

    We copied all files in this directory of backup on the local computer.
    At this point, I tried several methods to recover the database:

    1 clone:
    -J' copied the initialization file of the main machine to the local computer. I modified the creation of paths and memory settings.
    -J' did a trace of the control file and copied to the local computer.
    -After making the necessary adjustments to creative writing, I created the new control file
    -J' I then issued:
    recover database using backup controlfile until cancel;
    -After receiving the following:
    ORA-00279: change 313748229 generated at 09/14/2008 00:30:55 needed for thread 1
    ORA-00289: suggestion :
    /u02/app/oracle/flash_recovery_area/SWD1ORACLE1/archivelog/2008_09_18/o1_mf_1_22304_%u_.arc
    ORA-00280: change 313748229 for thread 1 is in sequence #22304
    Specify log: {=suggested | filename | AUTO | CANCEL} 
    -I then entered CANCEL
    -A my next message: {codeORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error}
    ORA-01194: file 4 recovery needs more match
    ORA-01110: data file 4:
    ' / u02/app/oracle/oradata/datatrak/ora_df664390338_s1145_s1.
    ORA-01112: media recovery not started {code}
    -Out of pure hope and prayer, I have published:
    alter database open resetlogs;
    -Made me the following error:
    ERROR at line 1:
    ORA-01194: file 4 needs more recovery to be consistent
    ORA-01110: data file 4:
    '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1145_s1'
    Then, I moved to the possibility 2: RMAN

    2 RMAN restore:
    -J' first tried
    run { allocate channel ch1 device type disk; restore database; }
    -He gave me the following:
    allocated channel: ch1
    channel ch1: sid=1643 devtype=DISK
    Starting restore at 18-SEP-08
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 09/18/2008 13:24:27
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 7 found to restore
    RMAN-06023: no backup or copy of datafile 6 found to restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    - Then I started cross-checking files:
    -datafile 1:
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=1643 devtype=DISK
    -datafile 2 on:
    using channel ORA_DISK_1
    -J' I then issued:
    list incarnation of database;
    -Which gave me:
    List of Database Incarnations
    DB Key  Inc Key DB Name  DB ID            STATUS  Reset SCN  Reset Time
    ------- ------- -------- ---------------- --- ---------- ----------
    1       1       DATATRAK 3742967129       CURRENT 18136361   26-NOV-07
    -J' tried these two
    restore datafile 1;
    restore datafile '/u02/app/oracle/oradata/datatrak/ora_df664390339_s1151_s 1'
    which gave me the same results:
    Starting restore at 18-SEP-08
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=1643 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 09/18/2008 13:49:08
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    -J' then went back at the beginning and tried to restore the controlfile instead of using the newly created controlfile
    -J' wrote:
    restore controlfile from '/u02/app/oracle/oradata/datatrak/cf_D-DATATRAK_i d-3742967129_i6jqcmaq';
    -Which gave me:
    Starting restore at 18-SEP-08
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 09/18/2008 14:02:26
    RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
    -After learning that we use autobackup to save our controlfile, now, I am faced with the proverbial wall.

    Excerpt from data pump and duplicate RMAN are possibilities, but we really want to do those.

    Any help on this issue would be greatly appreciated.

    For completeness, the initialization
    aq_tm_processes = 0
    audit_file_dest = /u02/app/oracle/product/10.2.0/db_1/admin/datatrak/adump
    background_dump_dest = /u02/app/oracle/product/10.2.0/db_1/admin/datatrak/bdump
    core_dump_dest = /u02/app/oracle/product/10.2.0/db_1/admin/datatrak/cdump
    db_file_multiblock_read_count = 16
    db_unique_name = SWD1ORACLE1
    disk_asynch_io = TRUE
    dispatchers = '(PROTOCOL=TCP) (SERVICE=datatrakXDB)'
    event = '10235 trace name context forever, level 2'
    filesystemio_options = ASYNCH
    job_queue_processes = 10
    nls_length_semantics = BYTE
    plsql_code_type = INTERPRETED
    plsql_native_library_dir = /u01/app/oracle/ncomplibs/
    plsql_native_library_subdir_count = 150
    recyclebin = OFF
    resource_manager_plan = ''
    service_names = SWD1ORACLE1
    session_cached_cursors = 400
    session_max_open_files = 20
    sga_max_size = 4000M
    smtp_out_server = swd1oracle1
    standby_file_management = AUTO
    streams_pool_size = 50M
    undo_retention = 900
    user_dump_dest = /u02/app/oracle/product/10.2.0/db_1/admin/datatrak/udump
    compatible = 10.2.0.1.0
    control_files = ('/u02/app/oracle/product/10.2.0/db_1/dbs/cf_D-DATATRAK_id-3742967129_i6jqcmaq')
    db_block_size = 8192
    db_create_file_dest = '/u02/app/oracle/oradata/datatrak'
    db_domain = ''
    db_name = datatrak
    db_recovery_file_dest = '/u02/app/oracle/flash_recovery_area'
    db_recovery_file_dest_size = 150G
    log_archive_dest_1 = 'LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=DATATRAK'
    log_archive_dest_state_1 = ENABLE
    open_cursors = 6000
    pga_aggregate_target = 250M
    processes = 1500
    remote_login_passwordfile = EXCLUSIVE
    sessions = 1655
    sga_target = 4000M
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    And the creation of control file:
    CREATE CONTROLFILE REUSE DATABASE "DATATRAK" RESETLOGS NOARCHIVELOG MAXLOGFILES 16 MAXLOGMEMBERS 3 MAXDATAFILES 100 MAXINSTANCES 8 MAXLOGHISTORY 2336 LOGFILE GROUP 1 ( '/u02/app/oracle/oradata/datatrak/redo01.log' ) SIZE 50M, GROUP 2 ( '/u02/app/oracle/oradata/datatrak/redo02.log' ) SIZE 50M DATAFILE '/u02/app/oracle/oradata/datatrak/ora_df664390339_s1151_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1149_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390339_s1150_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1145_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1146_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1147_s1', '/u02/app/oracle/oradata/datatrak/ora_df664390338_s1148_s1' CHARACTER SET WE8ISO8859P1;
    Sincerely,
    Derek

    Hello

    Now try:

    recover database using backup controlfile until cancel and when the message asking an archive appears, enter the good patch and name and press on enter, repeat it until the last archive you have, then enter Cancel.

    See you soon,.

    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • Script Photoshop crop resizes the Image, do not trim

    Recently I tried to make a script that will find the center of the image and crop the desired width and height. I tried a few different things, but had no chance.

    One thing I tried was settomg the limits to the full document

    var bounds = [0,0,doc.width,doc.height];

    And then I try cultures by size with no angle, but the image is reduced instead to be cropped.

    doc.crop(bounds, undefined, desiredWidth, desiredHeight);

    I tried something for the center of the file, then set the dimensions to the left by half the desired width, up to half of the desired height, right half of the desired direction with, then down to half the height desired to make the area and then crops.

    var bounds = [(centerX-halfWidth),(centerY+halfHeight),(centerX+halfWidth),(centerY-halfHeight)]; 
    doc
    .crop(bounds);

    When I try to, I get a warning that I don't have enough RAM. I didn't know if this is just due to the laptop, or because I'm a silly request.

    Exactly how does the function of culture? And for the bounds property, do I have to pay the amount I want cropped by the dimensions here, or is it in the service of culture?

    Any help or information would be greatly appreciated.

    Limits up to left Bottrom right...  (x, y) if left up down right

    var orig_ruler_units = app.preferences.rulerUnits;

    app.preferences.rulerUnits = Units.PIXELS;

    var dir = new Folder ('~/Desktop/Test');

    var file = dir.getFiles ("*.jpg");

    for (var i = 0; i)< files.length;="" i++)="">

    var doc = app.open (files [i]);

    var desiredWidth = 842;

    var desiredHeight = 382;

    Half-width var = (desiredWidth/2);

    var halfHeight = (desiredHeight/2);

    centerX var = (doc.width/2);

    centerY var = (doc.height/2);

    var limit = [(centerX-halfWidth),(centerY+halfHeight),(centerX+halfWidth),(centerY-halfHeight)];

    var limit = [(centerX-halfWidth),(centerY-halfHeight), (centerX + halfWidth), (centerY + halfHeight)];

    doc. Crop (Bounds);

    var saveJPEG = new ExportOptionsSaveForWeb();

    saveJPEG.optimized = true;

    saveJPEG.quality = 50;

    saveJPEG.format = SaveDocumentType.JPEG;

    Path of folder for new photos

    var jpegFolder = new Folder ("~/Desktop/Test2");

    doc.exportDocument (jpegFolder, ExportType.SAVEFORWEB, saveJPEG);

    doc. Close (SaveOptions.DONOTSAVECHANGES);

    }

    app.preferences.rulerUnits = orig_ruler_units;

  • Script to remove all the images, text blocks, and the page numbers on a layer

    I have a 364 pages with 322 illustrations, photographs mainly, for offset printing.

    The photographs will be be overprinted with the varnish on a plate in the fifth, and I set it up as follows:

    On a new layer, (double layer 1) all photos are removed, but not their mounts.

    The frames are then filled with 100% black.

    All text blocks and page numbers must also be deleted.

    I realize I could have done this job easier if I put all the images on their own layer first, but unfortunately I do not have.

    And I don't do myself, script, so I was wondering if anyone has a script that will do...

    With the help of CC 2015.1 on Windows 7.

    Today, I don't have time to finish, which gave time to until now is the following:

      var myDocuments = app.documents.everyItem();
        var myLayers = myDocuments.layers.everyItem();
        var myStories = app.activeDocument.stories.everyItem().getElements();
        var myDoc = app.activeDocument;
        var myLayer = "palette"; //Add your layer name here
        var NewLayer = myDoc.layers.item(myLayer).duplicate();
        myDocuments.pageItems.everyItem().locked = false;
        myLayers.locked = false;
        myDoc.layers.item(myLayer).visible = false;
        NewLayer.name = "SampleNew";    //Add your new layer name here
    
                    re();
                    function re(){
                        var link, image;
                        var openDocs = app.documents;
                        var openDocsLen = openDocs.length;
                        for (var d = 0; d < openDocsLen; d ++){
                        currDoc = openDocs[d],
                        links = currDoc.links,
                        counter = 0;
                        myLayer.locked = true;
                        myDocuments.layers.item(myLayer).locked = true;
                            for (var i = links.length-1; i >= 0; i--) {
                                if (links[i].hasOwnProperty('relink')) {
                                    try {
                                        link = links[i];
                                        image = link.parent;
                                        image.remove();
                                        counter++;
                                    }
                                    catch (err) {
                                        $.writeln(i + " - " + err);
                                    }
                                }
                            }
                        }
                      }
    
            var myStories = app.activeDocument.stories.everyItem().getElements();
            for (i = myStories.length - 1; i >= 0; i--){
                var myTextFrames = myStories[i].textContainers;
                for (j = myTextFrames.length - 1; j >= 0; j--){
                myTextFrames[j].remove();
                }
            }
    

    If nobody finished the second finalized.

    Hug!

  • Y at - it a script that will be the image draws a raster object selection?

    Hello! Here's my problem:

    I need to run Image Trace - with a specific preset - more Action on each object of a selection. So, basically, I want to run the Trace of the Image (default) + current Action on every object in my selection.

    Is there already a scrip there and if not how would I build one? I am new to scripting, which means that I have basically no idea of what I'm doing. Can someone help me?

    Sorry,

    a bad line of code on my part has been the origin of the problem.

    Line 14 to the controls of the code for an element of the frame

    I was testing just the object itself.

    I should have tested its typename.

    Replace this line with this:

    if(sel[i].typename == 'RasterItem'){
    

    that should solve the problem

  • Need help with copies of the image

    Hello

    I intend to perform online backups in the future. I use 8.1.7.4 on windows 2000 server SP2. My plan of action is:

    (1) take image copy of complete database Fridays 'TAG is full_bkp ".

    (2) take the copy of incremental backup and apply to this full_bkp.

    (3) I must apply this incremental backups on the computer of development on a daily basis.


    I took the copy of the image of all data files and tried to restore it on another machine. But it showed the error ORA-01152, RMAN-10031, ORA-06512.

    Please give me some measures specially related to the copy of RMAN image.

    Thank you

    >

    (3) I must apply this incremental backups on the computer of development on a daily basis.

    Hello

    If you want to apply incremental backups of machine production of development on a daily basis cannot open dev in RW mode database unless you use flashback database features.
    If you open this database in RW mode, there is no chance to upadate with incremental backup of the production.

  • Help: How to fix a line in this script (well almost) on the change of the actual text capital LETTERS?

    app.findGrepPreferences = null;

    app.findGrepPreferences.findWhat = "\\l\\l+";

    app.activeDocument.characterStyles.item ("SC");

    foundList = app.activeDocument.findGrep (true);

    for (i = 0; i < foundList.length; i ++)

    foundList [i] .changecase (ChangecaseMode.UPPERCASE);

    The idea is to choose the magenta words in salt to be set in uppercase.

    The problem is the script (based in Jongware and P. Kahrel) is to convert all the texts for no capital letters not assuming that the condition to the style of characters 'SC'.

    Instead, it evolves throughout the text:

    upper.jpg

    Try:

    app.findGrepPreferences.appliedCharacterStyle = app.activeDocument.characterStyles.item ("SC");

    * not tested

  • How to remove all the images in the open documents

    Hi, experts

    How this script works out all the images in the open documents?

    function re() {}

    var link, image, image;
    var openDocs = app.documents.
    var openDocsLen = openDocs.length;
    for (var d = 0; d < openDocsLen; d ++) {}
    currDoc = openDocs [d],
    Links = currDoc.links,.
    counter = 0;
    for (var i = links.length - 1; i > = 0; i--) {}
    If (links [i] == docs.links) {}
    try {}
    link = links [i];
    image = link.parent;
    Frame = image.parent;
    Frame.Remove ();
    counter ++;
    }
    {} catch (err)
    $.writeln (i + "-" + err);
    }
    }
    }
    }
    }

    respect of

    John

    Dear John,

    Try your code updated.

    Re();

    function re() {}

    var link, image, image;

    var openDocs = app.documents.

    var openDocsLen = openDocs.length;

    for (var d = 0; d)< opendocslen;="" d="">

    currDoc = openDocs [d],

    Links = currDoc.links,.

    counter = 0;

    for (var i = links.length - 1; I > = 0; i--) {}

    If (links [i] .hasOwnProperty ('relink')) {}

    try {}

    link = links [i];

    image = link.parent;

    Frame = image.parent;

    Frame.Remove ();

    counter ++;

    }

    {} catch (err)

    $.writeln (i + "-" + err);

    }

    }

    }

    }

    }

    Best regards,

    K.Velprakash.

  • Hello. I need to clear this white borders as soon as I enlarged the image files in Photoshop cs5.

    problem.png

    Hello. I need to erase this white borderswhen I enlarge the image files in Photoshop cs5.

    When I took some courses in Photoshop, I remembered how fix and do more smoothly...

    Now, I totally forget.

    The solution could control somethings inside preference... I guess...

    Anyway, here, the photo is the horrible headache I'm asking now.

    Please answer my question.

    Thank you very much.

    I think you are referring to the pixel grid that shows extreme enlargement. If that's what you're talking about, go to view > view and uncheck the grid in pixels

  • How to delete a picture in Windows Photo Gallery tag files or specific files of photo files without deleting the image completely out of all of these places, leaving the image in one place vs. have in several places?

    I'm trying to manage my photos already imported and downloaded on my computer.  There is a master "All photos and videos" folder in the Windows Photo Gallery all in the top left of this program.  Below that is a folder "Images".  Below that are "Tags" with a certain number of 'labelled' folders below.  Lower in another main 'Images' folder with a folder of the yellow file beside him icon.  Here's this file, a number of other folder also named with the file yellow folder icon next to them as well.

    What I'm trying to do is manage all these photos and who want to keep a copy of an image in one of the folders of images with an icon of yellow folder next to him.  However, if I delete an image from anywhere in one of the places mentioned above, no matter which, a copy or copies of the image lies, the given image and all copies in one of the other place listed in the first subparagraph above are deleted and this specific photo is present ONLY in the recycling bin.

    How can I do what I want to do here?  I hope that's clear enough!

    Thanks a lot (someone)...

    Hi EKahn,

    When you delete a file from the library, you do not your computer delete it. If you delete a folder, photo library no longer displays images and videos that were in that folder, although the file remains on your computer.

    You can remove the folders that you have added to the Gallery of photos at any time, but you cannot remove files that are in the default Photo Gallery. Remove a folder prevents him from appearing in the photo gallery. If you delete a photo, it is deleted from your computer as if you deleted the images folder.

    Select the pictures and videos are displayed in Windows Photo Gallery
    http://Windows.Microsoft.com/en-us/Windows-Vista/choose-which-pictures-and-videos-are-displayed-in-Windows-Photo-Gallery

    I hope this helps!

    Halima S - Microsoft technical support.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to save the image that comes from the web.

    Hi friends,

    I have Aproblematique I do a third party application in this application

    I view the images in this app I show that same image in different areas.

    so in this case, I'm each time the download on the net and I display.

    It takes a long time to display images. so, how can I avoid this situation

    Please help me friends.here I don't want to save this image to the device or sd card.

    How to run this task

    I know, if you want to save your image, you can use these methods

    1 hash table

    2 database (BLOB)

    3 file in the SD card or device (using FileConnection)

    Correct me if I'm wrong...

  • Position of the image in the Bootstrap model "carousel."

    I thought I would take a shot to boot. There is a starter template in Dreamweaver that does more or less what I want. But I have a problem of tiny design that I can not really the solution. Maybe can someone help?

    I use the included slide show 'Carousel', but I don't think that the proportions of the image should be the same regardless of the size of the viewport. With a large window, I don't want the image in full height, I want not cropped. That's why I added a 'max-height' to the box containing the image. It works very well and the height of the image does never exceed my max value.

    But: the position of the image in the box limited height is not centered vertically. The image is cropped just at the bottom of the box, while I love to crop the top and bottom. I tried many ways to center the image but failed. Normally this wouldn't be a problem for me, but since I am changing the design to someone else, there seems to be something that I don't get.

    This is a simple example of site showing my problem: http://www.linnsideout.se/imgtest/

    That's what I want to with large windows:

    header-1a.jpg

    And that's what I get:

    header-1b.jpg

    Everybody out there is able to tell me the css tricks necessary to center the image vertically at the start of the crop box?

    The way you have the sample is the way it should work. It's because you used the fluid container. If you use just the containing class, you would have cut offs for each device. In this case, you can use the image just for this device.

    Take a look at the use of srcset to load the images. Take a look at the sensitive Images: If you are simply changing resolution, use srcset. | CSS-Tricks

  • I bought a stock image and I can't seem to upload the image under a license without the watermark? Please help

    I bought a stock image and I can't seem to upload the image under a license without the watermark? Please help. When I download the image is the watermark, excuses that I'm a novice, the Image is listed as a license in my library

    Connect to Adobe Stock and you will see at the top right must look like this...

    Click on the "Images" button This will take you to the history of the license.

    Click on the thumbnail of the image to go to the image details page. You will see a download link. You must use the download link or add it to your an application project management libraries like Photoshop, InDesign, Illustrator, etc, to use the image without watermark.

    I hope this helps. :-)

  • by selecting a required part of the image in a batch

    There is a picture of Apple on white canvas. I want the cultures in a way so that my new image contains only a required part (apple only). To explain it clearly, I drew a rectangle around Apple and grapes. I just want what's inside the rectangle. I can't give the height and width to cut because I want to run this script on a lot of images that have different forms (for example apples and grapes here). Do I have to check every pixel to change color (from white to colour) so that I can get the height and width of the real part of every image or there is a better way.

    apple.jpggrapes.jpgapple (1).jpg

    Just thinking about it with slight color differences. A layer of temperature setting can be added to turn the pure white bg, then use the trim command, the button remove the adjustment layer. who will do the trim of the cultures most close to the subject.

  • How to deform using the higher-level object without the borders of the image (which is clipped) taken in the calculation of the chain?

    I have a smart object photoshop image whose boundaries extend beyond art. The image is in a clipping mask, but the curvature with higher object takes the entire area of the image in its calculation of the chain to give me an incorrect result.

    Someone knows how to get to only distort what is inside the clipping mask?

    You can only fix this if cut out you the image in Photoshop and place in Illustrator without a clipping mask

Maybe you are looking for

  • Clarity of the browser

    How to make sites that I visited change show a different color cap.

  • Game of Math Blaster on Windows XP

    I'm launching game Math Blaster and whenever I touched the game he comes back with this message "Math Blaster has encountered a problem and needs to close", the game says it's for Windows 2000/XP/Vista.

  • Premium HP HDX 18 t series

    Please y at - it someone who knows when Scandinavia (Norway, Sweden) will be provided this laptop series Premium HP HDX 18 t. they not on the market yet. Someone tell us, because we are waiting in vain and pain.

  • Phone call from Microsoft Technical Department?

    I just got a phone call from someone who said they were by Microsoft and I have an internal virus and wanted to connect to my computer. It's for real? He gave me a call back number and it was 425-247-0940. He said he was from the Technical Department

  • Sync Facebook and Windows 8 (PC) calendars

    Hey,. Is it possible to sync facebook and windows 8 calendars, so I can see my events in the start menu on my laptop? Thank you!