Restore the Oracle XE database to another machine

I have an Oracle XE server on a Windows XP computer, and I want to copy it to a Windows 7 computer.
On XP, I did a backup through the database "backup" interface graph user (BACKUP. (BAT). The Oracle backup created 3 new folders under C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\
ARCHIVELOG
AUTOBACKUP
BACKUPSET

I installed XE on the Windows 7 machine and it seems to work.
Then I had to face the 3 files to backup on a USB and put them in the folder structure on the new Windows 7 machine. I ran the restore from the GUI as administrator (RESTORATION. (BAT). Restore failed, and I can't understand why. I don't know what are the sequence numbers.

Now I can't get into Apex or Apex_Admin

Thanks for taking a peek at this.

The contents of the OXE_RESTORE file is as follows:
Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:33:11 2011

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

Windows NT Version V6.1
CPU: 8 - type 586, 4 physical cores
Process affinity: 0x00000000
Memory (success/Total): Ph: 6031 M / 8183 M, Ph + FCP: 13737 M / 16364 M, GOES: 1973M / 2047 M
From debugging disabled

connected to target database: xe (unassembled)

RMAN > set the echo;
2 > restore (spfile to autobackup db_recovery_file_dest = 'C:\oraclexe\app\oracle\flash_recovery_area\');
3 > strength of startup nomount;
4 > restore (automatic backup controlfile);
5 > change the editing of the database;
6 > configure controlfile autobackup.
7 > restore database;
8 >
echo on

From restoration to January 8, 11
using the control file of the target instead of recovery catalog database
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid = 37 devtype = DISK

destination field of recovery: C:\oraclexe\app\oracle\flash_recovery_area\
name of database (or unique name of database) used for research: XE
channel ORA_DISK_1: autobackup found in the recovery area
channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP
channel ORA_DISK_1: restore SPFILE full automatic backup
Finished restore at 8 January 11

Oracle instance started

Total System Global Area 805306368 bytes

Bytes of size 1289996 fixed
239075572 variable size bytes
562036736 of database buffers bytes
Redo buffers 2904064 bytes

From restoration to January 8, 11
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid = 36 devtype = DISK

destination field of recovery: C:\oraclexe\app\oracle\flash_recovery_area
name of database (or unique name of database) used for research: XE
channel ORA_DISK_1: autobackup found in the recovery area
channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP
channel ORA_DISK_1: restore full automatic backup of control file
name of the output file = C:\ORACLEXE\ORADATA\XE\CONTROL. DBF
Finished restore at 8 January 11

mounted database
output channel: ORA_DISK_1

RMAN old configuration settings:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration settings:
CONFIGURE CONTROLFILE AUTOBACKUP
new RMAN configuration settings are stored successfully

From restoration to January 8, 11
From implicit overlapping Backup 8 January 11
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid = 35 devtype = DISK
Cut objects 1
Backup of implicit overlap ended in January 8, 11

Starting copy of implicit cross-8 Jan 11
using channel ORA_DISK_1
Copy of implicit overlap finished-8 Jan 11

the search for all files in the recovery area
cataloging files...
cataloging done

List of cataloged files
=======================
File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. ARC
File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. ARC
File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP

using channel ORA_DISK_1

channel ORA_DISK_1: from datafile backupset restoration
channel ORA_DISK_1: specifying datafile (s) to restore from backup set
restoring datafile 00001 to C:\ORACLEXE\ORADATA\XE\SYSTEM. DBF
restoring datafile 00002 to C:\ORACLEXE\ORADATA\XE\UNDO. DBF
restoring datafile 00003 to C:\ORACLEXE\ORADATA\XE\SYSAUX. DBF
restoring datafile 00004 to C:\ORACLEXE\ORADATA\XE\USERS. DBF
restoring datafile 00005 to C:\ORACLEXE\ORADATA\XE\APEX_1244616068553754.DBF
channel ORA_DISK_1: backup C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_ piece reading. BKP
channel ORA_DISK_1: restored the backup part 1
piece handle = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_. Tag BKP = TAG20110107T194642
channel ORA_DISK_1: restore complete, duration: 00:00:56
Finished restore at 8 January 11

Complete recovery manager.

Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:34:37 2011

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

Windows NT Version V6.1
CPU: 8 - type 586, 4 physical cores
Process affinity: 0x00000000
Memory (success/Total): Ph: 6021 M / 8183 M, Ph + FCP: 13238 M / 16364 M, GOES: 1973M / 2047 M
From debugging disabled

connected to target database: XE (DBID = 2604800077, is not open)

RMAN > set the echo;
2 > restore database;
3 > alter database open resetlogs;
4 >
echo on

From back-8 Jan 11
using the control file of the target instead of recovery catalog database
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid = 38 devtype = DISK

starting media recovery

Archive journal 1 sequence 375 thread is already on the disk that the file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. ARC
archive log thread 1 sequence 376 is already on the disk that the file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. ARC
archive log filename = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. Wire ARC = 1 sequence = 375
archive log filename = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. Wire ARC = 1 sequence = 376
Cannot find the log archiving
archive log thread = 1 sequence = 377
RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failure of the command recover at 08/01/2011 18:34:47
RMAN-20000: abnormal termination of job step
RMAN-06054: recovery of media asking unknown journal: thread 1 seq 377 lowscn 11715842

Complete recovery manager.

After playing a bit, I solved the problem.
There are a total of four records in \FLASH_RECOVERY_AREA\XE\ I had copied only three of the four.
ARCHIVELOG
AUTOBACKUP
BACKUPSET

Windows services store the files in open ONLINELOG, so I had to shut down services and then work with the folder. That's why four files must be moved and copied onto the new machine:
ARCHIVELOG
AUTOBACKUP
BACKUPSET
ONLINELOG

If you are running as an administrator "Backup" of the GUI, it runs the BACKUP. BEATS, a batch file called RMAN. Once that is done, copy the four files to the same location on the target computer, and then run as administrator 'Restore' (RESTORATION. (BAT).

In another forum someone told to be sure that the 'archive logs' are copied. It should be interpreted to mean not only the folder 'ARCHIVELOG', but all four files.

Published by: PhilMan2 on January 11, 2011 11:28

Tags: Database

Similar Questions

  • I have the first Pro 2015 but when I try to open a project that has been registered with the Premier Pro 2015 on another machine I get an error message that says that the project has been saved with the latest version.  Help!

    I have the first Pro 2015 but when I try to open a project that has been registered with the Premier Pro 2015 on another machine I get an error message that says that the project has been saved with the latest version.  Help!

    It seems that your version is not the latest.

    Check help / about... what version it reads.

    It should be 2015. (9.2.0 build 41)

    Otherwise, please update your version via app updates... or cloud in respect of aid.

  • Import of XML in the oracle 11g database

    I have some difficulty parsing of an XML file in the oracle 11g database.

    Currently using Oracle 11 g Express Edition (XE)

    Here's how my XML file looks like this:


    <? XML version = "1.0" encoding = "UTF-8" standalone = "yes"? >
    -< AccountMap xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" >
    -< account >
    -< AccountMapping >
    < AccountID > 0000000000000 - 000 < / AccountID >
    < AccountName > XLS < / AccountName >
    Excel < AccountType > < / AccountType >
    < AccountOwner > system < / AccountOwner >
    < / AccountMapping >
    -< AccountMapping >
    < AccountID > 0000000000000 - 001 < / AccountID >
    < AccountName > XLSS < / AccountName >
    Excel2 < AccountType > < / AccountType >
    System2 < AccountOwner > < / AccountOwner >
    < / AccountMapping >
    -< AccountMapping >

    and so now the file continues... I have the xml file that is saved on my hard drive

    I created a package in SQL Developer

    create or replace
    PACKAGE XML_FILEHANDLER AS

    type TRecord is (record
    Account_ID varchar2 (100)
    , Varchar2 (100) AccountName
    , Varchar2 (30) AccountType
    , AccountOwner varchar2 (100)
    );

    type TRecordTable is table of the TRecord;

    getRows function (p_directory in varchar2, p_filename in varchar2) return TRecordTable pipeline;

    END XML_FILEHANDLER;

    -BODY

    create or replace
    PACKAGE BODY XML_FILEHANDLER AS

    getRows function (p_directory in varchar2, p_filename in varchar2) return TRecordTable AS pipeline

    nb_rec NUMBER: = 1;
    tmp_xml CLOB.
    tmp_file CLOB.
    REC TRecord;

    BEGIN

    DBMS_LOB.CREATETEMPORARY (tmp_file, true);
    tmp_file: = dbms_xslprocessor.read2clob (p_directory, p_filename);

    recomm. Account_ID: = regexp_replace (tmp_file, '. * <>(. *) Account_ID < / Account_ID >. *', '\1', 1, 1, 'n');
    recomm. AccountName: = regexp_replace (tmp_file, '. * < AccountName >(.*) < / AccountName >. *', '\1', 1, 1, 'n');
    recomm. AccountType: = regexp_replace (tmp_file, '. * < AccountType >(.*) < / AccountType >. *', '\1', 1, 1, 'n');
    recomm. AccountOwner: = regexp_replace (tmp_file, '. * < AccountOwner >(.*) < / AccountOwner >. *', '\1', 1, 1, 'n');

    loop

    -This regexp is instance (s) of this model: "<? XML...? ' > < root_tag >... < / root_tag >.
    tmp_xml: = regexp_substr ([tmp_file, ' < \?xml[^?] +------? > \s+ < ([^ >] +) >. *? < / \1 > ', 1, nb_rec, 'n');
    When the output length (tmp_xml) = 0;
    -dbms_output.put_line (tmp_rec);
    nb_rec: = nb_rec + 1;

    SELECT Account_ID AccountName, AccountType, AccountOwner
    in rec. Account_ID, rec. AccountName, AccountType rec. rec. AccountOwner
    from xmltable)
    "Accounts/AccountMapping" in the way of xmltype (tmp_xml) columns
    Path of varchar2 (100) Account_ID 'Account_ID '.
    , Path of varchar2 (100) AccountName "AccountName".
    , AccountType varchar2 (30) path 'AccountType '.
    , Path of varchar2 (100) AccountOwner "AccountOwner.
    );

    line (CRE);

    end loop;

    DBMS_LOB.freeTemporary (tmp_file);

    GetRows END;

    END XML_FILEHANDLER;

    -I call my function using the following sql query

    Select * from table (XML_FileHandler.getRows ("XML", "test.xml"));

    Here is the error I get

    ORA-29283: invalid file operation
    ORA-06512: at "SYS." UTL_FILE", line 536
    ORA-29283: invalid file operation
    ORA-06512: at "XDB". DBMS_XSLPROCESSOR', line 265
    ORA-06512: at "user. XML_FILEHANDLER', line 13
    29283 00000 - "invalid file operation.
    * Cause: An attempt was made to read from a file or a directory which is
    not exist, or the file or directory access was denied by the
    Operating system.
    * Action: Check access privileges to the file and directory on the file system
    and if reading, check that the file exists.

    I did the following

    -Provided appropriate access to the user (read, write), including directory access rights
    -ensure that the directory exists
    -to ensure the existence of the file

    I have searched all over google and metalink but am unable to get this to run... Help, please!

    >
    SELECT Account_ID AccountName, AccountType, AccountOwner
    in rec. Account_ID, rec. AccountName, AccountType rec. rec. AccountOwner
    from xmltable)
    "Accounts/AccountMapping" in the way of xmltype (tmp_xml) columns
    Path of varchar2 (100) Account_ID 'Account_ID '.
    , Path of varchar2 (100) AccountName "AccountName".
    , AccountType varchar2 (30) path 'AccountType '.
    , Path of varchar2 (100) AccountOwner "AccountOwner.
    );
    >
    implement

    SELECT Account_ID, AccountName, AccountType, AccountOwner
    into rec.Account_ID, rec.AccountName, rec.AccountType, rec.AccountOwner
    from xmltable(
    'AccountMap/Accounts/AccountMapping' passing xmltype(tmp_xml) columns
    Account_ID varchar2(100) path 'Account_ID'
    , AccountName varchar2(100) path 'AccountName'
    , AccountType varchar2(30) path 'AccountType'
    , AccountOwner varchar2(100) path 'AccountOwner'
    );
    
    SQL> SELECT Account_ID, AccountName, AccountType, AccountOwner
      2  --into rec.Account_ID, rec.AccountName, rec.AccountType, rec.AccountOwner
      3  from xmltable(
      4  'AccountMap/Accounts/AccountMapping' passing
      5  xmltype('
      6  
      7  
      8  
      9  0000000000000-000
     10  XLS
     11  Excel
     12  System
     13  
     14  
     15  0000000000000-001
     16  XLSS
     17  Excel2
     18  System2
     19  
     20  
     21  ')
     22  columns
     23  Account_ID varchar2(100) path 'Account_ID'
     24  , AccountName varchar2(100) path 'AccountName'
     25  , AccountType varchar2(30) path 'AccountType'
     26  , AccountOwner varchar2(100) path 'AccountOwner'
     27  );
    
    ACCOUNT_ID                                                                       ACCOUNTNAME                                                                      ACCOUNTTYPE                    ACCOUNTOWNER
    -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ------------------------------ --------------------------------------------------------------------------------
                                                                                     XLS                                                                              Excel                          System
                                                                                     XLSS                                                                             Excel2                         System2
    
    SQL> 
    

    AccountID use AccountID not Account_ID

    Account_ID varchar2(100) path 'AccountID'
    

    Published by: Alexandr on August 9, 2012 12:35 AM

  • Move the rack fx presets to another machine

    I have a bunch of strings of model fx in AA CS6 which I want to pass on my laptop so that my machines are essentially mirrored.

    How to copy all the different model parameters like the one shown below to another machine?

    fx rack.png

    Thanks for the help!

    Hello

    The custom effect presets file is stored in the following locations, depending on the OS:

    Mac OS X: ~/Library/Preferences/Adobe/Audition/5.0/EffectPresets.xml

    Win XP: C:\Documents and Settings\\Application Data\Adobe\Audition\5.0\EffectPresets.xml

    Win 7: C:\Users\\AppData\Roaming\Adobe\Audition\5.0\EffectPresets.xml

    You should be able to copy the files to a system and replace it on the other to share presets.  Note that 'Library' under OS X and "AppData" on Win7 can be hidden by default and you will need to manually enter these places.

  • Is is possible to connect Netbean IDE to the Oracle XE database.

    Is possible to connect Netbean IDE to the Oracle XE database uses drivers provided with Netbean network.

    I m giving continuation of input to Netbean parameter.

    Data entry mode: entry field
    Driver name: JAVA DB (Network)
    Host: light-LMO
    Port: 1521
    Database: XE
    Username:lightweight
    Password: xxxxx


    When tried connecting the Oracle XE using netbean I got following error.


    ubable to add a connection. Could not establish a connection to the jdbc:derby://lightweight-ovm:1521 / XE
    using org.apache.derby.jdbc.ClientDriver (insufficient during the reading of the network - wait a minimum)
    6 bland and received only 1 byrtes. the connection has been lost.


    However, I can able to connect in the jsp pages using the following connection string.

    Class.forName ("oracle.jdbc.driver.OracleDriver");
    Conn = DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:XE", "light", "oracle");


    What's not here?

    Please post this in

    Database connectivity - Java Database Connectivity (JDBC) Forums...

    http://forums.Sun.com/forum.jspa?forumid=48&start=0

    Concerning
    Rajesh

  • Restoration of databases to another machine

    Hello!

    made a backup with RMAN, but the error occurred

    RMAN-03002: failure of the backup command to 2009-07-27 20:43:05
    RMAN-06059: journal archived expected not found, lost of archived newspaper compromised recoverability
    ORA-19625: error identification of file +ASM_IBAMA_DB/ibamacrs/1_48670_608856783.dbf
    ORA-17503: ksfdopn:2 could not open the file +ASM_IBAMA_DB/ibamacrs/1_48670_608856783.dbf
    ORA-15173: entry '1_48670_608856783.dbf' does not exist in the directory "ibamacrs".


    I know that I try and run the cross-checking of the newspaper of archive. But my doubt is not fine.

    It is possible to restore using the RMAN is giving this error? In fact, I get this RMAN on another machine. I run the restore and run a newspaper "reset"?

    as a result, excerpts from the journal

    ++++++++++++++++++++++++++
    connected to target database: IBAMACRS (DBID = 3958239024)
    connected to the recovery catalog database

    RMAN > 2 > 3 > 4 > 5 > 6 > 7 >
    allocated channel: d1
    channel d1: sid = 897 instance = IBAMACRS2 devtype = DISK

    From backup 2009-07 - 25:12:46:16
    channel d1: from full datafile backupset
    channel d1: specifying datafile (s) in backupset
    input datafile fno = name=+ASM_IBAMA_DB/ibamacrs/datafile/undotbs2.800.585307407 00004
    ...........
    ++++++++++++++++++++++++++
    ...........
    input datafile fno = name=+ASM_IBAMA_DB/ibamacrs/datafile/sisplan_i.336.585316777 00068
    channel d1: starting piece 1 at 2009-07 - 27:02:24:08
    channel d1: finished piece 1 at 2009-07 - 27:20:25:25
    total, handle = / mnt/df_t693282245_s13063_p1 tag = comment TAG20090725T124628 = NONE
    channel d1: full game backup, duration: 18:01:20
    A backup finished at 2009-07 - 27:20:25:25

    From file control and SPFILE Autobackup 2009-07 - 27:20:25:28
    room handle=+ASM_IBAMA_DB/ibamacrs/autobackup/2009_07_27/s_693347400.5984.693347407 comment = NONE
    Completed file control and Autobackup SPFILE at 2009-07 - 27:20:30:14
    from full resynchronization of the recovery catalog
    full complete Resync

    SQL statement: alter system archive log current

    From backup 2009-07 - 27:20:38:54
    Current archived log
    output channel: d1
    ... error...
    ++++++++++++++++++++++++++

    Why does not use SEQUENCE until the VALUE or TIME in your recovery?

    Kind regards

    Rodrigo Almeida

  • The problem with SQL after the migration of the database to another machine

    Having a SQL strange problem trying to extract a database being moved from one machine to the other.  Both machines are running SQL 2008 32-bit and are both Windows 2008 servers.  When I try to backup the database using the SQL tools and restore the. BAK file on the new SQL Server, I get the following error:

    Restore failed for server 'servername' (Microsoft.SqlServer.Smo)
    Additional information:
    System.Data.SqlClient.SqlError: RESTORE detected an error on the page (44:2097184) in database 'RestoreDBName' read from the backup set.

    Similarly, when I am trying to copy the. MDF and. LDF files to the new server and tie them, I get the following error:

    Attach the database failed for the server 'servername '.
    Additional information:
    An exception occurred during the execution of a Transact-SQL statement or batch.
    A system assertion failed.  An assertion failure is usually caused by a corruption of data or software bug.  To check the database, consider running DBCC CHECKDB.  If you have agreed to send images to Microsoft during installation, a mini dump will be sent to Microsoft.  An update can be an available from Microsoft in the latest Service Pack or a QFE from Technical Support.
    Could not open new database 'NewDatabaseName' create a DATABASE is dropped.
    "" Location: "logmgr.cpp": 3277
    Expression: lfh-> lfh_startOffset is startOffset
    SPID:55
    PID: 292876 (Microsoft SQL Server, error: 3624)

    Everything I've read, these errors usually indicate some sort of database corruption.  However when I run DBCC CHECKDB on the database on the source server, it is up to perfectly don't own... None detected corruption.  In fact, this server hosts 8 different databases.  Departure from all the correct DB on the source server, none of them will restore however to a new server using one of the methods above.  I'm having a hard time to believe that each of them could be corrupted when they show absolutely no indication of a problem.

    Anyone have any ideas?

    Try to make the backup and restore via SQLCMD (or via a query in SQL Server MS window).

    The backup will be the following (obviously, change "MaBase" and "D:\BACKUPS" to some database and the location you wish to save - just using for example):

    BACKUP DATABASE MyDatabase

    TO DISK = 'D:\BACKUPS\MyDatabase.bak. '

    WITH NOFORMAT, NOINIT,.

    NAME = 'Database MyDatabase - Full Backup',

    NOREWIND, NOUNLOAD, STATS = 10, SKIP

    Copy your backup to the other server and file make:

    RESTORE the DATABASE to MyDatabase

    FROM DISK = 'E:\Backups\MyDatabase.bak' WITH FILE = 1,

    GO to "MyDatabase_Data" to "E:\SQLDATA\MyDatabase_Data.mdf,"

    GO to "MyDatabase_Log" to "E:\SQLLOG\MyDatabase_Data.ldf,"

    NOUNLOAD, STATS = 10 REPLACE

    Again, change your names and locations in function.

    If this does not work, try to restore a database by third-party tools. You can find them in Google. If you don't want to spend the time to research, you can try a tool SQL Server Recovery Toolbox. All the details about this program on the link. http://www.oemailrecovery.com/sql_repair.html

  • Restore the backed up Notes of Time Machine

    I was automatically save my com.apple.Notes on the time Machine and it's time that I need to restore an older version of the Notes. So I entered the Time Machine and restored the old version and that worked fine. I can see the dates of the oldest record in the shell in /Library/Containers/com.apple.Notes < user >... / and they correspond to the older than date. I closed the application Notes before restoring and then re-opened, but it still shows the changes of today. So I rebooted the machine, but no luck. I cleared up the Caches in the library folder, but once again no luck. The idea of Time Machine must be able to restore the old data. This case does not seem to approach this concept. Is readind Notes anywhere else? I ran a global command on "/" as root and search notes. None of the successes that were matched today so where Notes read? How can I read my freshly restored older Notes folders?

    Thanks in advance for any comments on this.

    This procedure returns the database of Notes of the set to an earlier version. It is not possible to restore individual notes.

    Please stop the Notes application is running.

    1 triple - click anywhere in the line below on this page to select this option:

    ~/Library/Containers/com.apple.Notes

    Right-click or Ctrl-click on the highlighted line and select

    Services ▹ reveal in Finder (or just to reveal)

    of the contextual menu.*, a file must open with a selected item named "com.apple.Notes". Move the selected item to the trash, then restore it from a backup prior to the unwanted change. If you make a backup with Time Machine, enter it and select the snapshot you want to restore from.

    2. make as in step 1 with this line:

    ~/Library/Group Containers/group.com.apple.notes

    This time the selected item will be "group.com.apple.notes", otherwise you may get an alert that the item does not exist. The latter case, skip this step.

    3 log off or restart the computer, and empty the trash. Launch of Notes. You can see a "Welcome to Notes" splash screen, as if you had never started. Click on continue.

    4. If you synchronize Notes with iCloud or another network service, notes that you restored may be immediately deleted after you restore the. In this case, temporarily, disconnect from the Internet, for example by turning off your adapter broadband and restore again. Copy the contents of each note of a document in another application, such as TextEdit. Reconnect to the Internet. If the notes are deleted, recreate them in TextEdit document. They should then synchronize to the network.

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

  • Team Foundation Server Issues in the Oracle (ODT) database project

    Hi all

    Developer Dotnet and Oracle, I fortunately came across the ODT.
    Unfortunately, I have some problems in combination with the Team Foundation Server that hopefully someone here, the experts may resolve.

    So, it's the environment...

    Client:
    Windows 7 business
    Teacher of Visual Studio 2010.
    ODT with ODAC 12.1.0.1.0

    Servers:
    Foundation of the Server 2012 team
    Oracle Database 11 g Release 11.2.0.2.0 - 64 bit


    Description of the problem:

    Well, almost everything seems to be working.
    I can connect to my database diagram in Server Explorer, edit and save back views, functions, packages,... and save them to the server.
    I can create a new "project database Oracle" in Visual Studio.
    Now, I right click and select "generate the Script to create project". This also works very well. Points of view or anything else I clicked are added to the Oracle database project.
    Finally I select 'Add to Source code control' and the whole solution and any addition of scripts are archived as you wish.
    I can now change, automatically checked it as used in th IDE of VS.
    Works perfectly so far...

    But now I have problems to add new scripts. It makes me crazy.
    I right click again on a new view, etc. and select "Generate the Script to create project". The script is added to the same Oracle database project.
    The project file is also removed, because it now has a new added file. BUT the same script file will not be added to the source control.
    And worse yet, I'm not easily able to add the file manually in the context menu of the command "Add to source control" or something similar.
    The only way is to open windows Explorer, move to the previously added script file and add it to source code control using power tools shell extensions.
    I can't imagine that this is the way planned to add additional scripts to the ODP.

    So is there anyone around who can tell me how to solve this problem?

    Best regards
    Martin

    Hi Martin,

    I have recently come to know that there actually is a bug very similar to the old version of Oracle development tools.

    It is fixed in the latest version (12.1.0.1.2 or later).

    When you get a chance, please try it.

    Thank you

    Christian

  • B2B - BAM integration does not work with the Oracle XE database

    Hello

    Can someone explain the reasons in detail, 'the B2B - BAM integration does not work with the database Oracle XE'?

    Can't we use XE POC simple to demonstrate BAM?

    Published by: 975946 on December 27, 2012 04:14

    Hi Nithin,

    The main reason for this Oracle XE database can't handle such a huge process. Same Oracle XE is not supported in production.
    Note that SOA requires 300 process and BAM more than 100 processes (400 total), which is in addition to any other requirement its 500 to parameter.but process during the installation of Oracle SOA RCU, I hope you gave 300 single right.so his can't handle as much load if use B2B BAM integration.

    The ultimate goal is to have need to display active data in the right BAM reports? so, if you are using Oracle XE DB its may be not possible to show the active data.that the reason Oracle recommended use / works with Oracle 10 g Oracle 11 g versions EE and EE.

    Best regards
    Siva San.

  • Procedure of APEX 3.1 to 3.1.2 on the Oracle XE database update

    Hello

    How to make an update of APEX full 3.1 to 3.1.2 on an Oracle XE database with the installation package (which you can normally get to OTN)? I mean the patches from Metalink 7313609 group will not work on a XE database because there is no built-in opatch.

    Is it possible the procedure of normal update should I use for this:

    @apexins password TEMP SYSAUX SYSAUX is


    Thanks in advance,


    Tobias

    Tobias,

    The 3.1.2 patch does not use opatch since it is not patch the Oracle binaries, etc, it's just a SQL script that you run that updates the PLSQL packages, code, etc. inside the database (more than news images, javascript, etc.).

    As such, there is no reason that the patch could not be run on XE (assuming that you are allowed to download the patch etc.).

    John.
    --------------------------------------------
    http://Jes.blogs.shellprompt.NET
    http://www.apex-evangelists.com

  • Restore the files backed up on another computer

    I have two PCs. an office and the other at home. I took the backup on USB to the desktop and I tried to restore to the home pc. Home PC has window7. I couldn't restore the backup file to myhome pc. Although provied want me a solution

    Hi omprkash5619,

    You will not be able to restore the backup files created on Windows XP to Windows 7 operating system operating system.

    You can only do this if you have Windows XP on both computers.

    How to use the backup utility to back up files and folders in Windows XP Home Edition

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

  • How to restore deleted records in another table in the oracle 10g database...

    Hi all

    I want to restore deleted records in a particular table in the other table

    Suppose that:

    I make a request

    delete from emp

    where deptno = 30;

    now, I won't restore deptno = 30 records in the other table, let's say table emp1

    can someone let me know how to do it?

    Thank you...

    This is what flashback query is for:

    orclz > conn scott/tiger

    Connected.

    orclz > select count (*) emp;

    COUNT (*)

    ----------

    14

    orclz > delete from emp where deptno = 30;

    6 deleted rows.

    orclz > commit;

    Validation complete.

    orclz > create table deleted30 in select * from emp to the timestamp (systimestamp - 5/1440) where deptno = 30;

    Table created.

    orclz > select count (*) in the deleted30;

    COUNT (*)

    ----------

    6

    orclz >

  • Restore of database to another Machine

    I am a clone of a database. Source and target texts are 11.1.0.6, and they are the two RHEL 4.8. I did a full backup of the source using:

    RMAN > backup archivelog all delete them all entries;

    On the target computer, I made a successful restore. However, when I try to open the database I get:

    RMAN > alter database open resetlogs;

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure to modify the order db at 30/11/2009 10:37:48
    ORA-19502: write error on file ' / ora/oracle/oradata/data1/redo01.log ', block number 28673 (block size = 512)
    ORA-27072: IO file error
    Linux-x86_64 error: 2: no such file or directory
    Additional information: 4
    Additional information: 28673
    Additional information: 912896


    How to generate redo log files? Is there a solution? I want to avoid copy them from the source, since I would probably have to make a stop of the database, although if there is a work around for it, I'm game.
    = Al

    Check if the target directory/ora/oracle/oradata/data1/exist with write permission and enough free space.

    An OPEN RESETLOGS is supposed to create only the online redo logs if they do not exist.

    Hemant K Collette

  • License for the Oracle ODBC database gateway

    Hello world!

    I am using Oracle Database Gateway for ODBC (Oracle 11 g Gateway) to create dblink Oracle 10.2.0.4

    According to this price list, I do not see the price details for the database gateway for ODBC Oracle

    http://www.Oracle.com/us/corporate/pricing/technology-price-list-070617.PDF
    Please refer to page 3 and 4

    and according to the guidelines of it, I don't need a separate license. Could someone shed some light. I have the database and the gateway in the same machine

    http://download.Oracle.com/docs/CD/E11882_01/license.112/e10594.PDF

    Please refer to page 1-7, which says

    Gateway for ODBC Oracle database
    Database gateway for ODBC Oracle can be installed and used on a different machine
    the machine where the database Oracle is installed and used. Should not be
    to obtain a separate license for the machine running Oracle Gateway for ODBC

    Please shed some light.

    Thanks in advance.

    Hello
    As it is said, as long as you have a license of RDBMS, you need not a separate license for DG4ODBC. If confusion is where it says "Oracle Database Gateway for ODBC can be installed and used on a different machine," then it is just to clarify that you run the gateway on a machine completely separated from the performer the RDBMS under license, but you can also run DG4ODBC on the same machine where the RDBMS is installed.
    If you install 11g DG4ODBC on the same machine where you have a 10g RDBMS then it must be installed in an another ORACLE_HOME.

    If this still isn't clear, so please come back and let us know exactly what you need to clarify.

    Kind regards
    Mike

Maybe you are looking for