Backup.bat Oracle Xe problem

Hello.

I'm a complete novice when it comes to the Oracle.
I have Oracle Xe installed on my laptop.
This laptop is running wth Microsoft XP Professional SP2 applied.
It works, I connected with the SQLdeveloper tool.
I've created tables, users, views, synonyms and inserted data.
The SQL world turns very well now.

But I am a novice and a fool.
I would like to back up my data when I goof, I can restore.
I tried to back up two different ways.
Neither have worked.
An answer for either would be great.
An answer for both would be fantastic!

I can connect to the database through sqlplus than any of several users:
the user of the system that was installed during the installation,
the human resources user that was installed during the installation,
the northwind user that I place.

(#1).
I looked online and found information on rman.
I can start rman from the command prompt.
But I can't the ' connect target / "(according to the instructions online)
I get an "ORA-01031: insufficient privileges" error.
I tried "target xe", "target", "target system@xe" and so on.
I created a user with all privileges checked.
It gives me the same error.
Help!

(#2).
There is a backup.bat file included with Oracle Xe.
I ran that and got errors saying that "Settings\Temp\backup_rmanlog.sql" was not planned.
I assumed it was because of the value of TEMP.
I copied backup.bat to dmhup.bat and made changes to it.
I have saved the current value of TEMP and TMP.
I put the TEMP and TMP to C:\Temp
I made that C:\Temp exist and that it can write.
I ran my script.
Now, he waits for a while, and then returns the following error message:
==================== ERROR =============================
The backup of the database failed.
Unknown log mode: SP2-0640:.
Log file is SP2-0640:.
==================== ERROR =============================
Press a key to continue...

When I look in the log in C:\Temp files all say "SP2-0640: not connected.
All .sql files begin with ' connect / as sysdba;
It seems to me that this connection is the problem.
Help!

It seems that two backups are facing problems of connection.
I looked at the Xe admin page and I have no sysdba user.
There is a sys user, but I am reluctant to change the password.
The database works now, and I don't want to break!

I know I am doing something stupid here.
Can you tell me what it is please?

Thank you

Dan Hunter

Hmm,
Is your user member of the local administrator group account? If this isn't the case, then you can not connect without specifying a password - you will need to connect like this:

sqlplus SYS/password@XE AS SYSDBA

RMAN, you will need to do it like this:

rman target SYS/password@XE

If you have the right keys in your registry, you need not specify ORACLE_SID. Those would be under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE. But I advise you to install a client appropriate Oracle, in this way, you can configure the service names to connect to all your instances Oracle server, the remote and.

As for not being able to install Linux - there is no need to install it as your main operating system. You're better off installing XE (prefer the universal version) on a virtual machine (I use VirtualBox on my laptop, it's free and works very well) with Centos 5.3 (free clone of RHEL). Then simply install SQL Developer on your Windows operating system (no need to install a client, JDBC does the trick) and you have everything you need. RMAN is accessible from the command line on Linux guest - ensure just a Bug in the script of /etc/init.d/oracle-xe - proposed solution How to correctly set the user oracle Linux environment in order to get a better experience out of it.
I do not have access to a virtual machine that is running a Windows XP client right now - we'll see what results you get out of these operating instructions.
Believe me, by installing and running Oracle are ALWAYS painful for a novice. And a few versions back it was harder.
Kind regards

Georger

user10739288 wrote:
It is on the Windows XP Professional 64 bit computer.

Microsoft Windows [Version 5.2.3790]
Copyright (C) 1985-2003 Microsoft Corp.

C:\Documents and Settings\dan > sqlplus / AS SYSDBA

SQL * more: Release 10.2.0.1.0 - Production on Sun Mar 1 03:35:59 2009

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

ERROR:
ORA-01031: insufficient privileges

Enter the user name: System
Enter the password:

Connected to:


Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production

SQL > exit
Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - production
ction

As you can see, it says not sufficient privileges and asks me to enter a user name and password.
I get the same thing on a Windows XP Professional 32 bit or install a Windows XP Home Edition.
While I was able to connect with the sqlplus command, RMAN will not connect.
I did not find RMAN to connect using > ANY< userid="" or="" password="">
In fact, just flat RMAN tells me to bend!

I noticed your comment about the ORACLE_SID.
I see that in my environment variables.
That's what I see on the XP Pro 64 machine:

ALLUSERSPROFILE = C:\Documents and Settings\All Users
APPDATA = C:\Documents and Settings\dan\Application Data
CLASSPATH=C:\product\10.1.3.1\OracleAS_1\MOBILE\Sdk\bin\OLITE40. CONTAINER;
CUSTOMERNAME = Console
CommonProgramFiles = c: files
CommonProgramFiles (x 86) = C:\Program Files x86\Common files
COMPUTERNAME = SERVER64
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK = NO
HOMEDRIVE = C:
HOMEPATH = \Documents and Settings\dan
LOGONSERVER = \\SERVER64
NUMBER_OF_PROCESSORS = 2
OS = Windows_NT
Path=C:\product\10.1.3.1\OracleAS_1\jdk\bin; C:\product\10.1.3.1\OracleAS_1\ant\b
in; C:\oraclexe\app\oracle\product\10.2.0\server\bin; C:\Windows\System32; C:\WINDO
TSX C:\WINDOWS\System32\Wbem; C:\product\10.1.3.1\OracleAS_1\MOBILE\sdk\bin
PATHEXT = .COM; EXE;. BEATS;. CMD;. VBS;. VBE;. JS;. JSE;. WSF;. WSH
PROCESSOR_ARCHITECTURE = AMD64
PROCESSOR_IDENTIFIER = AMD64 family 15 model 107 Stepping 1 AuthenticAMD
PROCESSOR_LEVEL = 15
PROCESSOR_REVISION = 6b 01
ProgramFiles = c: Program Files
ProgramFiles (x 86) = c: Program Files x 86
PROMPT = $P$ G
SESSION = Console
SystemDrive = C:
SystemRoot = C:\WINDOWS
TEMP = C:\DOCUME~1\dan\LOCALS~1\Temp
TMP = C:\DOCUME~1\dan\LOCALS~1\Temp
USERDOMAIN = SERVER64
USERNAME = dan
USERPROFILE = C:\Documents and Settings\dan
windir = C:\WINDOWS

I'll try setting ORACLE_SID XE and see what makes a difference.
No, error messages, and results.
Tried it on XP Pro 32, same results machine.

I worked on AIX, UNIX, and Linux in the past.
I know some differences in the environments.
Tell me if it works on Linux isn't really the same as saying that it works under XP.

You have a virtual of Windows XP machine?
You can try installing Oracle XE here?
RMAN or sqlplus connect by using the same commands?
Or are there additional things that need to be done?

My machine Windows XP 64 is not Windows XP 64 of my choice.
I need the following Oracle's SOA and in need of SUSE, Redhat Enterprise Edition or Windows.
Since I did not "have a copy of SUSE, who was going out.
It wouldn't install in Fedora 7, 8, 9 or 10.
I've tried, believe me, I tried!
I tried to install Redhat Enterprise, but he simply didn't like my hardware.
I've never seen electronic hair balls of this color, size or consistency in my life.
I found myself in the land of Microsoft.
And the SOA installation failed with an error with a bad version of PSAPI.dll being installed.

Does > NOT< been="" a="" pain="" free="">
Having said that, during this process I learned a lot about Windows and Oracle.

I am installing OracleXEuniv.exe version 10.2.1015
Downloaded directly from Oracle's web site.

I want to thank you for your help.

Tags: Database

Similar Questions

  • Can't backup windows because Backup has encountered a problem during backup of the C:\Users\marcel\Documents\Youcam file. Error: (the system cannot find the specified file. (0 x 80070002))

    can not backup windows because: Backup has encountered a problem during backup of the C:\Users\marcel\Documents\Youcam file. Error: (the system cannot find the specified file. (0 x 80070002))
    Backup has encountered a problem during backup of the C:\Users\marcel\Documents\Youcam file. Error: (the system cannot find the specified file. (0 x 80070002)).

    Maybe it's because I disabled the camera to prevent other people using the computer?

    [Moved from comments]

    Hi Marrcel,

    Thank you for keeping us posted.

    The issue can be due to turning the camera off. I suggest you to activate the camera and try.

    Please come back for any clarification on this or any issue of Windows. We will be happy to help you.

  • Backup has encountered a problem during backup of the C:\windows\system32\config\systemprofile\Desktop\music file. Error: (System does not find the specified path. (0 x 80070003))

    I had to uninstall iTunes a few months ago and successfully re-installed, but part of my music was missing.   At one point, following the instructions on a thread on the forums Apple or Microsoft, I saved my music library on the desktop. Since then, I do not have a library of music on the desktop file.  In my looooooong hours trying to fix things, I do not know if I deleted it or what.

    Now, I get the message:

    "Backup has encountered a problem during backup of the C:\windows\system32\config\systemprofile\Desktop\music file. Error: (System does not find the specified path. (0 x 8007003)) "whenever I have backup my computer.

    As I understand it, that does not affect really any other files, they rely on the spot (I think), but

    HOW CAN I GET RID OF THIS MESSAGE? or what is the cause?  Of course, I could use help in simple English, step by step, as I'm not very techno...

    Thank you!!!

    Try to be...

    SereneJulie

    Hi serene,

    Thanks for posting your query on the Microsoft Community.

    As indicated by the error, this problem appears, when these files/libraries that are saved automatically are not present on your computer. I suggest you to follow the steps below and check, if it can help solve the problem.

    • Create missing files that are listed in the error message.
    • Exclude files from the files to backup in the backup settings and then include these files in their original location. To exclude folders in other communities and to include these files in the original location, follow these steps:
      1. In Control Panel, open backup and restore.
      2. In the section back up , click change settings.
      3. In the dialog box Configure the backup , click Next.
      4. In the dialog box that you want to save , click Let me choose, and then click Next.
      5. Expand data files, library, expand additional locations, and then click to clear the check boxes folder AppData, Contactsand Research .
      6. Expand computers, expand the element of your system drive (for example, expand Local disk (c)), expand users, , and then click to select the checkboxes AppData, Contactsand Research if they exist.
      7. Click Next, and then click Save settings and exit.
      8. Backup and restore, click back up now to perform a new backup. The backup operation must complete without errors.

    If the problem persists, I suggest you follow the steps in the following article for troubleshooting backup problems.

    Windows backup or restore 0 x 80070001, 0 x 81000037 or 0 x 80070003 errors

    http://support.Microsoft.com/kb/973455/en-us

    Come back and let us know the State of the question, we will be happy to help you. We, at tender Microsoft to excellence.

  • Backup has encountered a problem during backup of the C:\Windows\System32\config\systemprofile\Dropbox\Camera file will be mailed. Error: (System does not find the specified path. (0 x 80070003))

    This is the error message I get after several days of decline in dropbox, my Norton, saying that he was sure loading! I have read and re read most of what people have written, and I have no idea! I'm not a person irritable and can someone put in easy terms what should I do to solve this problem! I read try it who try and read that nothing works. Does anyone know if something works and can it tell me please. Also if someone from Microsoft is reading this why not have you solved this problem?

    Backup has encountered a problem during backup of the C:\Windows\System32\config\systemprofile\Dropbox\Camera file will be mailed. Error: (System does not find the specified path. (0 x 80070003))

    Hello

    You did changes to the computer before the show?

    These problems occur because the folders or libraries that you are trying to back up or restore include a reparse point. Analytical points are similar to shortcuts Windows or Unix symbolic links. A point of analysis can be used to point to a file that is moved temporarily to a different drive.

    Windows backup or restore 0 x 80070001, 0 x 81000037 or 0 x 80070003 errors
    http://support.Microsoft.com/kb/973455/en-us

    I hope this helps. Let us know if you have other problems with Windows in the future.

  • Backup has encountered a problem in file C:\Users\Laura\Saved backup sets. Error: (the system cannot find the specified file. (0 x 80070002))

    How can I stop this error after completing a back-up?

    Hello

    Thanks for posting the request in the Microsoft community forums.
    I understand that you are facing a problem when saving the file. I will definitely help you with this.
    Please answer the following questions.

    1. where exactly you are trying to save the file?
    2. what anti-virus software is installed on the computer?
    3. don't you make changes on the computer before the show?

    This problem can occur for the following reasons:

    · The computer stops responding.

    · The copy operation stops.

    To resolve the error "Backup has encountered a problem during backup of the file C:\Users\Laura\Saved games. Error: (the system cannot find the specified file. (0 x 80070002)) "on the computer, you can try the following steps:

    See the steps in the link and check:

    0x8100002F error code and or error code 0 x 80070002 when you back up files in Windows 7
    http://support.Microsoft.com/kb/979281

    Hope this information helps you. If the problem persists, feel free to let us know. It is our pleasure to be of service.

  • Backup has encountered a problem during backup of the C:\Windows\System32\config\systemprofile\.config file. Error: (the system cannot find the specified file. (0 x 80070002))

    I received this notification from my last backup. Some files were not saved.

    "Backup has encountered a problem during backup of the C:\Windows\System32\config\systemprofile\.config file. Error: (the system cannot find the specified file. (0 x 80070002))

    Should I worry. My previous backup was cancelled and not by me.

    OT: Warning backup

    Hello

    I suggest you try the steps from the following link:

    0x8100002F error code and or error code 0 x 80070002 when you back up files in Windows 7
    http://support.Microsoft.com/kb/979281

  • Backup has encountered a problem during backup of the C:\Users\IUSR_NMPR\AppData\LocalLow file. Error: (the system cannot find the specified file. (0 x 80070002))

    At the end of the new backup, the following error message appears; Backup has encountered a problem during backup of the C:\Users\IUSR_NMPR\AppData\LocalLow file. Error: (the system cannot find the specified file. (0 x 80070002)) and files are the following:

    Backup has encountered a problem during backup of the C:\Users\IUSR_NMPR\AppData\LocalLow file. Error: (the system cannot find the specified file. (0 x 80070002))
    Backup has encountered a problem during backup of the C:\Users\IUSR_NMPR\Contacts file. Error: (the system cannot find the specified file. (0 x 80070002))
    Backup has encountered a problem during backup of the C:\Users\IUSR_NMPR\Searches file. Error: (the system cannot find the specified file. (0 x 80070002))
    Backup has encountered a problem during backup of the C:\Users\Guest\AppData\LocalLow file. Error: (the system cannot find the specified file. (0 x 80070002))
    Backup has encountered a problem during backup of the C:\Users\Guest\Searches file. Error: (the system cannot find the specified file. (0 x 80070002)

    Any help to help solve the problem and remove these files unless they need to be backed up. I tried and failed to find the files. Please note that windows 8 pro had cleaned originally had windows Vista, even I did find something on the error code: error: (the system cannot find the specified file. (0 x 80070002))

    Hey Amer,

    You can ignore this error message. You would usually encounter this problem if the Windows Backup tries to back up files in folders LocalLow, Contacts and research and these files are not present on your computer.

    Well, you also have an option to create or exclude files missing, listed in the error message.

    If you want to exclude this folder then please refer to the following steps.

    (a) in the backup section, click on "change settings".

    (b) in the dialog box Configure the backup , click Next.

    (c) in the 'you want to save ' dialog box, click on 'Let me choose ', then click on 'Next '.

    (d) navigate to the user profile folder displayed in the error message and clear the check box next to the folders.

    (e) save and exit.

    Hope the helps of information.

  • While patch should RAC I take backup of Oracle Home on all nodes?

    While patch should RAC I take backup of Oracle Home on all nodes? for 11 GR 2, BECAUSE I think that take bkp for each node that each House has its own file RSC, your thoughts?

    Hello

    Although the automatic steps, it is good practice to make a backup of the current ORACLE_HOME being patched (manual).

    Kind regards.

  • Backup in Oracle procedures

    I'm trying to backup procedures for a number of research platforms and software and I was wondering if someone could help with the Oracle database with the following text:

    • For backups of Oracle databases, which is the default tool or utility that is used to back up the Oracle database and Oracle backup what file extension will have when the backup is created? Also, is there a default folder that will be written the backup too if the use of default tools?

    • Is more typical, an Oracle database will be saved using the default backup utilities in Oracle or do most people use a 3rd third party tool?

    • Too far do you go with backups of databases? You back up the database to another drive, then the backup to the backup media, once again? Extent to which channel are you going?

    • How do you feel about the use of backup utilities system including databases oracle on system within the backup volumes is common or it is essential to have a specific to the Oracle database backup procedure?

    • What audit connects or trails will be available to demonstrate to management or the Board of Auditors that the backup was performed in accordance with departmental policies? Where is this file and how much detail does show when you use the default oracle utilities?

    • As Oracle DBA are there any particular reasons why backups cannot be run on a specific day, that evening, if so could you give some details on what types of occurrence will prevent to be logical to run the backup that night? For example, if you saw, that she has been saved 6 days out of 7, why for the 7th day would be reasonable, as appropriate.

    Would prefer your comments and input as opposed to a load of links that the links I've read to date are not compatible.

    user599292 wrote:
    But the most popular / typical of utlitity used worldwide Oracle RMAN backup database? Are there other popular alternatives or is it used RMAN one more folk to backup Oracle databases?

    There is a very good thing that you should not forget. All that you can choose to use, if it is not supported by oracle, its of no use at all. And RMAN is the tool supported by oracle for making backups and recoveries. Another thing, is your own responsibility. In addition to RMAN, BCV backup are also very popular.

    The repository that you mention, which will provide us with 3 weeks backup days a, b, c but not d and z?

    Please excuse my ignorance, but I'm new on this.

    Please see th link mentioned by Centinul and read the books mentioned. It has tons of info.

    Aman...

  • ORA-16772: shift to a backup database has no problem

    Hi all

    Can someone please help me with this situation, because I'm stuck. I already look at metalink but no post doesn't solve my problem.

    Here is some information on my problem.

    I have 2 servers via Vmware - oraclenode1 with primary database TEST1 and oraclenode2 with database ensures TEST2.

    Transfer journal successfully, but when I try to switch to the "TEST2" it throws me an error - ORA-16772: switching to a backup database failed

    DGMGRL > see Configuring

    Configuration - DGConfig1

    Protection mode: MaxPerformance

    Databases:

    Test1 - primary

    Test2 - Physical standby database

    Fast-Start Failover: DISABLED

    The configuration status:

    SUCCESS

    my listeners

    PRIMARY

    Oracle@oraclenode1 trace] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 2 November 2015 06:55:24

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=oraclenode1) (PORT = 1521))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    Start date 2 November 2015 03:56:41

    Uptime 0 days 2 h 58 min 42 s

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/oraclenode1/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=192.168.0.151) (PORT = 1521)))

    Summary of services...

    Service 'TEST1' has 1 instance (s).

    Instance "TEST1", status UNKNOWN, has 1 operation for this service...

    Service 'TEST1_DGMGRL' has 1 instance (s).

    Instance "TEST1", status UNKNOWN, has 1 operation for this service...

    The command completed successfully

    [oracle@oraclenode1 path] $ cat /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

    LISTENER =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = tcp)(HOST=oraclenode1) (PORT = 1521))

    (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1571))

    )

    # What's new

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = TEST1)

    (SID_NAME = TEST1)

    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

    )

    (SID_DESC =

    (GLOBAL_DBNAME = TEST1_DGMGRL)

    (SID_NAME = TEST1)

    (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)

    )

    )

    STANDBY

    [oracle@oraclenode2 path] $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 2 November 2015 06:55:02

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=oraclenode2) (PORT = 1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    Start date 2 November 2015 06:49:19

    Uptime 0 days 0 h 5 min 43 s

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/oraclenode2/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=oraclenode2) (PORT = 1521)))

    Summary of services...

    Service 'TEST2' has 2 occurrences.

    Instance "TEST2", status UNKNOWN, has 1 operation for this service...

    Instance "TEST2", State LOAN, has 1 operation for this service...

    Service 'TEST2_DGB' has 1 instance (s).

    Instance "TEST2", State LOAN, has 1 operation for this service...

    Service 'TEST2_DGMGRL' has 1 instance (s).

    Instance "TEST2", status UNKNOWN, has 1 operation for this service...

    The command completed successfully

    [oracle@oraclenode2 path] $ cat /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

    listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

    # Generated by Oracle configuration tools.

    # What's new

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = TEST2)

    (SID_NAME = TEST2)

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

    )

    (SID_DESC =

    (GLOBAL_DBNAME = TEST2_DGMGRL)

    (SID_NAME = TEST2)

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = oraclenode2) (PORT = 1521))

    )

    )

    ADR_BASE_LISTENER = / u01/app/oracle

    IAM able to connect from standby and watch primary elementary school

    Here is the configuration each databases dgmgrl

    DGMGRL > see the database 'TEST1' verbose;

    Database - TEST1

    Role: PRIMARY

    State of destination: TRANSPORT-WE

    Occurrence (s):

    TEST1

    Properties:

    DGConnectIdentifier = "test1".

    ObserverConnectIdentifier = "

    LogXptMode = "ASYNC".

    DelayMins = '0'

    Binding = "optional."

    MaxFailure = '0'

    MaxConnections = '1'

    ReopenSecs = "300"

    NetTimeout = "30"

    RedoCompression = "DISABLE."

    LogShipping = 'ON '.

    PreferredApplyInstance = "

    ApplyInstanceTimeout = '0'

    ApplyParallel = 'AUTO '.

    StandbyFileManagement = 'AUTO '.

    ArchiveLagTarget = '0'

    LogArchiveMaxProcesses = "4"

    LogArchiveMinSucceedDest = '1'

    DbFileNameConvert = "

    LogFileNameConvert = "

    FastStartFailoverTarget = "

    StatusReport = "(monitor).

    InconsistentProperties = "(monitor).

    InconsistentLogXptProps = "(monitor).

    SendQEntries = "(monitor).

    LogXptStatus = "(monitor).

    RecvQEntries = "(monitor).

    HostName = "oraclenode1.localdomain."

    Nom_sid = "TEST1".

    StaticConnectIdentifier = ' (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=oraclenode1.localdomain) (PORT = 1521)) (CONNECT_DATA = (SERVICE_NAME = TEST1_DGMGRL) (INSTANCE_NAME = TEST1)(SERVER=DEDICATED)))'

    StandbyArchiveLocation = ' / u01/app/oracle/flash_recovery_area /'

    AlternateLocation = "

    LogArchiveTrace = '0'

    LogArchiveFormat = '% t_%s_%r.dbf '.

    TopWaitEvents = "(monitor).

    State of the database:

    SUCCESS

    DGMGRL > see the detailed database "TEST2."

    Database - TEST2

    Role: STANDBY PHYSICS

    State of destination: apply

    Transport Lag: 0 seconds

    Apply the Lag: 10 minutes 24 seconds

    Real-time query: OFF

    Occurrence (s):

    TEST2

    Properties:

    DGConnectIdentifier = 'test2 '.

    ObserverConnectIdentifier = "

    LogXptMode = 'ARCH '.

    DelayMins = '0'

    Binding = "OPTIONAL."

    MaxFailure = '0'

    MaxConnections = '1'

    ReopenSecs = "300"

    NetTimeout = "30"

    RedoCompression = "DISABLE."

    LogShipping = 'ON '.

    PreferredApplyInstance = "

    ApplyInstanceTimeout = '0'

    ApplyParallel = 'AUTO '.

    StandbyFileManagement = 'AUTO '.

    ArchiveLagTarget = '0'

    LogArchiveMaxProcesses = "30"

    LogArchiveMinSucceedDest = '1'

    DbFileNameConvert = "/ TEST1 /, / TEST2 /.

    LogFileNameConvert = "/ TEST1 /, / TEST2 /.

    FastStartFailoverTarget = "

    StatusReport = "(monitor).

    InconsistentProperties = "(monitor).

    InconsistentLogXptProps = "(monitor).

    SendQEntries = "(monitor).

    LogXptStatus = "(monitor).

    RecvQEntries = "(monitor).

    HostName = "oraclenode2.localdomain."

    Nom_sid = 'TEST2 '.

    StaticConnectIdentifier = ' (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=oraclenode2.localdomain) (PORT = 1521)) (CONNECT_DATA = (SERVICE_NAME = TEST2_DGMGRL) (INSTANCE_NAME = TEST2)(SERVER=DEDICATED)))'

    StandbyArchiveLocation = ' / u01/app/oracle/flash_recovery_area /'

    AlternateLocation = "

    LogArchiveTrace = '0'

    LogArchiveFormat = '% t_%s_%r.dbf '.

    TopWaitEvents = "(monitor).

    State of the database:

    SUCCESS

    and here are the logs at the time of the digital switchover

    primary

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.362: CRS to notify the primary database of disassembly of the passage to the

    2015-11-02 06:52:28.362 ACLS: not configured CRS, config = 2

    .

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.362: display primary instances for PASSAGE of phase 1

    2015-11-02 06:52:28.362 INSV: message received for publication of inter - the instance

    2015-11-02 06:52:28.362 req ID 1.1.516864462, CTL_SWITCH opcode, phase BEGIN, 5 flags

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.362: State of rfi_post_instances() for CTL_SWITCH = ORA-00000

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.363: dispersants message to STANDBY for TRANSITION phase BEGIN

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.363: entered rfmsoexinst for phase 1

    2015-11-02 06:52:28.363 INSV: response for message with

    2015-11-02 06:52:28.363 req ID 1.1.516864462, CTL_SWITCH opcode, phase BEGIN

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.365: primary instances display for transition to THE phase 2

    2015-11-02 06:52:28.365 INSV: message received for publication of inter - the instance

    2015-11-02 06:52:28.366 req ID 1.1.516864462, opcode CTL_SWITCH, disassembling, 5 flags

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.366: State of rfi_post_instances() for CTL_SWITCH = ORA-00000

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.366: dispersants message to STANDBY for transition to THE phase of DISMANTLING

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.366: entered rfmsoexinst for phase 2

    2015-11-02 06:52:28.366 RSM0: received the State value ask: rid = 0 x 01041001, sid = 0, phid = 1, econd = 2, sitehndl = 0 x 02001000

    2015-11-02 06:52:28.366 Log transport resources: SetState OFFLINE, DISASSEMBLY phase, external Cond SWITCH-OVER-PHYS_STBY

    2015-11-02 06:52:28.367 RSM0: received the State value ask: rid = 0 x 01011001, sid = 4, phid = 1, econd = 2, sitehndl = 0 x 02001000

    2015-11-02 06:52:28.367 [IAM = PRIMARY] Resource database: 0 x 02001000 SetState PHYSICAL-APPLY-ON, DISASSEMBLY phase, external Cond SWITCH-OVER-PHYS_STBY, handful of Site target

    2015-11-02 06:52:28.367 to execute SQL [ALTER DATABASE COMMIT to SWITCH STANDBY mode PHYSICS WITH the STOP of the SESSION]

    2015-11-02 06:57:50.523 runtime error SQL = 604, sql = [ALTER DATABASE COMMETTRE through to PHYSICAL STANDBY WITH the CLOSING of SESSION]. See the below error stack.

    2015-11-02 06:57:50.524 ORA-00604: error occurred at the SQL level 1 recursive

    2015-11-02 06:57:50.524 ORA-01093: ALTER DATABASE CLOSE allowed only with no connected sessions

    2015-11-02 06:57:50.524 ERROR: has no failover of the database to a database of physical intelligence.

    2015-11-02 06:57:50.524 RSM: compensation IncarnationTable internal property of the site 0 x 01010000

    2015-11-02 error 06:57:50.524 database resource SetState (16772)

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.526: resource guard returned the error: operation = status = ORA-16772

    2015-11-02 02001000 516864462 06:57:50.526 resources: TEST1 (01011001) State: PHYSICAL-APPLY-ON

    2015-11-02 06:57:50.526 02001000 516864462 CTL_SWITCH operation cancelled during phase 2, error = ORA-16772

    2015-11-02 06:57:50.526 INSV: response for message with

    2015-11-02 06:57:50.527 req ID 1.1.516864462, CTL_SWITCH, disassembling opcode

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.527: Instance ID 1 returned ORA-16772

    2015-11-02 06:57:50.527 02001000 516864462 for disassembling of op CTL_SWITCH.

    2015-11-02 06:57:50.527 02001000 516864462 CTL_SWITCH operation cancelled during phase 2, error = ORA-16772

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.527: display primary instances for PASSAGE of phase 5

    2015-11-02 06:57:50.527 INSV: message received for publication of inter - the instance

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.527: State of rfi_post_instances() for CTL_SWITCH = ORA-00000

    2015-11-02 06:57:50.528 req ID 1.1.516864462, CTL_SWITCH opcode, phase END, 5 flags

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.528: passage to the aborted due to errors

    2015-11-02 02001000 516864462 named Site 06:57:50.528: TEST1 is always primary

    2015-11-02 02001000 516864462 error 06:57:50.528 = ORA-16772

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.528: dispersants message to STANDBY for PASSING phase END

    2015-11-02 06:57:50.528 INSV: response for message with

    2015-11-02 06:57:50.528 req ID 1.1.516864462, CTL_SWITCH opcode, phase END

    2015-11-02 06:58:18.647 NSV1: Site TEST2 returned ORA-16665.

    2015-11-02 06:58:33.642 NSV1: Site TEST2 returned ORA-16665.

    2015-11-02 06:58:48.648 NSV1: Site TEST2 returned ORA-16665.

    2015-11-02 06:59:03.653 NSV1: Site TEST2 returned ORA-16665.

    2015-11-02 06:59:18.658 NSV1: Site TEST2 returned ORA-16665.

    2015-11-02 06:59:33.665 NSV1: Site TEST2 returned ORA-16665.

    2015-11-02 06:59:48.670 NSV1: Site TEST2 returned ORA-16665.

    2015-11-02 07:00:03.676 NSV1: Site TEST2 returned ORA-16665.

    2015-11-02 07:00:18.680 NSV1: Site TEST2 returned ORA-16664.

    2015-11-02 02001000 516864462 MICHAEL 07:00:18.680: TEST2 database returned ORA-16664

    2015-11-02 07:00:18.682 02001000 516864462 opcode = CTL_SWITCH, phase = END, req_id = 1.1.516864462

    2015-11-02 07:00:18.682 02001000 516864462 CTL_SWITCH operation cancelled during phase 5, error = ORA-16664

    2015-11-02 02001000 516864462 MICHAEL 07:00:18.682: entered rfm_release_chief_lock() for CTL_SWITCH

    2015-11-02 01010000 516864464 MICHAEL 07:00:18.693: entered rfm_get_chief_lock() for EDIT_RES_PROP, reason 0

    2015-11-02 01010000 516864464 MICHAEL 07:00:18.751: entered rfm_get_chief_lock() for EDIT_RES_PROP, reason 0

    2015-11-02 01010000 516864464 MICHAEL 07:00:18.752: lock head convert to writing op EDIT_RES_PROP

    2015-11-02 01010000 516864464 MICHAEL 07:00:18.752: EDIT_RES_PROP: success

    2015-11-02 01010000 516864464 MICHAEL 07:00:18.752: critical state of STANDBY in configuration assessment

    2015-11-02 01010000 516864464 MICHAEL 07:00:18.752: the critical condition of 0 x 02010000

    2015-11-02 01010000 516864464 ChangeCritical value 07:00:18.752 is FALSE

    2015-11-02 01010000 516864464 IsCritical 07:00:18.752 is FALSE

    2015-11-02 07:00:18.752 MICHAEL: update Seq.MIV to 0.17, write metadata in ' / u01/app/oracle/product/11.2.0/dbhome_1/dbs/dr2TEST1.dat '.

    2015-11-02 07:00:18.760 INSV: message received for publication of inter - the instance

    2015-11-02 07:00:18.760 req ID 1.1.516864464, EDIT_RES_PROP opcode, RESYNCHRONIZATION, flags 8005

    2015-11-02 07:00:18.760 INSV: response for message with

    2015-11-02 07:00:18.760 req ID 1.1.516864464, opcode EDIT_RES_PROP, phase of RESYNCHRONIZATION

    2015-11-02 07:00:18.761 NSV1: (Seq.MIV = 0.17) start to send the metadata file: "/ u01/app/oracle/product/11.2.0/dbhome_1/dbs/dr2TEST1.dat".

    2015-11-02 07:00:18.765 NSV1: block sending #1 (containing Seq.MIV = 0.17), 3 blocks

    2015-11-02 07:00:18.767 NSV1: (Seq.MIV = 0.17) end of transmission of metadata files: opcode EDIT_RES_PROP (1.1.516864464)

    2015-11-02 01010000 516864464 MICHAEL 07:00:18.771: IncarnationTable the value 1,1,894614568,0 property * for database TEST1

    2015-11-02 01010000 516864464 MICHAEL 07:00:18.771: entered rfm_release_chief_lock() for EDIT_RES_PROP

    2015-11-02 07:03:45.002 516864468 00001000 MICHAEL: entered rfm_get_chief_lock() for MON_VERIFY, reason 0

    2015-11-02 07:03:45.002 516864468 00001000 MICHAEL: lock head convert to customer healthcheck

    2015-11-02 07:03:45.003 INSV: message received for publication of inter - the instance

    2015-11-02 07:03:45.003 req ID 1.1.516864468, MON_VERIFY opcode, phase BEGIN, 5 flags

    2015-11-02 07:03:45.070 INSV: response for message with

    2015-11-02 07:03:45.071 req ID 1.1.516864468, MON_VERIFY opcode, phase BEGIN

    2015-11-02 07:03:45.075 00000000 516864468 MICHAEL: entered rfm_release_chief_lock() for MON_VERIFY

    2015-11-02 07:03:59.377 RSM0: receipt get Request property: rid = 0 x 01010000, pid = 47

    2015-11-02 07:03:59.378 of database Resource: get the StatusReport property

    2015-11-02 07:03:59.435 database Resource successful GetProperty

    2015-11-02 01010000 516864469 MICHAEL 07:03:59.435: MON_PROPERTY finished

    2015-11-02 01010000 516864470 MICHAEL 07:03:59.440: GET_RES: success. (len = 9846)

    2015-11-02 01010000 516864470 MICHAEL 07:03:59.441: GET_RES finished

    2015-11-02 02010000 516864471 MICHAEL 07:04:23.258: MON_PROPERTY sent the TEST2 for treatment

    2015-11-02 02010000 516864471 MICHAEL 07:04:23.326: MON_PROPERTY finished

    2015-11-02 02010000 516864472 MICHAEL 07:04:23.330: MON_PROPERTY sent the TEST2 for treatment

    2015-11-02 02010000 516864472 MICHAEL 07:04:23.337: MON_PROPERTY finished

    2015-11-02 02010000 516864473 MICHAEL 07:04:23.339: MON_PROPERTY sent the TEST2 for treatment

    2015-11-02 02010000 516864473 MICHAEL 07:04:23.346: MON_PROPERTY finished

    2015-11-02 02010000 516864474 MICHAEL 07:04:23.351: GET_RES: success. (len = 9911)

    2015-11-02 02010000 516864474 MICHAEL 07:04:23.352: GET_RES finished

    Journal of primary education alerts

    My 02 Nov 06:52:28 2015

    ALTER DATABASE COMMIT TO SWITCH STANDBY MODE PHYSICS WITH THE STOP OF THE SESSION

    ALTER DATABASE COMMIT to SWITCH STANDBY mode PHYSICS [process Id: 5160] (TEST1)

    My 02 Nov 06:52:30 2015

    Thread 1 Advanced to record the sequence 80 (switch LGWR)

    Currently Journal # 2 seq # 80 mem # 0: /u01/app/oracle/TEST1/redo02.log

    Waiting for all non-current archive ORLs...

    Waiting for thread 1 sequence 79 ORL to archive...

    My 02 Nov 06:52:30 2015

    Arc0: Standby redo log file selected for thread 1 sequence 79 for destination LOG_ARCHIVE_DEST_2

    Archived journal 61 additional for each sequence 1 79 0x4bcbdbe8 dest ID thread entry 1:

    My 02 Nov 06:52:40 2015

    ENT for thread 1 sequence 79 have been archived...

    All non-current ORLs have been archived.

    Waiting for all FAL entries to archive...

    All FAL entries were archived.

    Waiting for dest_id 2 can be synchronized...

    My 02 Nov 06:52:50 2015

    Physical passage target Active, synchronized sleep has been identified

    My 02 Nov 06:52:50 2015

    SMON: disabling recovery tx

    All dispatchers/dispatchers and shared servers stop

    CLOSING: kill the server sessions.

    My 02 Nov 06:57:50 2015

    CLOSED: do not kill all active sessions

    CLOSURE: Close error 1093 in the database

    My 02 Nov 06:57:50 2015

    SMON: enabling the recovery of tx

    ORA-1093 marked during: ALTER DATABASE COMMETTRE through to PHYSICAL STANDBY WITH STOP SESSION...

    My 02 Nov 06:57:50 2015

    idle dispatcher "D000" completed, pid = (18: 13)

    From OCMS background process

    My 02 Nov 06:57:50 2015

    OCMS started with pid = 20, OS id = 14104

    STANDBY

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.549: display of bodies sleep for transition to THE phase 1

    2015-11-02 06:52:28.549 INSV: message received for publication of inter - the instance

    2015-11-02 06:52:28.549 req ID 1.1.516864462, CTL_SWITCH opcode, phase BEGIN, 5 flags

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.549: entered rfmsoexinst for phase 1

    2015-11-02 06:52:28.549 INSV: response for message with

    2015-11-02 06:52:28.549 req ID 1.1.516864462, CTL_SWITCH opcode, phase BEGIN

    2015-11-02 02001000 516864462 MICHAEL 06:52:28.550: entered rfm_release_chief_lock() for CTL_SWITCH

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.713: entered rfm_get_chief_lock() for CTL_SWITCH, reason 0

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.713: lock head convert for passage to the

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.714: display of bodies sleep for transition to THE phase 5

    2015-11-02 06:57:50.714 INSV: message received for publication of inter - the instance

    2015-11-02 06:57:50.714 req ID 1.1.516864462, CTL_SWITCH opcode, phase END, 5 flags

    2015-11-02 06:57:50.714 INSV: response for message with

    2015-11-02 06:57:50.714 req ID 1.1.516864462, CTL_SWITCH opcode, phase END

    2015-11-02 02001000 516864462 MICHAEL 06:57:50.714: entered rfm_release_chief_lock() for CTL_SWITCH

    2015-11-02 06:58:18.831 drcx: task req_id is not found = 1.1.516864462 for PROBE.

    2015-11-02 06:58:33.827 drcx: task req_id is not found = 1.1.516864462 for PROBE.

    2015-11-02 06:58:48.832 drcx: task req_id is not found = 1.1.516864462 for PROBE.

    2015-11-02 06:59:03.837 drcx: task req_id is not found = 1.1.516864462 for PROBE.

    2015-11-02 06:59:18.843 drcx: task req_id is not found = 1.1.516864462 for PROBE.

    2015-11-02 06:59:33.849 drcx: task req_id is not found = 1.1.516864462 for PROBE.

    2015-11-02 06:59:48.855 drcx: task req_id is not found = 1.1.516864462 for PROBE.

    2015-11-02 07:00:03.860 drcx: task req_id is not found = 1.1.516864462 for PROBE.

    2015-11-02 07:00:11.992 NSV0: unable to connect to the remote database TEST1. Error is ORA-12514

    2015-11-02 07:00:11.993 NSV0: could not send message to site TEST1. Error code is ORA-12514.

    2015-11-02 07:00:11.993 MICHAEL: database TEST1 returned ORA-12514

    2015-11-02 07:00:11.993 of opcode = CTL_SWITCH, phase = END, req_id = 1.1.516864462

    2015-11-02 07:00:18.864 drcx: task req_id is not found = 1.1.516864462 for PROBE.

    2015-11-02 07:00:18.946 DRCX: begin to receive the metadata file: "/ u01/app/oracle/product/11.2.0/dbhome_1/dbs/dr2TEST2.dat".

    2015-11-02 07:00:18.950 DRCX: received block #1 (containing Seq.MIV = 0.17), 3 blocks

    2015-11-02 07:00:18.952 DRCX: end of receiver metadata file: opcode EDIT_RES_PROP (1.1.516864464)

    2015-11-02 07:00:18.952 MICHAEL: entered rfm_get_chief_lock() for EDIT_RES_PROP, reason no. 1

    2015-11-02 07:00:18.952 00000000 516864464 MICHAEL: lock head convert for resynchronization of the metadata

    2015-11-02 07:00:18.953 00000000 516864464 MICHAEL: status of published instances of sleep for RESYNCHRONIZATION = ORA-00000

    2015-11-02 07:00:18.953 INSV: message received for publication of inter - the instance

    2015-11-02 07:00:18.953 req ID 1.1.516864464, EDIT_RES_PROP opcode, RESYNCHRONIZATION, flags 8005

    2015-11-02 07:00:18.953 MICHAEL: metadata available (1.1.516864464), loading of ' / u01/app/oracle/product/11.2.0/dbhome_1/dbs/dr2TEST2.dat '.

    2015-11-02 07:00:18.953 to execute SQL [ALTER SYSTEM to REGISTER]

    2015-11-02 07:00:18.953 SQL [ALTER SYSTEM REGISTRY] executed successfully

    2015-11-02 07:00:18.955 MICHAEL:... .committing load memory, Seq.MIV = 0.17

    2015-11-02 07:00:18.955 MICHAEL: check the critical status of this database.

    2015-11-02 07:00:18.955 INSV: response for message with

    2015-11-02 07:00:18.955 req ID 1.1.516864464, opcode EDIT_RES_PROP, phase of RESYNCHRONIZATION

    2015-11-02 07:00:18.956 00000000 516864464 MICHAEL: entered rfm_release_chief_lock() for EDIT_RES_PROP

    2015-11-02 07:03:45.188 516864468 00001000 MICHAEL: entered rfm_get_chief_lock() for MON_VERIFY, reason 0

    2015-11-02 07:03:45.188 516864468 00001000 MICHAEL: lock head convert to customer healthcheck

    2015-11-02 07:03:45.189 INSV: message received for publication of inter - the instance

    2015-11-02 07:03:45.189 req ID 1.1.516864468, MON_VERIFY opcode, phase BEGIN, 5 flags

    2015-11-02 07:03:45.258 INSV: response for message with

    2015-11-02 07:03:45.259 req ID 1.1.516864468, MON_VERIFY opcode, phase BEGIN

    2015-11-02 07:03:45.259 00000000 516864468 MICHAEL: entered rfm_release_chief_lock() for MON_VERIFY

    2015-11-02 07:04:23.445 RSM0: receipt get Request property: rid = 0 x 02010000, pid = 47

    2015-11-02 07:04:23.445 of database Resource: get the StatusReport property

    2015-11-02 07:04:23.509 database Resource successful GetProperty

    2015-11-02 02010000 516864471 MICHAEL 07:04:23.510: MON_PROPERTY finished

    2015-11-02 07:04:23.516 RSM0: receipt get Request property: rid = 0 x 02010000, pid = 58

    2015-11-02 07:04:23.516 of database Resource: get the TransportLag property

    2015-11-02 07:04:23.518 database Resource successful GetProperty

    2015-11-02 02010000 516864472 MICHAEL 07:04:23.519: MON_PROPERTY finished

    2015-11-02 07:04:23.525 RSM0: receipt get Request property: rid = 0 x 02010000, pid = 59

    2015-11-02 07:04:23.525 of database Resource: get the ApplyLag property

    2015-11-02 07:04:23.529 database Resource successful GetProperty

    2015-11-02 02010000 516864473 MICHAEL 07:04:23.530: MON_PROPERTY finished

    Suspend alerts log

    Fatal OR connect 12514 error, connect to:

    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=oraclenode1) (PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = TEST1_DGB) (CID = (PROGRAM = oracle) (HOST = oraclenode2.localdomain)(USER=oracle)))

    VERSION INFORMATION:

    AMT for Linux: Version 11.2.0.1.0 - Production

    Protocol TCP/IP NT to Linux adapter: Version 11.2.0.1.0 - Production

    Time: 2 November 2015 07:18:40

    Tracing not lit.

    AMT error struct:

    NS main err in code: 12564

    AMT-12564: TNS:connection refused

    NS secondary err code: 0

    NT main err in code: 0

    NT secondary err code: 0

    NT OS err code: 0

    Mon 02 Nov 07:19:25 2015

    RFS [5]: Journal selected 4 for thread 1 81 dbid 1271656936 branch of the 894614568 sequence

    Mon 02 Nov 07:19:25 2015

    Archived journal 34 extra for each sequence 1 81 0x4bcbdbe8 dest ID thread entry 1:

    Mon 02 Nov 07:19:25 2015

    RFS [6]: assigned to the RFS 5215 process

    RFS [6]: identified the type of database such as 'physical' standby: customer is ARCH pid 4933

    Mon 02 Nov 07:19:25 2015

    Recovery Media Log /u01/app/oracle/flash_recovery_area/1_81_894614568.dbf

    Media, recovery waiting for thread 1 sequence 82

    I guess that there something wrong with the configuration of the listener but no mater what im not able to find what.

    Thanks for all your answers

    One thing is sure to have active sessions that does not make the transition to digital. Query the session$ v, identify sessions and try to kill them at the DB level. Please refer to my previous post.

    If it is still a problem, then I think you might be hitting the bug.

    -Jonathan Rolland

  • Utility (rcu.bat) repository startup problem

    Using of "Getting started with Oracle SOA Suite 11 g R1 - hands on tutorial", Packt 2009.

    Has raced twice through the rcu.bat tool. First time had problems of privileges DB (Ora10.2). Tried to correct, then ran rcu.bat a second time, but had the same issues of privilege.

    Now, I want to run rcu.bat (3rd time) using the Drop option to clean storage before working with DBAdmin to apply the correct privileges.

    When I run rcu.bat however, it nothing happens. I edited the batch file to the echo environment and the command line - if you need I can paste into this discussion.

    Thank you!
    Michael

    Hi Michael
    Instead of trying with the same installer, how about you, you delete this folder. Unzip the zip UCR again and run the utility again. Maybe its worth a try. Also, make sure that folder names do not have as many spaces you uncompress the UCR. I have seen a few cases where if the folder has spaces such as c:\Documents and Settings\x\y, he gave some problems.

    Thank you
    Ravi Jegga

  • Backup iPad on itunes problem

    Hello! I'm trying to back up and restore the ipad mi for some problems. So I already allowed my PC and I transfer purchases (I think...) but when I run the backup it closes after that 20 seconds... I tried to reinstall itunes, reinstall the authorization, reboot ipad and PC, but nothing... How can I do?

    Thank you

    Can't anyone help me? ! ? ! ? Very bad...

  • He was a backup to icloud carrier problem

    I have an iphone 4 running ios 9.2 sec.  For several weeks I couldn't backup on the icloud.  I went through some procedures I found online, including the removal of existing backup, turning off icloud, wifi reset, reset the phone, back - light icloud.

    Now, icloud not on again.  I get: 'icloud backup failed', «There was a backup of carrier problem icloud»  Download this message whenever I try again.  I have a phone of 62GB with 200 GB or storage purchased icloud (199 GB available because I deleted the backup).

    Any suggestions?

    Hi SomebodySysop,

    Looks like you have a problem with the inability to back up your iPhone using iCloud. Is this fair?

    I suggest troubleshoot you by following the steps in this article - get help from backup of your device in iCloud.

    Thank you for using communities of Apple Support.

    Best for you.

  • Drive backup on Windows 7 problem

    I always save files each week, using a DVD + R.  Never had any problems until a few months before.  Used to be able to use the disc for several weeks before a reminder to write a new disk.  But now, it will update two or three times then asks a new drive.  Can't think that I changed anything.  All the ideas that use these disks will cost a fortune!

    Maybe try a USB change if I can't find any other answer.  Thank you

    Do yourself a favor and get a 500 GB hard drive in a USB enclosure. That would give you several big advantages:

    • I would solve your current problem.
    • It would give you a lot of capacity for future backups.
    • It allows to create an installation image that you could use in a disaster.
  • Backup has encountered a problem (0 x 80070002)

    The file I deleted was a folder that I created and copied to another drive. It contained is mod files that use jvc camcorders. The software everio media has not created this folder. I did it by copying it in this pc on the other.

    I'm being defensive because I believe that you do not see the way I see things.

    Follow this scenario.   I'm trying to back up files on drive c on the e drive. He has failed. My e drive is a 3.5 sata drive.  In order to exclude the drive, I tried my 1.5 TB seagate external drive and ran windows up, which is the destination drive. Same result. Windows could not find and copy a folder that "was" on the c drive.  The fact that my e drive may be defective in any way shape looks like windows upward to try to copy a folder that does not exist.  And also hang up in the same place each time the backup is executed when the size and the files on my c drive are constantly evolving.

    When I initially reset to its default state victory, I thought that it would not try to copy a nonexistent folder. I ran the search on the pc and it does not find the file at all.

    There is a reg entry that referenced the folder and I deleted this key.

    I also thought windows indexing could have it indexed so I reset that.

    There may very well be a problem the e drive (3.5 sata) but after trying it on another drive we know now is not the reason for the error message in victory to the top.

    The result is something tells windows backup to copy this folder and is not here.

    Earn back up to obtain or use any information from system restore points?

    I think that now, it's that the system took a snapshot point / restoration at some point given, when the folder is on the desktop and it could possibly be the reason, but I don't know that much about what exactly and how restore windows and snapshots work and that says windows save what to copy...

    Here are the results of my e drive.

    Log name: Application
    Source: Chkdsk
    Date: 28/06/2014-16:04:17
    Event ID: 26214
    Task category: no
    Level: Information
    Keywords: Classic
    User: n/a
    Computer: WS - 1
    Description:
    CHKDSK is running in read/write mode.

    Checking file system on E:
    The type of the file system is NTFS.
    Volume label is back up.

    CHKDSK checks the files (stage 1 of 5)...
    512 files.

    Finished files checking.
    0 big file records processed.

    0 incorrect file records processed.

    0 EA records processed.

    0 analysis of the cases handled.

    CHKDSK checks the indexes (stage 2 of 5)...
    592 index entries processed.

    Index verification completed.
    0 unindexed files analyzed.

    0 unindexed files recovered.

    CHKDSK is checking security descriptors (stage 3 of 5)...
    512 of the SDS/SIDs processed file.

    Verification of completed security descriptor.
    41 cases of processed data.

    CHKDSK checks Usn Journal...
    410832 USN bytes processed.

    Audit of the USN Journal is complete.
    CHKDSK is verifying file data (stage 4 of 5)...
    496 processed files.

    File data verification completed.
    CHKDSK is verifying free space (step 5 of 5)...
    52033832 free clusters dealt with.

    Free space verification is complete.
    Windows has checked the file system and not found any problems.

    244138168 KB total disk space.
    35928264 KB in 216 files.
    152KO in 42 index.
    0 KB in bad sectors.
    74420 KB used by the system.
    65536 KB occupied by the log file.
    208135332 KB available on disk.

    4 096 bytes in each allocation unit.
    61034542 total allocation on the drive units.
    52033833 allocation units available on disk.

    I have decided that you are not someone I can work with that. Good bye.

Maybe you are looking for

  • Satellite A210-171 - powered on but nothing appears

    Problem is when I press the power button / stop everything is heard to work: initiates turns hard drive, CD/DVD player, power lights turns on, pressing the button function causes the light turn on the keyboard - but not display screen to show the BIO

  • Equium L40-10 x PSL41E: no media card

    Hello This maybe a stupid question but here again; I am a stupid boy Equium all have the locations of media as our looking card doesn't have the manual one where it should be ours is L40 - 10 x model psl41e. Thank you

  • Re: Qosmio G30-194 - problem with the Toshiba Assist tool

    Hello I recently downloaded and installed Assist tool on Windows xp installed costs. The problem is that it does ' t have the same characteristicsas she had on the old Windows mce system. I think here to optimize the tool to control the work of the c

  • Update Windows KB936330 fails to update, no error msg, starts the update but then, UN-installs

    Tried to update with disabled antivirus. Don't know what else to do. can anyone help?

  • Instant bad cartridge

    I tried to change my cartridge today ' today - with my first instant ink package.  Alas, they sent me the wrong cartridge for my printer. What can I do? I'll have to go out and buy a new cartridge on my own; I hate the idea of going to the post offic