Bluetooth problems in reception of the archives

I am Brazilian and I posted a question in Portuguese, also. I'll still try to explain in English. Since a few days now, I can not send pictures of my camera EX109 Motorola and the Motorola Xoom Tablet via bluetooth on my laptop ("not sent" as a response). But I can't send the laptop to these devices via bluetooth without problem. What is the solution?

Hello

1. What is the operating system installed on your computer?

2. you get any error message?

3. don't you make changes to the computer before the show?

Please refer to the user manual of the device to the Bluetooth settings.

I suggest also please contact the support of Motorola for assistance team.

https://forums.Motorola.com/pages/home

Tags: Windows

Similar Questions

  • BlackBerry Smartphones e-mail synchronization - problems sending/reception of the BB and Hotmail emails

    Emails sent from the computer using Hotmail do not appear in the BlackBerry smartphone. However, e-mails sent using BlackBerry device appears in the device as well as in Hotmail and the same is true for all incoming mail. The only question is sent with mail from Hotmail, which items do not appear in the device. I tried options email reconciliation, but the problem persists.

    For your info, I use BlackBerry Torch 9800 and my ISP is Etisalat in the United Arab Emirates.

    Hi and welcome to the Forums!

    From what you describe, it's WAD - work as designed... see this KB for reference:

    • KB05133 Features of the BlackBerry Internet Service email reconciliation

    Good luck!

  • 10 IOS leading to the Bluetooth problem

    Before download IOS 10, I've never known a Bluetooth problem when using my Ford truck.

    Now, when I get a call, the caller does not hear me and I can't hear the caller. If I have my phone in hand and I change the Bluetooth audio to the speaker of the iPhone or handheld and then change it back to my truck, it works very well.

    When I call my truck, using Bluetooth, all parties can hear one another, but incoming calls only on me.

    I tried to reset the network settings, non-couplage coupling phone/truck and restart the phone. Restarting seems to work for the next incoming call, and then it starts again.

    Any help would be great. I received an incoming call on my phone about 10 minutes before you download the update of IOS. The following call (update to the post), the problem is presented.

    Thank you.

    Try to get help from this article, get help to connect an accessory with your iPad, iPhone or iPod touch - Apple Support Bluetooth

  • No problem. What is the meaning of the spinner counterclockwise in tab, spinner clockwise vs? Transmission and reception?

    No problem, but a question: what is the meaning of the Pan anti-clockwise in the tab, vs the arrow to the right? Is it in the opposite direction when sending to the cloud and to the right at the reception of the Cloud?

    Thank you

    I think it's this way:

    needles: rising site in domain name registration and to establish a connection to the site.

    clockwise: actually receive information from a site and building Web page

  • I am so tired of this bluetooth problem on my iPhone 6.  I am updated to iOS 9.3.  Anything I pair with my iPhone must be within 6 "of the phone.  What should I do?

    I am so tired of this bluetooth problem on my iPhone 6.  I am updated to iOS 9.3.  Anything I pair with my iPhone must be within 6 "of the phone.  What should I do?

    looks more like a hardware delivers then one software

  • Problem with the archive log when you use RMAN for backup and restore (11g 2)

    Hello world
    Please help me solve this problem.
    I'm just beginner in Oracle Database (11 g 2). Today, I had a problem, I tried to back up and restore my db by RMAN. I delete all the files in /u01/app/oracle/oradata/orcl / * , then I restore them easily, but the point is I have a table, I can restore Hungarian, but cannot restore anything ranks in it (something wrong with step restore database). I'll tell the detail below.
    -First, I create a 'Day' with command table create table hr.day (varchar (20)) day. Then I backup complete by this:
    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_FULL_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 0 tag 'DB_FULL' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_FULL' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }


    D ' other hand, I have insert 'Monday' to table. then do an incremental backup by this:

    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_INC_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 1 tag 'DB_INC' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_INC' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }

    Repeat 7 times (Monday-> Saturday). And I got these files:

    [oracle@rac ~]$ ls -l /u01/backup/
    total 400280
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 07:23 c-1428943247-20160120-01
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:04 c-1428943247-20160120-02
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:05 c-1428943247-20160120-03
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:06 c-1428943247-20160120-04
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-05
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-06
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:09 c-1428943247-20160120-07
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:32 c-1428943247-20160120-08
    -rw-r----- 1 oracle oinstall 296337408 Jan 20 07:23 DB_FULL_ORCL_20160120_s89_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 07:23 DB_FULL_ORCL_20160120_s90_p1
    -rw-r----- 1 oracle oinstall   2266624 Jan 20 07:23 DB_FULL_ORCL_20160120_s91_p1
    -rw-r----- 1 oracle oinstall   4073984 Jan 20 07:23 DB_FULL_ORCL_20160120_s92_p1
    -rw-r----- 1 oracle oinstall  11201536 Jan 20 07:23 DB_FULL_ORCL_20160120_s93_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:05 DB_INC_ORCL_20160120_s100_p1
    -rw-r----- 1 oracle oinstall    146944 Jan 20 08:05 DB_INC_ORCL_20160120_s101_p1
    -rw-r----- 1 oracle oinstall    884736 Jan 20 08:06 DB_INC_ORCL_20160120_s103_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:06 DB_INC_ORCL_20160120_s104_p1
    -rw-r----- 1 oracle oinstall     82432 Jan 20 08:06 DB_INC_ORCL_20160120_s105_p1
    -rw-r----- 1 oracle oinstall    294912 Jan 20 08:07 DB_INC_ORCL_20160120_s107_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:07 DB_INC_ORCL_20160120_s108_p1
    -rw-r----- 1 oracle oinstall     18944 Jan 20 08:08 DB_INC_ORCL_20160120_s109_p1
    -rw-r----- 1 oracle oinstall    155648 Jan 20 08:08 DB_INC_ORCL_20160120_s111_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:08 DB_INC_ORCL_20160120_s112_p1
    -rw-r----- 1 oracle oinstall    131584 Jan 20 08:08 DB_INC_ORCL_20160120_s113_p1
    -rw-r----- 1 oracle oinstall    647168 Jan 20 08:09 DB_INC_ORCL_20160120_s115_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:09 DB_INC_ORCL_20160120_s116_p1
    -rw-r----- 1 oracle oinstall      8704 Jan 20 08:09 DB_INC_ORCL_20160120_s117_p1
    -rw-r----- 1 oracle oinstall   2203648 Jan 20 08:04 DB_INC_ORCL_20160120_s95_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:04 DB_INC_ORCL_20160120_s96_p1
    -rw-r----- 1 oracle oinstall   1899008 Jan 20 08:04 DB_INC_ORCL_20160120_s97_p1
    -rw-r----- 1 oracle oinstall    327680 Jan 20 08:05 DB_INC_ORCL_20160120_s99_p1

    And
    RMAN> list backup summary;
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    80      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    81      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    82      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    83      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    84      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    85      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T072332
    86      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    87      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    88      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    89      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080440
    90      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    91      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    92      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    93      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080545
    94      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    95      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    96      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    97      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080657
    98      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    99      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    100     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    101     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080801
    102     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    103     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    104     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    105     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080844
    106     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    107     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    108     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC

    My configuration of rman:
    RMAN> show all;
    RMAN configuration parameters for database with db_unique_name ORCL are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u01/backup/%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/u01/backup/backup_df%t_s%s_s%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome/dbs/snapcf_orcl.f'; # default

    - Thirdly, i removed all file in /u01/app/oracle/oradata/orcl/*. then restore control file from the newest backup control file (saturday backup) + restore database. Seem nothing's wrong here.
    RMAN> restore controlfile from '/u01/backup/c-1428943247-20160120-08';
    Starting restore at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=20 device type=DISK
    channel ORA_DISK_2: skipped, AUTOBACKUP already found
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:09
    output file name=/u01/app/oracle/oradata/orcl/control01.ctl
    output file name=/u01/app/oracle/flash_recovery_area/orcl/control02.ctl
    Finished restore at 20-JAN-16

    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2

    RMAN> restore database;
    Starting restore at 20-JAN-16
    Starting implicit crosscheck backup at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=20 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=18 device type=DISK
    Crosschecked 29 objects
    Finished implicit crosscheck backup at 20-JAN-16

    Starting implicit crosscheck copy at 20-JAN-16
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    Finished implicit crosscheck copy at 20-JAN-16

    searching for all files in the recovery area
    cataloging files...
    no files cataloged

    using channel ORA_DISK_1
    using channel ORA_DISK_2

    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /u01/app/oracle/oradata/orcl/system01.dbf
    channel ORA_DISK_1: restoring datafile 00002 to /u01/app/oracle/oradata/orcl/sysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00003 to /u01/app/oracle/oradata/orcl/undotbs01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /u01/app/oracle/oradata/orcl/users01.dbf
    channel ORA_DISK_1: restoring datafile 00005 to /u01/app/oracle/oradata/orcl/example01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_FULL_ORCL_20160120_s89_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_FULL_ORCL_20160120_s89_p1 tag=DB_FULL
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:15
    Finished restore at 20-JAN-16

    -Fourth, the problem here, I got the database;
    .. .every oky until this line...
    starting media recovery

    channel ORA_DISK_1: starting archived log restore to default destination
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=15
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_INC_ORCL_20160120_s117_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_INC_ORCL_20160120_s117_p1 tag=ARCL_BKP_INC
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    archived log file name=/u01/app/oracle/flash_recovery_area/ORCL/archivelog/2016_01_20/o1_mf_1_15_c9xsyx9k_.arc thread=1 sequence=15
    unable to find archived log
    archived log thread=1 sequence=1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 01/20/2016 08:50:22
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 1 and starting SCN of 1205841

    The error said that it is impossible to find the archived log thread = 1 sequence = 1. Then I check it with this command always there (oh, I'm wrong?)
    RMAN> list backup of archivelog all;
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    82      2.16M      DISK        00:00:00     20-JAN-16     
            BP Key: 82   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s91_p1

      List of Archived Logs in backup set 82
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1154833    20-JAN-16 1177422    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    83      3.88M      DISK        00:00:00     20-JAN-16     
            BP Key: 83   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s92_p1

      List of Archived Logs in backup set 83
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1162729    20-JAN-16 1188784    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    84      10.68M     DISK        00:00:01     20-JAN-16     
            BP Key: 84   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s93_p1

      List of Archived Logs in backup set 84
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    2       1177422    20-JAN-16 1201833    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    88      1.81M      DISK        00:00:01     20-JAN-16     
            BP Key: 88   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s97_p1

      List of Archived Logs in backup set 88
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    3       1201833    20-JAN-16 1204844    20-JAN-16
      1    4       1204844    20-JAN-16 1204893    20-JAN-16
      1    5       1204893    20-JAN-16 1204958    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    92      143.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 92   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s101_p1

      List of Archived Logs in backup set 92
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    6       1204958    20-JAN-16 1205034    20-JAN-16
      1    7       1205034    20-JAN-16 1205253    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    96      80.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 96   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s105_p1

      List of Archived Logs in backup set 96
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    8       1205253    20-JAN-16 1205354    20-JAN-16
      1    9       1205354    20-JAN-16 1205433    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    100     18.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 100   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s109_p1

      List of Archived Logs in backup set 100
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    10      1205433    20-JAN-16 1205519    20-JAN-16
      1    11      1205519    20-JAN-16 1205559    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    104     128.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 104   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s113_p1

      List of Archived Logs in backup set 104
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    12      1205559    20-JAN-16 1205624    20-JAN-16
      1    13      1205624    20-JAN-16 1205739    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    108     8.00K      DISK        00:00:00     20-JAN-16     
            BP Key: 108   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s117_p1

      List of Archived Logs in backup set 108
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    14      1205739    20-JAN-16 1205796    20-JAN-16
      1    15      1205796    20-JAN-16 1205840    20-JAN-16


    If i ignore it and open the database, just my table in full backup come back but rows was not restored. I'm sure the problem is my archive log backup but i don't know how to solve it. Plz help me.

    Sorry for a long post.

    > 1 and from the 1205841 SNA sequence

    The SCN that indicates Oracle is above the range of SNA that you have in the ArchiveLog backups for sequence 1 to 15 (15 sequence ends at 1205840).

    The message

    channel ORA_DISK_1: restoring archives Journal

    Archives journal thread = 1 sequence = 15

    channel ORA_DISK_1: backup/u01/backup/DB_INC_ORCL_20160120_s117_p1 piece reading

    channel ORA_DISK_1: piece handle = / u01/backup/DB_INC_ORCL_20160120_s117_p1 tag = ARCL_BKP_INC

    indicates that he has restored the sequence up to 15

    You can check the log file alert database instance for messages on the fact of recovery.

    He is now asking sequence #1 it seems you did a RESETLOGS after sequence #15.

    Note: If you have NOT issued a COMMIT after the line is INSERTED in the table 'Day', the recovery of the database will have no * transactions * to retrieve.  An uncomitted transaction is cancelled.

    Hemant K Collette

  • Problem with the Archive log in Oracle 11 g

    Hi gurus,

    I'm new in the DBA role and I have real problems with the archive logs - they are written to the wrong place.
    This is my environment:
    Windows Server 2003 Enterprise x 64 Edition; Oracle 11g EE + ASM;
    I did everything according to the instructions.
    I did the following:
    1. install Oracle 11 g software
    2 instance created using DBCA for ASM in the same House and added a no formatted disk as a DATA disk group
    3 database instance created using DBCA mode archive using ASM for data files. I've mirrored controlfiles and redo online records on the C: drive. I created flash_recovery_area and a reference to it when the instance was created.
    4. start to import the data.

    And here's the problem - for an unknown to me reason archive logs are written on 2 places: 1. in the flash_recovery_area, 2; IN MY ORACLE_HOME!

    I opened with EM dbconsole init settings and found that there is a single parameter, that points to this place (standby_archive_dest =' docs in the % ORACLE_HOME%\RDBMS, it is written that it is an obsolete parameter). Is another parameter that I found (LOG_ARCHIVE_LOCAL_FIRST = TRUE - I put it to FALSE), but nothing to help continue to write in ORACLE_HOME.

    How can I stop it? If I can't stop, so what happens in production? Should I manually delete all newspapers of this Archive - it will be madness!

    Try to set log_archive_dest_1 specifically. Example: -.

    ALTER system set db_recovery_file_dest_size = 400G;
    ALTER system set db_recovery_file_dest = '+ ASM_ORADATA42;
    ALTER system set log_archive_dest_state_1 = reporter;
    ALTER system set LOG_ARCHIVE_DEST_1 is 'LOCATION = USE_DB_RECOVERY_FILE_DEST VALID_FOR =(ONLINE_LOGFILE,ALL_ROLES)';.
    ALTER system set log_archive_dest_state_1 = enable;

  • with IOS 10.0.2 - 5s iphone Bluetooth problems

    Since upgrading ISO 10.0.2 my M50 from PLT Plantronics (helmet unique headset) do not reliably connects with my iPhone 5 more. I have to go to the settings, activate bluetooth turned off/turned on, touch the device on the bluetooth page, etc. Once it connects successfully, it will reconnect (if I turn off the headset and turn it back on) for a short period. The next day he does not connect itself but I play with bluetooth on the iPhone again.

    It has always worked perfectly before the 10th of IOS.

    And, as I noticed others mentioning, the volume is much lower with IOS 10. The maximum volume is much lower. I can barely hear it now, more normal background noise, while driving.

    I did:

    Forget this device for the PLT M50 and paired again (several times)

    I did a Reset Network Settings

    I don't know what else to do - but it's a 10.0.2 IOS issue.

    Hello AppleUser2k,

    Please ask questions about your problems of connection between your iPhone and your Plantronics headset since you upgraded to iOS 10. I understand how important it is to have your Bluetooth devices connect with your iPhone with reliability. Here's what I recommend.

    The first thing we want to make sure is that all your data is safe. You can perform a backup in iCloud or iTunes using this article: backing up your iPhone, iPad, and iPod touch.

    Once your data is safe, try the troubleshooting steps in this article to help: get help to connect a Bluetooth accessory with your iPhone, iPad or iPod touch device should also check with the manufacturer that the device has all the drivers and firmware to work with the new version of iOS.

    If you have checked everything and that you have installed the latest firmware or driver and always are problems, please be aware of your surroundings when you encounter these problems. If you can isolate the time or location, you see the problems, you can isolate the cause. You can even see this help article to ensure that you are not affected by outside interference: the potential sources of Wi-Fi and Bluetooth.

    Thanks again and have a great rest of your day.

  • I can't find my old emails that is to say the last 4 years e-mails have disappeared. I can't see in the 'archives' folder list and also in my list of "local" files

    I can't find my old emails that is to say the last 4 years e-mails have disappeared. I can't see in the 'archives' folder list and also in my list of "local" files
    I recently formatted my system. It causes this problem? Is there anyway to recover my emails?

    Assuming that really format you your hard drive.
    Can erase you every single entry to a file, message, photo, program, document, etc. When you select format you get warnings on this subject.
    The format is the last thing you want to do without going through a backup of your personal and important files.

    Local folders is automatically created when you installed Tbird.
    And it is empty until you move something over there.
    (Your former local folder with all its files and messages has been removed under format).

    Only messages that are still on your server (stbeehive.oracle.com) can be recovered.

  • 12 '' MacBook bluetooth problems

    Hey all

    So I'm on my second 2015 12 '' MacBook (first it had rolled to the screen and keyboard issues) and bluetooth on it is flaky.  Sometimes when I am connected to my Boom 2 EU it will lose the connection, but indicate on the MacBook, it is still connected.  I then will not be able to turn bluetooth off, disconnect, or do something with bluetooth, until I did a reset of the bluetooth shift-option and restarting the computer (which often crashes before I can select).

    It does too often that (every day, sometimes two or three times), not only with my Boom 2 EU, but with my Sony MDR10RBT headset and headphones Sony SBH80.  Sometimes it just won't connect at all and I have to remove and re-add the bluetooth device (which in itself can be a problem - it will say it is deleted, but then when I try to add it finds that it is has not removed at all!) So I won't be able to turn off bluetooth and it will become is not responding...)

    My first MacBook (which was the same) was also exactly the same with bluetooth.  I always found bluetooth to be usually crappy in this regard, but is this just another implementation of garbage that I have to learn to live with, or people have in fact 12 "MacBook that works correctly?

    The comments and advice gratefully received.  Last option Genius Bar as it is difficult for me to actually book a both practical session and attend because I have a life and a job...

    I'm on OSX 10.11.6 and it's a standard 1.1 GHz XCore M MacBook and my EU Boom 2 is the last operating system installed as well.

    Thank you!

    Robsa

    UncleBobbie Hey!

    I definitely want my Bluetooth accessories is operating normally and not remove and add them to use them.  We can try a few things and see what happens.

    To start, try to create a test user to see if they do the same thing there.  That helps to see if it is specific to the user or the system-wide: How to test one question in another account on your Mac - Apple Support

    After that, restart the computer in safe mode to try accessories here, too: try safe mode if your Mac does not commissioning - Apple Support

    After these two steps, you can restart normally at your favorite user account and see if either solves the Bluetooth.

    If it persists, you can run the Diagnostics Apple: Apple Diagnostics - Apple Support using

    Response returns with the results of any of these measures and we can continue if necessary.

    Best wishes.

  • How can I prevent the archiving of conversations Firefox after I have send a message to someone?

    When someone sends me an email and I answer, the conversation moves automatically to the archive. Can I get it by clicking on the link 'Cancel archive', but I want him to stop archiving the things in the first place. It seems to do no matter who the conversation is with, which means that it is not limited to personal emails from Gmail or Yahoo or I do business with a particular company. It's happened for several months. I don't remember to change the setting of the archive and I can't find any way to access the setting of archive. Thanks for your help.

    Hi carroled, you post to the support forum for firefox - firefox is a browser and does not handle your emails. If you have any problems or questions about a webmail service, please see the e-mail problems and how to find help

  • There is still a huge problem of compaction of the mailboxes

    Once more I heard a person in great distress because Thunderbird removed some critical mail messages. In this case they went to get the mail and gave him a TB ALERT, and told him he had no place in her dressing room IN (there was a huge 20 messages). Thinking that the file was too big (which is a logical deduction of a message "no more room") it compacted his IN box and then there were 4 messages. Other messages have disappeared.

    And worse, all the information on the forums are explanations and the defence of TB - as if it was his fault to be compacted, not backup or (my favorite) - an article that says TB is just do what it says to do.

    When we combine this with all the traffic of other message here and on other sites about the loss of emails the only thing that is clear is that the modules dealing with indexing and compacting of the mailboxes are tragically flawed. Unfortunately and that's the problem with free software #1 - product builders are doing it for ego, no money, so once they decided that their program is fair and users are mistaken - there it sits, cast in concrete.

    Thunderbird has been and is still a leader in form and features but lose data user - for ANY reason-EVER - is and will always be the fault of the developer and no - EVER - users shouldn't have to change its behavior in order to avoid a problem that the developer does not know how to fix.

    Of course, there are a solutions - each a work-around to avoid a bug.

    As an explantion, I can offer this info.
    Emails are not stored in individual files.
    They are stored in files mbox, an e-mail listed after another in the order they have been downloaded. If all emails in an Inbox folder, as shown in the folders pane are all in one Inbox file.
    When you choose to delete a message, this message is "marked as deleted" and your Visual point of view, it is removed from the Inbox folder in the folders pane and reappears in the folder "Deleted".
    In reality, it is always in the Inbox just "marked as deleted.
    When you compact the file, these emails "marked as deleted" are deleted, thus creating more space and store the file.
    If you do not compact the folder on a frequent basis, the file gets more and wider and at some point may be damaged due to lack of maintenance. Then Thunderbird is perhaps not in a position to say where there is a clear end of the deleted section, therefore resulting in losing a good email.

    So, as all documents etc. on your computer, you must do a few basic things to reduce the risk of data loss.

    Use the information you learned in the link "keep it works."
    Use the Inbox folder as a folder, Inbox, and not as a general storage.
    Compact records on a regular basis.
    Create backups on a regular basis.
    "Options of the Archive"allows to reduce the size of the files, including the "Sent" folder.
    https://support.Mozilla.org/en-us/KB/archived-messages?ESAB=a & s = Archive + options & r = 0 & s = ACE
    Archived files are always in the profile Thunderbird and always as accessible and also require backup.

    Losing emails is a pain and can be troublesome say the least.
    But if you follow the guidelines, then, you reduce the risk of experiencing a problem.
    I've manually compress my inbox every day that I will probably have a dozen deleted messages.
    I save every month and leave emails on the server for a month, then only between the two, anyway to lose, I can probably recover most if not all emails.

    If all goes well, this explains what has likely occurred and how to manage things so that in the future, you are less likely to suffer from corrupt files and more likely that you have a loss, there is a backup plan that you can use.

  • Bluetooth problems with 9.3.2

    problems of Bluetooth connectivity to car since the update to 9.3.2

    Hi Senga1958,

    Thank you for using communities Support from Apple!

    I understand that you have problems with the Bluetooth connectivity in your vehicle after updating to the latest version of iOS on your iPhone. To begin troubleshooting, I suggest to read and work through the steps in the following article.

    Get help to connect your iPhone, iPad or iPod touch with your car radio - Apple Support

    See you soon!

  • Relocation of the archives to a new folder becomes 68.3bMB?

    A lot of existing Archives in new cases, began the movement then discovered that once they were in the new folder, they are grayed out in Media Import of the FCP and would not load. Then after moving their return out of the folder, discovered that they would not load in FCP more. And only now discovered that after that relocation of the Archives - each Archive unique, I moved is now 68.3 MB - not the 1 to 7 GB as before. So there's something really wrong going on here. Anyone have any ideas? Someone has experienced the same problem?

    When are the archives? Where exactly you are moving to? This disc? How it is formatted?

  • Bluetooth problem X 870-119 Qosmio with mouse Logitech M557

    I recently bought a mouse Logitech M557 bluetooth use with my Qosmio, which is updated for Windows 10. However, I found the mouse LAGS constantly. I have uninstalled/reinstalled the bluetooth software, but it does not solve the problem. I tried the mouse on another laptop (Portege R830), and the operation is perfect. The Portege is also updated Windows 10 so something is wrong with the bluetooth on the Qosmio.

    Installed bluetooth driver is 18.1.1525.1445, dated June 2015 and the version installed when you update the driver in Device Manager device. I have not found a driver for bluetooth of Intel on the Toshiba site to my latptop, in fact everything that I could find are packages for Realtek and Atheros devices.

    Any ideas?

    Try turning off wifi and ethernet with cable, with a lot of intel controllers BT, they are also controlled by the wifi card. If this solves the problem, you may have to upgrade your WLAN drivers (However none is available for Windows 10 OS yet)

Maybe you are looking for