The file check failed error during duplication of database with RMAN

I am using oracle 10 g R2 database and try to make a clone of the orcl database source on the same machine but with the structure of different directory with the name of test.

When I run the command duplicate to create the test database, then the following error message is generted:
D:\>rman target sys@orcl nocatalog auxiliary /

Recovery Manager: Release 10.2.0.1.0 - Production on Fri Nov 11 12:13:26 2011

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

target database Password:
connected to target database: ORCL (DBID=1264668332)
using target database control file instead of recovery catalog
connected to auxiliary database: TEST (not mounted)

RMAN> @script.txt

RMAN> Run {
2> Allocate channel C1 type disk;
3> allocate auxiliary channel 'adisk_0' type DISK;
4> duplicate target database to "test";
5> #BACKUP INCREMENTAL LEVEL 1 DATABASE;
6> #BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;
7> #BACKUP INCREMENTAL LEVEL 0 DATABASE;
8> #delete obsolete;
9> }
allocated channel: C1
channel C1: sid=140 devtype=DISK

allocated channel: adisk_0
channel adisk_0: sid=157 devtype=DISK

Starting Duplicate Db at 11-NOV-11

contents of Memory Script:
{
   set until scn  12926250;
   set newname for datafile  1 to
 "D:\TEST\ORADATA\SYSTEM01.DBF";
   set newname for datafile  2 to
 "D:\TEST\ORADATA\UNDOTBS01.DBF";
   set newname for datafile  3 to
 "D:\TEST\ORADATA\SYSAUX01.DBF";
   set newname for datafile  4 to
 "D:\TEST\ORADATA\USERS01.DBF";
   set newname for datafile  5 to
 "D:\TEST\ORADATA\EXAMPLE01.DBF";
   set newname for datafile  6 to
 "D:\TEST\ORADATA\GL.DBF";
   restore
   check readonly
   clone database
   ;
}
executing Memory Script

executing command: SET until clause

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

Starting restore at 11-NOV-11

channel adisk_0: starting datafile backupset restore
channel adisk_0: specifying datafile(s) to restore from backup set
restoring datafile 00001 to D:\TEST\ORADATA\SYSTEM01.DBF
restoring datafile 00002 to D:\TEST\ORADATA\UNDOTBS01.DBF
restoring datafile 00003 to D:\TEST\ORADATA\SYSAUX01.DBF
restoring datafile 00004 to D:\TEST\ORADATA\USERS01.DBF
restoring datafile 00005 to D:\TEST\ORADATA\EXAMPLE01.DBF
restoring datafile 00006 to D:\TEST\ORADATA\GL.DBF
channel adisk_0: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_07\O1_MF_NNND0_TAG20111107T220822_7CJ
P
channel adisk_0: restored backup piece 1
piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_07\O1_MF_NNND0_TAG20111107T220822_7CJ44MH4_.BKP tag=TAG20111107T220
channel adisk_0: restore complete, elapsed time: 00:01:46
Finished restore at 11-NOV-11
sql statement: CREATE CONTROLFILE REUSE SET DATABASE "TEST" RESETLOGS ARCHIVELOG
  MAXLOGFILES     16
  MAXLOGMEMBERS      3
  MAXDATAFILES      100
  MAXINSTANCES     8
  MAXLOGHISTORY      292
 LOGFILE
  GROUP  1 ( 'D:\TEST\ORADATA\REDO01.LOG' ) SIZE 50 M  REUSE,
  GROUP  2 ( 'D:\TEST\ORADATA\REDO02.LOG' ) SIZE 50 M  REUSE,
  GROUP  3 ( 'D:\TEST\ORADATA\REDO03.LOG' ) SIZE 50 M  REUSE
 DATAFILE
  'D:\TEST\ORADATA\SYSTEM01.DBF'
 CHARACTER SET WE8MSWIN1252


contents of Memory Script:
{
   switch clone datafile all;
}
executing Memory Script

datafile 2 switched to datafile copy
input datafile copy recid=1 stamp=766930525 filename=D:\TEST\ORADATA\UNDOTBS01.DBF
datafile 3 switched to datafile copy
input datafile copy recid=2 stamp=766930525 filename=D:\TEST\ORADATA\SYSAUX01.DBF
datafile 4 switched to datafile copy
input datafile copy recid=3 stamp=766930526 filename=D:\TEST\ORADATA\USERS01.DBF
datafile 5 switched to datafile copy
input datafile copy recid=4 stamp=766930526 filename=D:\TEST\ORADATA\EXAMPLE01.DBF
datafile 6 switched to datafile copy
input datafile copy recid=5 stamp=766930526 filename=D:\TEST\ORADATA\GL.DBF

contents of Memory Script:
{
   set until scn  12926250;
   recover
   clone database
    delete archivelog
   ;
}
executing Memory Script

executing command: SET until clause

Starting recover at 11-NOV-11
channel adisk_0: starting incremental datafile backupset restore
channel adisk_0: specifying datafile(s) to restore from backup set
destination for restore of datafile 00001: D:\TEST\ORADATA\SYSTEM01.DBF
destination for restore of datafile 00002: D:\TEST\ORADATA\UNDOTBS01.DBF
destination for restore of datafile 00003: D:\TEST\ORADATA\SYSAUX01.DBF
destination for restore of datafile 00004: D:\TEST\ORADATA\USERS01.DBF
destination for restore of datafile 00005: D:\TEST\ORADATA\EXAMPLE01.DBF
destination for restore of datafile 00006: D:\TEST\ORADATA\GL.DBF
channel adisk_0: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_09\O1_MF_NNND1_TAG20111109T223628_7CO
P
channel adisk_0: restored backup piece 1
piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_09\O1_MF_NNND1_TAG20111109T223628_7COGJZVT_.BKP tag=TAG20111109T223
channel adisk_0: restore complete, elapsed time: 00:00:07
channel adisk_0: starting incremental datafile backupset restore
channel adisk_0: specifying datafile(s) to restore from backup set
destination for restore of datafile 00001: D:\TEST\ORADATA\SYSTEM01.DBF
destination for restore of datafile 00002: D:\TEST\ORADATA\UNDOTBS01.DBF
destination for restore of datafile 00003: D:\TEST\ORADATA\SYSAUX01.DBF
destination for restore of datafile 00004: D:\TEST\ORADATA\USERS01.DBF
destination for restore of datafile 00005: D:\TEST\ORADATA\EXAMPLE01.DBF
destination for restore of datafile 00006: D:\TEST\ORADATA\GL.DBF
channel adisk_0: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_10\O1_MF_NNND1_TAG20111110T221428_7CR
P
channel adisk_0: restored backup piece 1
piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_10\O1_MF_NNND1_TAG20111110T221428_7CR1MQFO_.BKP tag=TAG20111110T221
channel adisk_0: restore complete, elapsed time: 00:00:16

starting media recovery

archive log thread 1 sequence 524 is already on disk as file D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_11_11\O1_MF_1_524_7CS
C
archive log filename=D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_11_11\O1_MF_1_524_7CSG2HVT_.ARC thread=1 sequence=524
media recovery complete, elapsed time: 00:00:14
Finished recover at 11-NOV-11

contents of Memory Script:
{
   shutdown clone;
   startup clone nomount ;
}
executing Memory Script

database dismounted
Oracle instance shut down

connected to auxiliary database (not started)
Oracle instance started

Total System Global Area     230686720 bytes

Fixed Size                     1248236 bytes
Variable Size                 67109908 bytes
Database Buffers             155189248 bytes
Redo Buffers                   7139328 bytes
sql statement: CREATE CONTROLFILE REUSE SET DATABASE "TEST" RESETLOGS ARCHIVELOG
  MAXLOGFILES     16
  MAXLOGMEMBERS      3
  MAXDATAFILES      100
  MAXINSTANCES     8
  MAXLOGHISTORY      292
 LOGFILE
  GROUP  1 ( 'D:\TEST\ORADATA\REDO01.LOG' ) SIZE 50 M  REUSE,
  GROUP  2 ( 'D:\TEST\ORADATA\REDO02.LOG' ) SIZE 50 M  REUSE,
  GROUP  3 ( 'D:\TEST\ORADATA\REDO03.LOG' ) SIZE 50 M  REUSE
 DATAFILE
  'D:\TEST\ORADATA\SYSTEM01.DBF'
 CHARACTER SET WE8MSWIN1252

released channel: C1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 11/11/2011 12:16:21
RMAN-06136: ORACLE error from auxiliary database: ORA-01503: CREATE CONTROLFILE failed
ORA-01504: database name 'TEST' does not match parameter db_name 'orcl'

RMAN> **end-of-file**

RMAN>
Script.txt
Run {
Allocate channel C1 type disk;
allocate auxiliary channel 'adisk_0' type DISK;
duplicate target database to "test";
}
Kindly help?

Published by: Moazzam November 11, 2011 12:22

Your definition of the Windows service uses a different inittest.ora or spfiletest.ora - not the one that you have edited.

Hemant K Collette

Tags: Database

Similar Questions

  • How to place data files in two places during duplication of database or refresh via RMAN test

    Hi all

    can you please find the solution and help me on this point

    How to place data files in two places during duplication of database or refresh via RMAN test

    Thank you

    Ran

    Hi all

    Please send me as soon as possible if you have a solution.

    Thank you.

    Ran

  • 00200 error while doing a database with rman duplicate

    Hello

    Has anyone had this problem?
    I don't check the space.
    I have check the pfile parameter to see if it was good.
    But still the same error, same problem.

    ORA-00200: control file could not be created
    Cause: It was not possible to create the control file.
    Action: Check if there is enough disk space and no conflicts in the file names and try to create the file of control again.

    Hello

    Have you thought about closing the target database? If the error comes while she wants to create the controlfiles then the target database is mounted. If you don't stop before making the duplicate it'll keep the old pfile errors if any.
    Then it will not correct while redoing the duplicate and you will get the same error.

    If this is not an error in the pfile file please as Lukasz said, better provide DB version, OS and so on...

  • Duplication of database with RMAN on different server

    Hi all

    I'm using Oracle 11 g 2. I want to duplicate or prepare a configuration clone production on the Test Server.

    The OS is similar on the two server. Data file locations will be different.

    Can I get what is the best way in which this can be done easily.

    One way for me is to copy the last backup of prod to test and restore it accordingly.

    Otherwise the same.

    Kind regards.

    You say you're on 11 GR 2, why not try the functionality of RMAN duplicate with option "backup location.

    Hope this helps you. Duplication of data without a connection to the target database or catalog of database in Oracle 11 g | Shivananda Rao

    -Jonathan Rolland

  • System 32 error (0x00000020): "the process cannot access the file because it is being used by another process.". The operation to open the file will fail with error - 1032 (0xfffffbf8(JET_errFileAccessDenied))"

    Original title: svchost (1020)

    Event type: error
    Event source: ESENT
    Event category: general
    Event ID: 490
    Date: 2010-10-19
    Time: 14:51:34
    User: n/a
    Computer: ROB
    Description:
    Svchost (1020) an attempt to open the file "C:\WINDOWS\system32\CatRoot2\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}\catdb" for read / write access failed with the error System 32 (0x00000020): "the process cannot access the file because it is being used by another process.".  The operation to open the file will fail with error - 1032 (0xfffffbf8(JET_errFileAccessDenied)).

    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

    Hi Robrw,

    1. when exactly you receive this error?

    2. don't you make changes to the computer before this problem?

    You can try to rename the catroot2 folder and check if it helps.

    Step 1:

    a. Click Start and in run type C:\windows\system32 and click ok

    b. find the Catroot2 folder. Right-click on Catroot2 and rename it to Catroot2.old

    If you are not able to do the normal mode, try to start in safe mode and rename

    Check out the link for more information on starting your computer in SafeMode below:

    http://support.Microsoft.com/kb/315222

    Step 2:

    If you are unable to access the catroot2 folder, and then try to change the permissions on the files and check if it helps.

    See the following article:

    How to capture a file or a folder in Windows XP

    http://support.Microsoft.com/kb/308421

    Step 3:

    You can also try to temporarily disable third-party security software and firewalls and check what is happening.

    Note: Activate the security software after the resolution of the problem.

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • HP Mini 110: The password check failed. FATAL ERRORRRRRRRR

    Hello I have the same problem with my computer hp mini 110. I've not used in about a year because I lost the charger, after stumbling on my mini in my car again, I decided to buy a charger for that as I give it to my MOM to use, so that she can get better computers and technology duration.  Now when it turns on it will ask for a current password.

    It says the password check failed

    Fatal error... System stopped

    CNU9363C22

    Can anyone of you guys please help me?

  • the prerequisite check fails on oracle linux 6-> oracle 11.2

    Hi guys,.

    I try to install oracle on oracle linux 11.2 6

    I get via oracle-rdbms-server-11gR2-preinstall-verify yum and no warnings are triggered.

    If I try to download all packages via yum manually asked as a prereq, yum response that everything is kept up-to-date to the latest version (with the exception of pdksh, present in the repository more...).

    When I run the Setup, the prerequisite check fails!

    Here the Setup log. I post only for libaio but is not the only one (glibc, odbc, pdksh)

    INFO: INFO: package: libaio - 0.3.105: it is a precondition to check if the package "libaio - 0.3.105" is available on the system.

    INFO: INFO: gravity: IGNORABLE

    INFO: INFO: OverallStatus:VERIFICATION_FAILED

    INFO: INFO: -----------------------------------------------

    INFO: INFO: results of the verification of node: oraLinux

    INFO: INFO: expected value: libaio - 0.3.105 (i386)

    INFO: INFO: real value: missing

    INFO: INFO: Error Message: PRVF-7532: package "libaio - 0.3.105 (i386)" is missing in the node 'oraLinux '.

    INFO: INFO: Cause: a required package is not installed or if the package is a kernel module, is not loaded on the specified node.

    INFO: INFO: Action: make sure that the perl package is installed and available.

    INFO: INFO: -----------------------------------------------

    INFO: INFO: *********************************************

    INFO: INFO: package: libaio - 0.3.105: it is a precondition to check if the package "libaio - 0.3.105" is available on the system.

    INFO: INFO: gravity: IGNORABLE

    INFO: INFO: OverallStatus: SUCCESS

    INFO: INFO: -----------------------------------------------

    INFO: INFO: results of the verification of node: oraLinux

    INFO: INFO: expected value: libaio - 0.3.105 (x86_64)

    INFO: INFO: real value: libaio - 0.3.107 - 10.el6 (x86_64)

    My packages are too recent?

    If I ignore the errors the installation completed successfully went well. But I wonder if the above errors could be the oracle server is not stable.

    Could someone help?

    Thank you very much

    Andrea

    What exact version of 11 GR 2? Only 11.2.0.3 is currently certified with Linux 6.x - if you use 11.2.0.1 or 11.2.0.2, you should not use Linux 5.x

    HTH
    Srini

  • ORA-09817: write the file verification failed

    Dear all,

    Enter the user name: sys as sysdba
    Enter the password:
    ERROR:
    ORA-09817: write the file verification failed.
    Linux-x86_64 error: 28: no space is available on the device
    Additional information: 12
    ORA-09945: failed to initialize the audit trail file
    Linux-x86_64 error: 28: no space is available on the device

    When I m trying to connect to the database I m getting this error.

    When I do a df

    + / dev/sdf 165139820 158449288 0 /u01 + 100%

    Its 100% can all the files I need to remove to connect to the database

    I tried to move adump files to another drive as / u01 player say only 100%

    I m using 11g it please can someone help me a this.

    Thank you and best regards,
    Hiroji gallot

    You should monitor your space... Do not let the problem happened just because you forgot to monitor by simple command (df - h), please mark this thread as answered.

  • I need KB929833 because he has the File Checker. My Vista on down on the Internet it needs file checker emergency

    Microsoft staff suggested that I use the File Checker.  I start and run Windows 7 now because I have to on the slave drive but its Vista which is activated on this computer Lenovo.  His damaged and needs help.  I think that all these files backup and File Checker can help with these issues.  I also prepare a boot USB drive so I can delete the files in the Explorer in the back.  Can I copy the boot files Mellenium (cannot read ntfs files) to my usb boot NTFS prepared and there both NTFS file inf programs and who will work to start on this platform of Lenovo's Vista dual core?  But in the meantime, I need that KB929833 its an emergency.

    @Jose: See http://answers.microsoft.com/en-us/windows/forum/windows_vista-performance/vista-event-viewer-wont-start-wnt-get-on-internet/8c60ffb2-885b-485f-97da-6670116f1ad0

  • Refresh the production database to test the database with RMAN

    Hi experts,

    I want to refresh the production database to test the database with RMAN. You can help me please how to do this.

    I saw a lot of blog on the internet but not got a satisfactory answer.

    Reg,

    Thomas verrma

    Thomas

    Follow these steps

    1. on the server target

    a. Add entry in oratab

    b. create init.ora for target db copy of source

    c. If you use catalog

    connect to the RMAN catalog, you can use the double option to clone run below

    one.

    RMAN > Connect target sys /@trgt

    RMAN > Connect Catalog rman /@catalog

    b. check that the backup connects to the source and to collect information on the elements of backup that contains the backup controlfile

    c. restore the controlfile

    RMAN > set DBID = xxxxxxxx (DBID of the source db)

    RMAN > run

    {

    allocate channels ch1 type parms 'SBT_TAPE' = 'ENV = (NB_ORA_CLIENT =, NB_ORA_SERV =)';

    Restore controlfile from "/ c-DBID-xxxxxxxx-00';

    }

    Once the controlfile is restored, you can mount the db

    change the editing of the database;

    run

    {

    until ' TO_DATE (2014-SEPT-10 10:00 ', MY - DD - YYYY HH24 ') ";

    allocate channels ch1 type parms 'SBT_TAPE' = 'ENV = (NB_ORA_CLIENT =, NB_ORA_SERV =)';

    restore the database;

    recover the database;

    }

    ALTER database open resetlogs;

    stop immediately;

    bootable media;

    nest target = / = dbname

    change the system db_name set = scope = spfile;

    stop immediately;

    Startup mount

    ALTER database open resetlogs;

  • Duplication duplicate a database with RMAN, different host database different withou

    Hello

    I want to duplicate a database with RMAN, different host, a different database without RMAN Duplicate Technic.

    I HOST1 with a database DB1 and
    HOST2 with a DB2 database

    I have a complete backup of the DB1 in host HOST2. How can I use this backup to clone the database?

    Thank you

    see the links: -.
    http://kamranagayev.WordPress.com/2010/03/29/RMAN-video-tutorial-series-performing-disaster-recovery-with-RMAN/ (Video Tutorial)
    http://oracleinstance.blogspot.com/2010/08/disaster-recovery-using-RMAN-demo.html
    http://gavinsoorma.com/recovery-scenarios/

  • How can I recover the files of failed hard drive

    Hello

    Apparently, my hard drive failed on my HP.  I'm running Windows XP with the latest service pack.
    I get a black screen that says "disk error, press ctrl + atl + del to restart".
    Given that it is a 7 year old computer, I don't see the need to put a lot of effort in intensive care there.
    But I would like to get some of the files on the hard drive.
    Can anyone suggest a way to access the contents of the hard drive?  I would like to get some Word, excel, PDF files.  Nothing major.
    Thank you
    AS

    Hello

    If the drive has indeed failed then you need professional services which are very expensive. Best
    method would be to contact your local computer store, the other his own service in-house, and have
    check out them the disc. Eventually, they can recover your files and they know all local professional
    services available in your area.

    A professional collection agency is Kroll OnTrack. Others are using Bing or Google.

    Kroll OnTrack
    http://www.krollontrack.com/data-recovery/

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • I keep getting "the trust relationship between this workstation and the primary domain failed" error windows 2008R2

    Hi all

    I appreciate your help. And I hope that this issue has been addressed previously, although I couldn't find any solution there.

    I manage a domain windows 2008 with 3 domain controllers. Recently my workstations continue to fall out of the field. I get "the trust relationship between this workstation and the primary domain failed" to many workstations.

    I know how to fix properly, use netdom.exe. But the mistakes keep coming back. I don't know where to look for the source of this error. A possible problem might be the time in any field is out of sync. But all my workstations synchronize with the domain controller with the primary domain controller role and seems to work correctly.

    Are there other sources, that I need to check? This is getting frustrating.

    Thank you much for the help.

    Sincerely,

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • Write the File.vi spreadsheet error hidden 8

    I'm having a problem with writing in the File.vi worksheet. I want to use a spreadsheet file to save temporary data to be accessed at a later date when the program closes. I write in a spreadsheet file, while the program is running, open it and it read it once the program ends, and then write anything in the file to erase all data in the file. The question that I have is during the last entry; If the spreadsheet file is hidden (I would like to be hidden, so it is not deleted, removed, or modified between the execution of program) the vi returns an error.

    error 8 open/create/replace the file in spreadsheet write String.vi-> .vi write to the spreadsheet file (LDM)

    This error does not when writing the actual data in the file only when I write an empty array to erase the file, and it only occurs when the worksheet file is hidden.

    Attached is a good example of what is trying to be accomplished LV2012

    In theory, you can use 'Set Flie Size' to set the OEF to 0.  I have never tried on a hidden file.

  • Receive the file (-1073741819) system error in Vista

    a min that my pc was discovered the nxt it doesn't let me go to all things, tried restote won't let me not can they continue to get windows errors come as c:/windows/system32/rstrui.exe, file system error (-1073741819), extended attributes are in uniform. help my i everything online

    * original title - I get the error system c:/windows/system32/rstrui.exe and the file and the extent of the attributes are in uniform and I cnt get in internet explorer or anything do windows, help *.

    Hi lauranelson77,

    How long have you been faced with this problem?

    It is sufficient to indicate the complete error message you receive.

    Method 1: Run the fixit available in the link below

    Difficulty of Windows system performance slow computer problems

    http://support.Microsoft.com/mats/slow_windows_performance/en-us

     

    Method 2: If a Protection of resources Windows (WRP) file is missing or is damaged, Windows may not behave as expected. Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Method 3:  Put the computer to boot and then check if the problem persists

    Follow step 1 in the link below,
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    Important: n ' forget not to put the computer to a normal startup follow step 7 in the link.

Maybe you are looking for

  • Crash at closing

    Whenever I try to close the browser, it crashes. I have 10 windows and the problem started after I moved this OS. If I uninstall and reinstall will I lose my bookmarks and Favorites?

  • Facebook, Gmail and MétéoMédia works does not for me with the last update, even in safe mode

    That pretty much sums up it. Since yesterday, with the most recent update, firefox does not display correctly these sites. Someone else posted a question similar to this topic. It has been marked as resolved, but there is no solution posted. Here's h

  • I need help with analog to digital VI

    Hello I am trying to create a 13-bit virtual adc what I want to do is to use a simulated signal (e.g. sine, square, etc.).  the sample at a rate of 8 khz frequency and send each digital sample serial port. the thing is that I don't really know how to

  • PC companion error

    I installed the latest version of pc companion.when I plugged my phone it says updated available.but when I start the software update.it watch 'if please connect to the internet and try again later."even when I'm connected to the reinstalled same int

  • Recovery disc does not work after the failure of the system.

    Hello world I got an error yesterday while booting which says "not found no startup disk." I disconnected and restarted at a black screen. I panicked. I got out my hard drive and made sure it is properly connected, and it was. I decided to try to see