segmentation fault & ora-1653

In my application when trying to connect to the operating system get segmentation fault and something like below.

bash - $3.2 uname - a
bash: / bin/uname: input/output error
bash - $3.2 df-h
Segmentation fault

I check the side DB DB is running and when I check the alertlog file I found error below.

ORA-1653: unable to extend table utilisateur_admin. TABLE_NEW1 of 128 in tablespace USERS
ORA-1653: impossible to extend the table. utilisateur_admin TABLE_NEW1 by 8192 in tablespace USERS


This error is my application problem.

I suspect that for DB issue that we need to increase the size of the data file or need to add the new data file.
(or)
You will need to clean the table.

Any Lucette have an idea why segmentation falult and error input/output to come?


Kind regards
Hari

Why don't you add data files of tablespace that is this table.
How many records you want to delete! This isn't a solution.

Osama...

Tags: Database

Similar Questions

  • Ora-00604,Ora-00600,Ora-1652,Ora-1653,Ora-00257 errors

    Hi all

    I get the alerts below in my Oracle 9i database.

    ORA-00604: an error has occurred at the SQL level recursive 3
    ORA-00600: internal error code, arguments: [kghpih:ds],]
    ORA-1652: unable to extend segment temp of 128 in tablespace TS_PHDB_5
    ORA-1653: impossible to extend the T49XPWM table. 128 in tablespace TS_PHDB_5 TMP_PD_VALUES
    ORA-1652: unable to extend segment temp of 128 in tablespace TS_PHDB_16
    ORA-00257: archiver error. Connect internal only, until this just released.
    ORA - 604 marked during: ALTER DATABASE CLOSE NORMAL...

    Josiane

    This error does not necessarily indicate whether or not you have enough space
    in the tablespace, it simply indicates that Oracle could not find a fairly large area of free
    contiguous space where to fit the next measurement.

    Add datafile to your table space.

    Edited by: Asad99 April 1, 2013 03:59

  • After upgrade to El Capitan, Python segmentation fault 11 after two commands are entered.

    2011 Macbook pro with Snow Leopard (8 MB RAM).  I upgraded to 10.11.4 and now interactive Python (2.7.2) is broken.   After you enter the two commands any (?), it crashes:

    Pauls-MacBook-Pro: ~ python $ paul

    Python 2.7.2 (v2.7.2:8527427914 has 2, June 11, 2011, 15:22:34)

    [GCC 4.2.1 (Apple Inc. build 5666) (point 3)] on darwin

    Type "help", "copyright", "credits" or "license" for more information.

    > > > x = 1

    > > > y = 2

    Segmentation fault: 11

    Pauls-MacBook-Pro: ~ paul$

    I saw the posts here and on StackOverflow, saying that this problem is corrected in python 2.7.6 but I have a few questions:

    one) because it is a problem for a few years, why not upgrade the El Capitan installs a new version of python (if I understand correctly, the El Capitan installation includes)?   :/   For example, instead of everyone made the upgrade (at least in some versions) with the problem individually?

    Given that I apparently must upgrade to python:

    (b) I saw mention of problems with the evolution of the system version of python.   Can I change the version of the system (my preference), for example. 2.7.11, or do I need to install a version for my personal use?

    (c) how DO I upgrad.e the version of the system, or install another version?

    Thank you

    It is not the system Python, which is the version 2.7.10. What you get from "which python"?

  • Skype segmentation fault - 4.0.0.7 - r2

    Hello

    I've just updated my Skype Linux based on Gentoo for Skype - 4.0.0.7 - r2 of sources.

    Skype does not start after that little start up. I get the "segmentation fault" if I run it from the terminal. And get the tail the log like this:

    kernel: Skype [4569]: Segfault at 0807dc0d sp bfd4c720 error ip 3f 6 in Skype [8048000 + 19ba000]

    Then I reinstall it and working fine until a couple of starts. Then it will repeat.

    Y at - it an idea to fix it? Or should I just use for the old one version, that works so - so?

    Behavior very srtange Skype executable. It changes during execution. So, there is a decision (http://forum.xakep.ru/m_2657618/tm.htm):

    chmod w/opt/bin/skype

    or

    chmod w/usr/bin/skype

    Depending on your distribution.

  • Examples UHD Segmentation Fault

    Hi all

    I'm having some trouble trying to use the UHD examples.

    Some of them I can use. However, some of them give me a Segmentation fault

    ==========================================================

    Rafael@Rafael-Inspiron-7537: / usr/lib/uhd/examples$. / dry tx_bursts - 5 - ampl 0.5 freq - 50e6
    Linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.005.005 - 0-unknown

    UHD WARNING:
    Failed to set the priority of the thread. Performance may be affected negatively.
    Read the general application notes in the manual for instructions.
    EnvironmentError: OSError: error in pthread_setschedparam

    The creation of the usrp device with:...
    -Opening of a USRP2/N-Series device...
    -Current frame size recv: 1472 bytes
    -Current send image size: 1472 bytes

    UHD WARNING:
    Failed to set the priority of the thread. Performance may be affected negatively.
    Read the general application notes in the manual for instructions.
    EnvironmentError: OSError: error in pthread_setschedparam
    Segmentation fault (core dumped)

    ==========================================================

    The same problem to get examples like:
    rx_timed_samples, test_timed_commands, tx_bursts and others

    I use:

    Ubuntu - 14.04

    N210 - USRP

    Hi Rafael,.

    While you can find other UHD users in these forums that can help the best bet is probably to send your question to [email protected] because they are much more experienced in troubleshooting UHD.

    Best regards

    Peter W.

    PES OF RF

  • Very strange segmentation fault

    My application is segfaulting on a line:

    width = photoInfo.getWidth ();

    In this context, 'width' is defined in the class as:

    int width;

    ... and photoInfo is declared and set to the previous line:

    PhotoInfo photoInfo = getPhotoInfo (filePath);

    On the line that goes down, which is once again:

    width = photoInfo.getWidth ();

    ... I can enter the function getWidth and see it return its value OK and then boom, a segmentation fault.

    I am at a loss, because I'm not aware that there is possible segfault when assigning an integer to a private member variable that is a primitive type itself. (int - and it's a plain int, not a pointer to an int value) My understanding is that segfaults always involved incorrect pointers.

    What could be going on here?  Clearly, I've spent too many years in the land of Java and not enough in the land of C++

    Just as I type this, I wonder if the pointer to the object that contains the method running was bad, and so perhaps address the private member variable 'width' memory is bad. I am going to study this possibility...

    Of course, that's all.  I guess my mental model of segfaults was not as informed as it should be.

  • ISE restoration fails after 80% (Segmentation fault)

    Hi all

    After a system crash, I try to restore. First of all, I did an ise to reset zero-config application, then a restore on an ftp repository.

    After 80%, it will fail with to DB Syncup with a segmentation fault. Tried with different backup versions have the last patch level.

    Any ideas?

    Thank you

    Start the restore.  Please wait...
    % of ongoing restoration: from restoration... 10% have completed
    % of ongoing restoration: recover the repository backup file... 20% completed
    % of current restore: backup data decryption... 25% completed
    % of current restore: backup data extraction... 30% completed
    Leaving the currently connected AD domain
    Please join the AD domain since the administration interface
    % of ongoing restoration: ISE stopping process required for the restoration... 35% completed
    % of ongoing restoration: restoration ISE configuration database... 40% completed
    % of ongoing restoration: the metadata for database update... 70% finished
    % of current restore: restore the logs... 75% have completed
    % of ongoing restoration: ISE performance, database synchup... 80% finished
    /opt/CSCOcpm/bin/isecfgrestore.sh: line 1248:11162 Segmentation fault (core dumped) curl - q - k - a tlsv1 - connect-timeout 10 https://$MYIP/admin/index.jsp > / dev/null 2 > & 1
    /opt/CSCOcpm/bin/isecfgrestore.sh: line 1248:11177 Segmentation fault (core dumped) curl - q - k - a tlsv1 - connect-timeout 10 https://$MYIP/admin/index.jsp > / dev/null 2 > & 1
    /opt/CSCOcpm/bin/isecfgrestore.sh: line 1248:11187 Segmentation fault (core dumped) curl - q - k - a tlsv1 - connect-timeout 10 https://$MYIP/admin/index.jsp > / dev/null 2 > & 1

    .. .and so forth

    **************************************************************************************************************

    Deploying applications engine Cisco OS version: 2.2
    ADE-OS Build Version: 2.2.0.162
    ADE-OS system architecture: x86_64

    Copyright (c) 2005-2014 by Cisco Systems, Inc.
    All rights reserved.

    Version information for the installed applications
    ---------------------------------------------

    Cisco Identity Services engine
    ---------------------------------------------
    Version: 1.3.0.876
    Build Date: Kills Oct 28 04:02:29 2014
    Installation date: Fri Dec 5 08:31:15 2014

    Cisco Identity Services engine Patch
    ---------------------------------------------
    Version: 1
    Installation date: Mon Jan 26 10:21:50 2015

    After sending the papers suitable for TAC, I learned that even if the restoration seemed to have failed, 80% the effective restoration is complete and what was failing was the synchronization of the node.   Knowing this, I could access the admin GUI and synchronize to other nodes and worked no problem manually.

    It turns out it's documented issue, CSCur36983will be fixed in version 1.4.

    Here is the answer I got from the TAC:

    "According to the newspapers sent, we are certainly hit CSCur36983 who will be."
    set in point 1.4 of the ISE:
    https://Tools.Cisco.com/bugsearch/bug/CSCur36983/

    According to the details of the bug, when we reach 80% of the food part is
    has already completed. What is a failure is a synchronization with the rest of the nodes
    in the deployment. Therefore, you can reload the ISE at this point and you
    should have access to the GUI admin again. From there, you can force a synchronization upward with the other nodes. »

  • IPS - Segmentation fault

    Hi all

    I'm running out of 2 IPS, I've updated them, with a signature.

    The one loaded properly, the other... Well basically gave me the following

    Connection ICCIPS:

    Password:

    Last login: my Jul 11 11:38:25 on ttyS0

    NOTICE *.

    This product contains cryptographic features and is under the United States

    and local laws governing the import, export, transfer and use. Delivery

    Cisco cryptographic products does not imply permission to third parties to import,

    export, distribute or use encryption. Importers, exporters, distributors and

    users are responsible for compliance with U.S. and local country. With the help of

    This product you agree to comply with the regulations and laws in force. If you

    are unable to meet the United States and local laws, return the product.

    A summary of U.S. laws governing Cisco cryptographic products to:

    http://www.Cisco.com/WWL/export/crypto/tool/stqrg.html

    If you need assistance please contact us by mail at

    [email protected] / * /.

    Error: Unable to communicate with mainApp (getVersion). Please contact your system administrator.

    You want to run cidDump? [No]: Yes

    Transfer file to remote server or display it on the screen? [transfer]: display

    / usr/CIDS/idsRoot/bin/cidDump: line 233: 20371 Broken pipe cat $IDSROOT/etc/config/signatureDefinition/default.xml

    Segmentation fault 20372 | d gzip - > $TMPDIR/cidDump.output

    Is there an easy way to solve this, or is this average recreate the image?

    Hi Martin,

    The message "error: cannot communicate with mainApp (getVersion).» Please contact your system administrator. "you had means that there was a failure of software on your IPS.

    Reset the module deletes it (and he did), but he might come back then I advise you to upgrade to the latest version on the train, you're running to pick up all the patches that have been integrated to the it and prosecute TAC if you are interested in the exact cause of the problem.

    Kind regards

    Nicolas

  • Segmentation fault and stuck in the emulator program

    I went to run the test code GPIOLEDTest tonight.  When loading on the Pi, I got the following error in the PuTTY window:

    [ERROR] ISO [DAAPI] = - 1 cannot open Segmentation Fault.

    Also, I get this error when you try to run the GPIOSwitchTest code that I downloaded.

    I reduced the offending code to the following:

    In GPIOLEDTest, is line 39 in GPIOLED.java-> as - DeviceManager.open (ledID);

    In GPIOSwitchTest, line 52 in. GPIOSwitch.java-> switchPin = (GPIOPin) DeviceManager.open (config1);

    Thus, it seems that this has something to do with me and the DeviceManager.open () method.

    Trying to debug, I went back to something I knew ran in the past, the code of duties 1.  When I try to launch it on IP, the emulator think test GPIOLED code is still ongoing.  I tried selecting this line in the emulator and hit remove them, but nothing that I do take this program in the list of the emulator.  Can anyone help?

    The following is the log file for the execution of the GPIOLEDTest device.  I guess that the GPIOSwitchTest file is similar.  The last line seems to indicate that the JAD file is not found, even if there is a JAD file in the expected directory.  Any help would be greatly appreciated.

    Property editors custom registering [22:43:46.773] - lkit.bootstrap.DeployerManager - INFO

    [22:43:46.786] INFO - me.toolkit.bootstrap.Namespace - batch of start-up, object basis-server module

    [22:43:46.792] INFO - bootstrap. ObjectGraphProcessor - consolidation of dependencies...

    [22:43:46.792] INFO - bootstrap. ObjectGraphProcessor - dependencies consolidated...

    [22:43:46.793] INFO - bootstrap. ObjectGraphProcessor - calculation of order...

    [22:43:46.793] INFO - bootstrap. ObjectGraphProcessor - order calculated

    [22:43:46.807] INFO - un.jme.toolkit.bootstrap.Batch - initializing objects...

    [22:43:46.807] INFO - un.jme.toolkit.bootstrap.Batch - I18N applied

    INFO objects - un.jme.toolkit.bootstrap.Batch - initialized [22:43:46.808]

    [22:43:46.808] INFO - un.jme.toolkit.bootstrap.Batch - call create() methods...

    [22:43:46.808] INFO - un.jme.toolkit.bootstrap.Batch - call start() methods...

    [22:43:46.812] INFO - un.jme.toolkit.bootstrap.Batch - objects began

    [22:43:46.814] - me.toolkit.bootstrap.Namespace - INFO starting batch, base of the devices/EmbeddedExternalDevice module

    Property of WARN - otstrap.deployer.bean.BeanFile - container not supported [22:43:46.829]: mpfprojectdir\dev10\src\csharp\projectbase.file

    Property of WARN - otstrap.deployer.bean.BeanFile - container not supported [22:43:46.829]: .bound classes

    Property of WARN - otstrap.deployer.bean.BeanFile - container not supported [22:43:46.834]: mpfprojectdir\dev10\src\csharp\projectbase.file

    Property of WARN - otstrap.deployer.bean.BeanFile - container not supported [22:43:46.834]: .bound classes

    [22:43:46.852] INFO - bootstrap. ObjectGraphProcessor - consolidation of dependencies...

    [22:43:46.852] INFO - bootstrap. ObjectGraphProcessor - dependencies consolidated...

    [22:43:46.853] INFO - bootstrap. ObjectGraphProcessor - calculation of order...

    [22:43:46.854] INFO - bootstrap. ObjectGraphProcessor - order calculated

    [22:43:47.500] INFO - un.jme.toolkit.bootstrap.Batch - initializing objects...

    [22:43:47.772] INFO - un.jme.toolkit.bootstrap.Batch - I18N applied

    INFO objects - un.jme.toolkit.bootstrap.Batch - initialized [22:43:47.773]

    [22:43:47.773] INFO - un.jme.toolkit.bootstrap.Batch - call create() methods...

    [22:43:47.818] INFO - un.jme.toolkit.bootstrap.Batch - call start() methods...

    [22:43:48.039] INFO - .rmiimpl. RemotingConnectorImpl - service: jmx:rmi starting the JMX connector: jndi / / / / rmi://127.0.0.1:60918 / device-3

    [22:43:48.183] INFO - toolkit.ui.actions.AmsExecImpl - connected Proxy. isNetworkMonitorSupported = false

    [22:43:49.008] INFO - un.jme.toolkit.bootstrap.Batch - objects began

    [22:43:50.207] FATAL - lkit.ui.actions.AmsExecInstall - Unknown error: invalid url: file:///D:/RobShare/Programming/classes/Oracle - Java development integrated Applications using a raspberry Pi/Code/Homework_2/GPIOLEDTest/GPIOLEDTest/dist/GPIOLEDTest.jad

    Thank you

    OK, I feel really bad here, I finally understood that.  This is another error PEBKAC (problem exists between keyboard and Chair).

    This problem was caused by the no runnng./usertest.sh without the sudo command.

    Lesson learned here: ALWAYS RUN WITH SUDO usertest.sh!

    Thanks to all who helped!

    Rob

  • Segmentation fault

    Hello

    I just came across this error when you try to start the AMS on the invoice, pro forma:

    PI@raspberrypi ~/javame8ea/bin $ sudo./usertest.sh

    argv [1] = runMidlet

    argv [2] = + UseProxy

    argv [3] == VMAgentBufferSize4000

    argv [4] = - 1

    argv [5] = com.sun.midp.appmanager.AmsLauncher

    argv [6] = - debugger

    argv [7] = - wdogenable

    [INFO] [CORE] iso = 0:javanotify_start_java_with_arbitrary_args() > >

    Java is starting. Press Ctrl-C to exit

    [INFO] [CORE] iso = 0:JavaTask() JAVATASK_EVENT_START_ARBITRARY_ARG > >

    Segmentation fault

    Any suggestions? I don't know where to look and it worked very well for me yesterday.

    Thank you

    Ed

    HI -.

    One of our developers was a problem - where the jwc_properties.ini file has been altered.  Can you look back and determine

    It is possible that you unplugged the Raspberry Pi, while running the AMS?

    I'm just trying to determine if it is causing this situation...

    Thank you

    Tom

  • Segmentation fault (core dumped)

    Hi all

    11.2.0.1

    AIX 6.1

    We have DEV & UAT servers with oracle 11.2.0.1 db. and with the same operating system.

    Then we have a pro * c program exe which run on DEV without error, but when it is run on UAT he throws Segmentation fault (core dumped)

    But the database have the same content of tables and data.

    No idea why this error?

    Thank you

    Petra k.

    Hi all

    I let the program do some trace and exposure where the error occurs and it seems that the program can't handle certain conditions. So, it's a bug in the program.

    Thank you

  • ORA-1653 in the db update

    Hello!


    I see in the alert.log during upgrade 10.2.0.5 - 11.2.0.3
    ORA-1653: impossible to extend the table SYS. The PARAMETERS$ 8 in the SYSTEM tablespace
    ORA-1653: impossible to extend the table SYS. The PARAMETERS$ 8 in the SYSTEM tablespace
    ORA-1653: impossible to extend the table SYS. The PARAMETERS$ 8 in the SYSTEM tablespace
    ORA-1653: impossible to extend the table SYS. The PARAMETERS$ 8 in the SYSTEM tablespace
    ORA-1653: impossible to extend the table SYS. The PARAMETERS$ 8 in the SYSTEM tablespace
    should I restart catupgrd.sql?

    Thank you and best regards,
    Pavel

    Pavel wrote:
    Hi sb92075

    Thank you!
    I'm ts SYSTEM autoextesible, ai, I just figured that without having to start this script (catupgr.sql)?

    Best regards
    Pavel

    CATUPGR running. SQL must be repeated, because it can't hurt anything & just might help.

  • ORA-1653: impossible to extend the ABC table in tablespace APPS_TS_TX_DATA

    Facing problem
    ORA-1653: impossible to extend the ABC table in tablespace APPS_TS_TX_DATA
    Searched many forums but no specific update

    PL don't post duplicates - what table belong to which table

  • / usr/bin/VMware: line 31: 5266 Segmentation fault

    Greetings,

    just installed VMware-Workstation - 6.5.1 - 126130.x86_64.rpm

    under Open Suse 11.0 64-bit (Linux linux-bymz 2.6.27.7 - 9-default #1 SMP 2008 - 12 - 04 18:10:04 + 0100 x86_64 x86_64 x86_64 GNU/Linux)

    installation went well but when I'm trying to:

    & gt; VMware

    Login to /tmp/vmware-secop/setup-5266.log

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    ModInfo: vmmon module is not found

    ModInfo: module vmnet is not found

    ModInfo: module vmblock is not found

    ModInfo: vmci module is not found

    ModInfo: vsock module is not found

    / usr/bin/VMware: line 31: 5266 Segmentation fault "$BINDIR" / vmware-modcig - appname = "VMware Workstation" - icon = "vmware-workstation.

    Any suggestions on how to make it work are greatly appreciated.

    Move the/usr/lib/vmware/modules/binary in the directory precompiled binary modules. Then the startup script will try to compile the corresponding modules for your kernel.

  • Rman cloning (Segmentation fault) error

    Hi all

    Oracle version: 10.2.0.1
    Operating system: linux

    When we tried to make rman cloning by catalog, we get the following error here my clon database is on a server and my target and clon of database to Server B.

    Please find the below error.
    [oracle@test1161 ~]$ rman catalog rman/rman target sys/qfund@test
    Recovery Manager: Release 10.2.0.1.0 - Production on Sun Jan 23 22:24:05 2011
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    connected to target database: TEST (DBID=2034916279)
    connected to recovery catalog database
    
    RMAN> connect auxiliary sys/poor123@poor
    
    connected to auxiliary database: POOR (not mounted)
    
    RMAN> duplicate target database to poor;
    
    Starting Duplicate Db at 23-JAN-11
    starting full resync of recovery catalog
    full resync complete
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid=155 devtype=DISK
    
    contents of Memory Script:
    {
       set until scn  22564684;
       set newname for datafile  1 to
     "/u02/poor/oradata/system01.dbf";
       set newname for datafile  2 to
     "/u02/poor/oradata/undotbs01.dbf";
       set newname for datafile  3 to
     "/u02/poor/oradata/sysaux01.dbf";
       set newname for datafile  4 to
     "/u02/poor/oradata/users01.dbf";
       set newname for datafile  5 to
     "/u02/poor/oradata/example01.dbf";
       set newname for datafile  6 to
     "/u02/poor/oradata/poorna.dbf";
       set newname for datafile  7 to
     "/u02/poor/oradata/bigtbs_01.dbf";
       set newname for datafile  8 to
     "/u02/poor/oradata/lak_tbs01.dbf";
       set newname for datafile  9 to
     "/u02/poor/oradata/vir2_01.dbf";
       set newname for datafile  10 to
     "/u02/poor/oradata/lak_tbs2_01.dbf";
       set newname for datafile  11 to
     "/u02/poor/oradata/vir_user01.dbf";
       set newname for datafile  12 to
     "/u02/poor/oradata/vir_bigf01.dbf";
       set newname for datafile  17 to
     "/u02/poor/oradata/hrscott.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
    
    executing command: SET NEWNAME
    
    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 23-JAN-11
    using channel ORA_AUX_DISK_1
    
    channel ORA_AUX_DISK_1: starting datafile backupset restore
    restoring datafile 00003 to /u02/poor/oradata/sysaux01.dbf
    restoring datafile 00004 to /u02/poor/oradata/users01.dbf
    restoring datafile 00005 to /u02/poor/oradata/example01.dbf
    restoring datafile 00006 to /u02/poor/oradata/poorna.dbf
    restoring datafile 00007 to /u02/poor/oradata/bigtbs_01.dbf
    restoring datafile 00008 to /u02/poor/oradata/lak_tbs01.dbf
    restoring datafile 00009 to /u02/poor/oradata/vir2_01.dbf
    restoring datafile 00010 to /u02/poor/oradata/lak_tbs2_01.dbf
    restoring datafile 00011 to /u02/poor/oradata/vir_user01.dbf
    restoring datafile 00012 to /u02/poor/oradata/vir_bigf01.dbf
    restoring datafile 00017 to /u02/poor/oradata/hrscott.dbf
    channel ORA_AUX_DISK_1: reading from backup piece /u01/app/oracle/product/10.2.0/db_1/dbs/1pm2tq5e_1_1
    channel ORA_AUX_DISK_1: restored backup piece 1
    piece handle=/u01/app/oracle/product/10.2.0/db_1/dbs/1pm2tq5e_1_1 tag=TAG20110124T124846
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:01:45
    Finished restore at 23-JAN-11
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "POOR" RESETLOGS ARCHIVELOG
      MAXLOGFILES     16
      MAXLOGMEMBERS      3
      MAXDATAFILES      100
      MAXINSTANCES     8
      MAXLOGHISTORY      292
     LOGFILE
      GROUP  1 ( '/u02/poor/oradata/redo1a.log' ) SIZE 50 M  REUSE,
      GROUP  2 ( '/u02/poor/oradata/redo2a.log', '/u02/poor/oradata/redo2b.log' ) SIZE 50 M  REUSE,
      GROUP  3 ( '/u02/poor/oradata/redo3a.log', '/u02/poor/oradata/redo1b.log', '/u02/poor/oradata/redo3b.log' ) SIZE 50 M  REUSE
     DATAFILE
      '/u02/poor/oradata/system01.dbf'
     CHARACTER SET WE8ISO8859P1
    
    
    contents of Memory Script:
    {
       switch clone datafile all;
    }
    executing Memory Script
    
    released channel: ORA_AUX_DISK_1
    datafile 2 switched to datafile copy
    input datafile copy recid=1 stamp=741272711 filename=/u02/poor/oradata/undotbs01.dbf
    datafile 3 switched to datafile copy
    input datafile copy recid=2 stamp=741272711 filename=/u02/poor/oradata/sysaux01.dbf
    datafile 4 switched to datafile copy
    input datafile copy recid=3 stamp=741272711 filename=/u02/poor/oradata/users01.dbf
    datafile 5 switched to datafile copy
    input datafile copy recid=4 stamp=741272711 filename=/u02/poor/oradata/example01.dbf
    datafile 6 switched to datafile copy
    input datafile copy recid=5 stamp=741272711 filename=/u02/poor/oradata/poorna.dbf
    datafile 7 switched to datafile copy
    input datafile copy recid=6 stamp=741272711 filename=/u02/poor/oradata/bigtbs_01.dbf
    datafile 8 switched to datafile copy
    input datafile copy recid=7 stamp=741272711 filename=/u02/poor/oradata/lak_tbs01.dbf
    datafile 9 switched to datafile copy
    input datafile copy recid=8 stamp=741272711 filename=/u02/poor/oradata/vir2_01.dbf
    datafile 10 switched to datafile copy
    input datafile copy recid=9 stamp=741272711 filename=/u02/poor/oradata/lak_tbs2_01.dbf
    datafile 11 switched to datafile copy
    input datafile copy recid=10 stamp=741272711 filename=/u02/poor/oradata/vir_user01.dbf
    datafile 12 switched to datafile copy
    input datafile copy recid=11 stamp=741272711 filename=/u02/poor/oradata/vir_bigf01.dbf
    datafile 17 switched to datafile copy
    input datafile copy recid=12 stamp=741272711 filename=/u02/poor/oradata/hrscott.dbf
    
    contents of Memory Script:
    {
       set until scn  22563972;
       recover
       clone database
        delete archivelog
       ;
    }
    executing Memory Script
    
    executing command: SET until clause
    
    Starting recover at 23-JAN-11
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid=158 devtype=DISK
    
    starting media recovery
    
    archive log thread 1 sequence 23 is already on disk as file /u02/archive/1_23_741021347.dbf
    archive log thread 1 sequence 24 is already on disk as file /u02/archive/1_24_741021347.dbf
    archive log thread 1 sequence 25 is already on disk as file /u02/archive/1_25_741021347.dbf
    archive log thread 1 sequence 26 is already on disk as file /u02/archive/1_26_741021347.dbf
    archive log thread 1 sequence 27 is already on disk as file /u02/archive/1_27_741021347.dbf
    archive log thread 1 sequence 28 is already on disk as file /u02/archive/1_28_741021347.dbf
    archive log thread 1 sequence 29 is already on disk as file /u02/archive/1_29_741021347.dbf
    archive log thread 1 sequence 30 is already on disk as file /u02/archive/1_30_741021347.dbf
    archive log thread 1 sequence 31 is already on disk as file /u02/archive/1_31_741021347.dbf
    archive log thread 1 sequence 32 is already on disk as file /u02/archive/1_32_741021347.dbf
    archive log thread 1 sequence 33 is already on disk as file /u02/archive/1_33_741021347.dbf
    archive log thread 1 sequence 34 is already on disk as file /u02/archive/1_34_741021347.dbf
    archive log thread 1 sequence 35 is already on disk as file /u02/archive/1_35_741021347.dbf
    archive log thread 1 sequence 36 is already on disk as file /u02/archive/1_36_741021347.dbf
    archive log thread 1 sequence 37 is already on disk as file /u02/archive/1_37_741021347.dbf
    archive log thread 1 sequence 38 is already on disk as file /u02/archive/1_38_741021347.dbf
    archive log filename=/u02/archive/1_23_741021347.dbf thread=1 sequence=23
    archive log filename=/u02/archive/1_24_741021347.dbf thread=1 sequence=24
    archive log filename=/u02/archive/1_25_741021347.dbf thread=1 sequence=25
    archive log filename=/u02/archive/1_26_741021347.dbf thread=1 sequence=26
    archive log filename=/u02/archive/1_27_741021347.dbf thread=1 sequence=27
    archive log filename=/u02/archive/1_28_741021347.dbf thread=1 sequence=28
    archive log filename=/u02/archive/1_29_741021347.dbf thread=1 sequence=29
    archive log filename=/u02/archive/1_30_741021347.dbf thread=1 sequence=30
    archive log filename=/u02/archive/1_31_741021347.dbf thread=1 sequence=31
    archive log filename=/u02/archive/1_32_741021347.dbf thread=1 sequence=32
    archive log filename=/u02/archive/1_33_741021347.dbf thread=1 sequence=33
    archive log filename=/u02/archive/1_34_741021347.dbf thread=1 sequence=34
    archive log filename=/u02/archive/1_35_741021347.dbf thread=1 sequence=35
    archive log filename=/u02/archive/1_36_741021347.dbf thread=1 sequence=36
    archive log filename=/u02/archive/1_37_741021347.dbf thread=1 sequence=37
    archive log filename=/u02/archive/1_38_741021347.dbf thread=1 sequence=38
    media recovery complete, elapsed time: 00:00:04
    Finished recover at 23-JAN-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     524288000 bytes
    
    Fixed Size                     1220384 bytes
    Variable Size                134217952 bytes
    Database Buffers             385875968 bytes
    Redo Buffers                   2973696 bytes
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "POOR" RESETLOGS ARCHIVELOG
      MAXLOGFILES     16
      MAXLOGMEMBERS      3
      MAXDATAFILES      100
      MAXINSTANCES     8
      MAXLOGHISTORY      292
     LOGFILE
      GROUP  1 ( '/u02/poor/oradata/redo1a.log' ) SIZE 50 M  REUSE,
      GROUP  2 ( '/u02/poor/oradata/redo2a.log', '/u02/poor/oradata/redo2b.log' ) SIZE 50 M  REUSE,
      GROUP  3 ( '/u02/poor/oradata/redo3a.log', '/u02/poor/oradata/redo1b.log', '/u02/poor/oradata/redo3b.log' ) SIZE 50 M  REUSE
     DATAFILE
      '/u02/poor/oradata/system01.dbf'
     CHARACTER SET WE8ISO8859P1
    
    
    contents of Memory Script:
    {
       set newname for tempfile  1 to
     "/u02/poor/oradata/temp.dbf";
       switch clone tempfile all;
       catalog clone datafilecopy  "/u02/poor/oradata/undotbs01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/sysaux01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/users01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/example01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/poorna.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/bigtbs_01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/lak_tbs01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/vir2_01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/lak_tbs2_01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/vir_user01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/vir_bigf01.dbf";
       catalog clone datafilecopy  "/u02/poor/oradata/hrscott.dbf";
       switch clone datafile all;
    }
    executing Memory Script
    
    executing command: SET NEWNAME
    
    renamed temporary file 1 to /u02/poor/oradata/temp.dbf in control file
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/undotbs01.dbf recid=1 stamp=741272727
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/sysaux01.dbf recid=2 stamp=741272727
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/users01.dbf recid=3 stamp=741272728
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/example01.dbf recid=4 stamp=741272728
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/poorna.dbf recid=5 stamp=741272728
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/bigtbs_01.dbf recid=6 stamp=741272728
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/lak_tbs01.dbf recid=7 stamp=741272728
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/vir2_01.dbf recid=8 stamp=741272728
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/lak_tbs2_01.dbf recid=9 stamp=741272728
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/vir_user01.dbf recid=10 stamp=741272728
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/vir_bigf01.dbf recid=11 stamp=741272729
    
    cataloged datafile copy
    datafile copy filename=/u02/poor/oradata/hrscott.dbf recid=12 stamp=741272729
    
    datafile 2 switched to datafile copy
    input datafile copy recid=1 stamp=741272727 filename=/u02/poor/oradata/undotbs01.dbf
    datafile 3 switched to datafile copy
    input datafile copy recid=2 stamp=741272727 filename=/u02/poor/oradata/sysaux01.dbf
    datafile 4 switched to datafile copy
    input datafile copy recid=3 stamp=741272728 filename=/u02/poor/oradata/users01.dbf
    datafile 5 switched to datafile copy
    input datafile copy recid=4 stamp=741272728 filename=/u02/poor/oradata/example01.dbf
    datafile 6 switched to datafile copy
    input datafile copy recid=5 stamp=741272728 filename=/u02/poor/oradata/poorna.dbf
    datafile 7 switched to datafile copy
    input datafile copy recid=6 stamp=741272728 filename=/u02/poor/oradata/bigtbs_01.dbf
    datafile 8 switched to datafile copy
    input datafile copy recid=7 stamp=741272728 filename=/u02/poor/oradata/lak_tbs01.dbf
    datafile 9 switched to datafile copy
    input datafile copy recid=8 stamp=741272728 filename=/u02/poor/oradata/vir2_01.dbf
    datafile 10 switched to datafile copy
    input datafile copy recid=9 stamp=741272728 filename=/u02/poor/oradata/lak_tbs2_01.dbf
    datafile 11 switched to datafile copy
    input datafile copy recid=10 stamp=741272728 filename=/u02/poor/oradata/vir_user01.dbf
    datafile 12 switched to datafile copy
    input datafile copy recid=11 stamp=741272729 filename=/u02/poor/oradata/vir_bigf01.dbf
    datafile 17 switched to datafile copy
    input datafile copy recid=12 stamp=741272729 filename=/u02/poor/oradata/hrscott.dbf
    
    contents of Memory Script:
    {
       Alter clone database open resetlogs;
    }
    executing Memory Script
    
    *Segmentation fault*
    Please help me solve the problem.

    Thank you and best regards,
    Kahina Prasad.S

    Published by: SIDDABATHUNI on January 24, 2011 13:28

    After there alert.log of the AUXILIARY instance

Maybe you are looking for

  • How can I restore my Firefox theme and remove persona?

    Microsoft XP ProfessionalFirefox 7.0.1

  • Heart rate reduced by half during the workout

    Hi all I could not find satisfactory answers to this problem, so I thought I'd post my own question. My apologies if someone has already replied. In 'Other' training (weight lifting), I find measures watch my heartbeat correctly for about 10-15 minut

  • After factory reset is all gone

    I'm selling my Mac Air have done a factory reset and reinstalled the operating system of El Capitan. I just want to be sure I'm sure forgot to sign out of iTunes before performing these operations. It is now possible for the new owner to see my brows

  • Built-in camera is not clear - Satellite L635

    Since I bought this Satellite L635-I discovered that the built-in webcam is not clear.I tried several times to adjust the settings but seems that I can't get through to fix a good resolution. I can assume that there is an updated driver?Can someone g

  • What is the recommended for El Capitan recovery process?

    What is the recommended for El Capitan recovery process? I just upgraded directly from Mountain Lion, and I see that my recovery disc has disappeared.  My recovery disk wizard is only good for Lion and Mountain Lion.  I searched Apple.com and found a