Recreate datafile(URGENT)

Hello
one datafile is removed by mistake and i am not having the backu up.i want to recreate that datafile now.How can i do this?
Please provide me the step by step process to recreate the datafile
Errors in file /oracle/home92/admin/tst/bdump/cbosstst_j001_22481.trc:
ORA-12012: error on auto execute of job 191459
ORA-01116: error in opening database file 9
ORA-01110: data file 9: '/ocs/tst/maintbl03.dbf'
ORA-27041: unable to open file
SVR4 Error: 2: No such file or directory
Thankx...

Hi,
aah.. one datafile is removed by mistake
or Without backup you cann't recover your datafile unless if your database running on archivelog mode or you have store all ARCHIVELOG from datafile creation to till then it is possible to create new datafile and recover all data.
or if it is testing database then perform below step.
alter database datafile 9 offline drop
alter database openregards
Taj

Similar Messages

  • How to recreate datafile in oracle 10g.

    pls tell me how to recreate datafile in oracle 10g...
    what are situation to recreate datafile
    Edited by: 898085 on Nov 18, 2011 9:16 PM

    898085 wrote:
    pls tell me how to recreate datafile in oracle 10g...
    what are situation to recreate datafile
    Edited by: 898085 on Nov 18, 2011 9:16 PMDid u mean create or recreate?
    if datafie is deleted then you may add it into existing tablespace.
    Try this : -
    1.)sqlplus sys/xx as sysdba
    2.)alter tablespace <tablespace_name> add datafile <datafile_name> size <give size>;
    HTH:-)

  • Recreate SIDADM - Urgent

    Greetings!
    I friend of mine uninstalled and old Q&A system that we weren't using, so he uninstalled SAP but without checking de "keep os users" option, the issue is that this old Q&A system had same SID that our current Q&A, so domain users (SAPServiceSID and SIDadm) were deleted, i was able to recreate the users but somehow when i login to windows 2008 i see i now have an user profile that's sidadm.domain and i am not able to stop/start any sap / oracle services, when i enter services.msc and double click on them they're greyed out.
    I am running R/3 4.7 over Oracle 10.2.04 on Windows 2008 x64.
    How can i gain access again to services?
    I appreciate any help, thank you.
    Best regards

    Hi,
    There are some SAP Notes which explain about require environment variables under windows platform.
    Check these notes. May be useful if you decide to manually set environment of SAP users.
    [Note 94801 - Environment variables/Registry (Windows NT)|https://service.sap.com/sap/support/notes/94801]
    [Note 556232 - Environment settings for R/3/Oracle on Windows|https://service.sap.com/sap/support/notes/556232]
    [Note 31559 - NT: Setting environment variables for R/3 kernel|https://service.sap.com/sap/support/notes/31559]
    You may need to compare and cross check with other running SAP System.
    Regards.
    Rajesh Narkhede

  • Unix file system & Oracle datafiles--urgent plz

    How i can chech my oracle db files on which unix file system? In HP/UX exvirnment??

    select * from dba_data_files
    AUTOEXTENSIBLE column gives you whether autoextend is on or not.
    Join with dba_free_space to get free space for each file.
    You can check the following link
    http://www.oracle.com/technology/oramag/code/tips2003/083103.html

  • Verify backup

    Hello All,
    I am trying to issue the backup database cmd and get the following error:
    RMAN> backup database;
    Starting backup at 02-FEB-09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=970 devtype=DISK
    could not read file header for datafile 13 error reason 1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 02/02/2009 09:00:44
    RMAN-06056: could not access datafile 13
    Then I did this :
    SQL> select file#, status, enabled from v$datafile where file#=13;
    FILE# STATUS ENABLED
    13 RECOVER READ WRITE
    SQL> select a.file#, b.name from v$datafile a, v$tablespace b where a.ts# = b.ts# and a.file# in (select file# from v$recover_file);
    FILE# NAME
    13 PAYROLL_DATA
    SQL>
    My question is how can I find out if I have a backup of this data file in my backup set? Is there DBVERIFY cmd I can use? I am on linux, 10.2.0.3 version.
    Thanks in advance

    Hi user630082!
    If the list backupset command shows nothing then you don't have a backup of datafile 13. That means you have two options:
    1.) The datafile number is not deleted. It's only damaged. In that case you have a chance to recover this file from archive logs. Try "recover datafile 13" to see if it will work or not.
    2.) The other option is to recreate datafile 13 from archive logs. Therefor you need to have backups of all archive logs since the creation of datafile 13. I have described how to recreate a datafile in this thread:
    link: RMAN-06023: no backup or copy of datafile 40 found to restore
    I hope that will help you a little bit more!
    yours sincerely

  • How to recreate system datafile

    Hi all,
    I am trying to restore an Oracle v.8.0.4 database. My problem is that i don't have the system datafile. All the other files (control files, log files, datafiles) exist.
    I have a full export dump of the DB which is one month old. Is it possible to recreate the system datafile?
    Thank you in advance
    Yiannis

    Hi,
    I have a full export dump of the DB If you want restore a database with a dump, the only one way is to pre create a database (as Neil suggested).
    Nicolas.
    read this other post about system tablespace missing :
    Re: System datafile is deleted, Urgent help needed!!
    Message was edited by:
    N. Gasparotto

  • Recreate Standby using full datafile backup

    Dear All,
    I have to recreate my standby database due to huge archive gap. I have full datafile backup of primary. Pls help me.
    Thank you

    Dear CKPT,
    Thanx for your advice..
    At Primary Site
    ==========
    1. select max(sequence#) from v$archived_log;
    28595
    2. select severity,error_code,message,timestamp from v$dataguard_status where dest_id=2;
    Error     12541     FAL[server, ARCb]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCk]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCf]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCs]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCq]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCi]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARC5]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCj]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCp]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCm]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCd]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCl]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCg]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCt]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCo]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARC4]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARC3]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARC8]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARC6]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARC0]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCn]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARC1]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARC7]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCe]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     FAL[server, ARCa]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:44:06 PM
    Error     12541     PING[ARC2]: Heartbeat failed to connect to standby 'cstdby'. Error is 12541.     12/6/2012 12:44:22 PM
    Error     12541     PING[ARC2]: Heartbeat failed to connect to standby 'cstdby'. Error is 12541.     12/6/2012 12:45:22 PM
    Error     12541     Error 12541 for archive log file 2 to 'cstdby'     12/6/2012 12:45:56 PM
    Error     12541     FAL[server, ARCc]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:45:56 PM
    Error     12541     FAL[server, ARCe]: Error 12541 creating remote archivelog file 'cstdby'     12/6/2012 12:45:57 PM
    Error     12541     PING[ARC2]: Heartbeat failed to connect to standby 'cstdby'. Error is 12541.     12/6/2012 12:46:25 PM
    Error     12541     PING[ARC2]: Heartbeat failed to connect to standby 'cstdby'. Error is 12541.     12/6/2012 12:47:25 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 17929) hung on a network operation     12/6/2012 12:55:35 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 17031) hung on a network operation     12/6/2012 12:55:36 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 6032) hung on a network operation     12/6/2012 1:00:43 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 18578) hung on a network operation     12/6/2012 1:04:58 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 6030) hung on a network operation     12/6/2012 1:05:00 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 5391) hung on a network operation     12/6/2012 1:05:01 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 6448) hung on a network operation     12/6/2012 1:05:02 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 19209) hung on a network operation     12/6/2012 1:05:04 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 6904) hung on a network operation     12/6/2012 1:10:47 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 13268) hung on a network operation     12/6/2012 1:13:17 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 6906) hung on a network operation     12/6/2012 1:13:19 PM
    Error     12514     FAL[server, ARCj]: Error 12514 creating remote archivelog file 'cstdby'     12/6/2012 1:13:25 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 7386) hung on a network operation     12/6/2012 1:15:52 PM
    Error     3113     FAL[server, ARCq]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     3113     FAL[server, ARCj]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     16198     WARN: ARCq: Terminating ARCH (pid 18233) hung on a network operation     12/6/2012 1:20:12 PM
    Error     3113     FAL[server, ARC2]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     3113     FAL[server, ARCg]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     3113     FAL[server, ARC1]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     3113     FAL[server, ARC9]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     3113     FAL[server, ARC0]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     3113     NSA: Error 3113 archiving log 2 to 'cstdby'     12/6/2012 1:20:12 PM
    Error     3113     FAL[server, ARCf]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     3113     FAL[server, ARC8]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     3135     FAL[server, ARCt]: FAL archival, error 3135 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     3113     FAL[server, ARCs]: FAL archival, error 3113 closing archivelog file 'cstdby'     12/6/2012 1:20:12 PM
    Error     12514     FAL[server, ARCj]: Error 12514 creating remote archivelog file 'cstdby'     12/6/2012 1:20:17 PM
    Error     12514     PING[ARC2]: Heartbeat failed to connect to standby 'cstdby'. Error is 12514.     12/6/2012 1:20:17 PM
    Error     12541     PING[ARC2]: Heartbeat failed to connect to standby 'cstdby'. Error is 12541.     12/6/2012 1:24:02 PM
    Error     12514     PING[ARC2]: Heartbeat failed to connect to standby 'cstdby'. Error is 12514.     12/6/2012 1:25:05 PM
    Error     12514     PING[ARC2]: Heartbeat failed to connect to standby 'cstdby'. Error is 12514.     12/6/2012 1:26:05 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 18810) hung on a network operation     12/6/2012 1:32:13 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 8224) hung on a network operation     12/6/2012 1:33:19 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 7836) hung on a network operation     12/6/2012 1:35:26 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 9182) hung on a network operation     12/6/2012 1:36:33 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 9260) hung on a network operation     12/6/2012 1:39:42 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 9468) hung on a network operation     12/6/2012 1:39:44 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 7653) hung on a network operation     12/6/2012 1:39:45 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 6910) hung on a network operation     12/6/2012 1:39:46 PM
    Error     16198     WARN: ARC9: Terminating ARCH (pid 5361) hung on a network operation     12/6/2012 1:40:14 PM
    Error     16198     WARN: ARCd: Terminating ARCH (pid 5361) hung on a network operation     12/6/2012 1:40:15 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 9665) hung on a network operation     12/6/2012 1:40:56 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 9665) hung on a network operation     12/6/2012 1:40:58 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 19673) hung on a network operation     12/6/2012 1:44:04 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 9940) hung on a network operation     12/6/2012 1:44:05 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 10044) hung on a network operation     12/6/2012 1:45:13 PM
    Error     16198     WARN: ARCf: Terminating ARCH (pid 10044) hung on a network operation     12/6/2012 1:45:15 PM
    Error     16198     WARN: ARCr: Terminating ARCH (pid 9938) hung on a network operation     12/6/2012 1:46:00 PM
    Error     16198     WARN: ARCh: Terminating ARCH (pid 9938) hung on a network operation     12/6/2012 1:46:03 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 18371) hung on a network operation     12/6/2012 1:47:31 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 20131) hung on a network operation     12/6/2012 1:48:37 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 10341) hung on a network operation     12/6/2012 1:48:38 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 10425) hung on a network operation     12/6/2012 1:51:55 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 9934) hung on a network operation     12/6/2012 1:53:02 PM
    Error     16198     WARN: ARC2: Terminating ARCH (pid 10786) hung on a network operation     12/6/2012 1:53:03 PM
    At Standby Site
    ===========
    1. select max(sequence#) from v$archived_log where applied='YES';
    28549
    Thanx & Rgds,
    Athurumithuru.

  • BRTOOLS - Recreate database Create new database fails URGENT HELP

    Hi All,
    I'm following sap note 748434 to recreate SYSTEM tablespace but when I've got to step 4 Create new database it errors :-
    Recreate database main menu
    1 + Specify new database options
    2 + Export user tablespaces
    3 + Export global objects
    4 = Create new database
    5 * Import global objects
    6 * Import user tablespaces
    7 * Exit program
    8 - Reset program status
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    4
    BR0280I BRSPACE time stamp: 2014-03-13 15.26.00
    BR0663I Your choice: '4'
    BR0613I Database instance BWD is shut down
    BR0618I Database instance BWD will be started now
    BR0280I BRSPACE time stamp: 2014-03-13 15.26.00
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    BR0280I BRSPACE time stamp: 2014-03-13 15.26.04
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0280I BRSPACE time stamp: 2014-03-13 15.26.04
    BR0619I Starting database instance BWD ...
    BR0280I BRSPACE time stamp: 2014-03-13 15.26.06
    BR0620I Start of database instance BWD successful
    BR0490I Database file /oracle/BWD/sapdata1/system_1/system.data1 (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/origlogA/log_g11m1.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/mirrlogA/log_g11m2.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/origlogB/log_g12m1.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/mirrlogB/log_g12m2.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/origlogA/log_g13m1.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/mirrlogA/log_g13m2.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/origlogB/log_g14m1.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/mirrlogB/log_g14m2.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/origlogA/cntrl/cntrlBWD.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/sapdata1/cntrl/cntrlBWD.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0490I Database file /oracle/BWD/saparch/cntrl/cntrlBWD.dbf (and its subdirectory or link if applicable) will be deleted now
    BR0280I BRSPACE time stamp: 2014-03-13 15.26.06
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.22
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.22
    BR0792I Database files can be saved before deletion
    BR0675I Do you want to perform this action?
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.22
    BR0676I Enter 'y[es]' to perform the action, 'n[o]/c[ont]' to skip it, 's[top]' to abort:
    c
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.28
    BR0257I Your reply: 'c'
    BR0678I The action will be skipped...
    BR0259I Program execution will be continued...
    BR0794I Database file /oracle/BWD/sapdata1/system_1/system.data1 deleted
    BR0480I Directory /oracle/BWD/sapdata1/system_1 deleted
    BR0794I Database file /oracle/BWD/origlogA/log_g11m1.dbf deleted
    BR0794I Database file /oracle/BWD/mirrlogA/log_g11m2.dbf deleted
    BR0794I Database file /oracle/BWD/origlogB/log_g12m1.dbf deleted
    BR0794I Database file /oracle/BWD/mirrlogB/log_g12m2.dbf deleted
    BR0794I Database file /oracle/BWD/origlogA/log_g13m1.dbf deleted
    BR0794I Database file /oracle/BWD/mirrlogA/log_g13m2.dbf deleted
    BR0794I Database file /oracle/BWD/origlogB/log_g14m1.dbf deleted
    BR0794I Database file /oracle/BWD/mirrlogB/log_g14m2.dbf deleted
    BR0794I Database file /oracle/BWD/origlogA/cntrl/cntrlBWD.dbf deleted
    BR0794I Database file /oracle/BWD/sapdata1/cntrl/cntrlBWD.dbf deleted
    BR0794I Database file /oracle/BWD/saparch/cntrl/cntrlBWD.dbf deleted
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.28
    BR0491I Subdirectory or link for database file /oracle/BWD/sapdata1/system_1/system.data1 and will be recreated now if needed
    BR0491I Subdirectory or link for database file /oracle/BWD/sapdata1/sysaux_1/sysaux.data1 and will be recreated now if needed
    BR0491I Subdirectory or link for database file /oracle/BWD/sapdata1/temp_1/temp.data1 and will be recreated now if needed
    BR0491I Subdirectory or link for database file /oracle/BWD/sapdata4/undo_1/undo.data1 and will be recreated now if needed
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.28
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.30
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0370I Directory /oracle/BWD/sapdata1/system_1 created
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.30
    BR1273I SQLPLUS will be started for execution of SQL script /oracle/BWD/sapreorg/senkbgrd/dbcrt.sql
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.30
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.43
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    BR0280I BRSPACE time stamp: 2014-03-13 15.27.43
    BR0278I Command output of '/oracle/BWD/102_64/bin/sqlplus /nolog < /oracle/BWD/sapreorg/.senkbgrd.spi':
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Mar 13 15:27:43 2014
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> SQL> SQL> Connected.
    SQL>
    SQL> CREATE DATABASE BWD
    ERROR at line 1:
    BR0278E Command output of '/oracle/BWD/102_64/bin/sqlplus /nolog < /oracle/BWD/sapreorg/.senkbgrd.spi':
    ORA-01092: ORACLE instance terminated. Disconnection forced
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    BR0280I BRSPACE time stamp: 2014-03-13 15.28.32
    BR1274I Execution of SQL script /oracle/BWD/sapreorg/senkbgrd/dbcrt.sql completed
    BR1277W SQLPLUS reported warnings or errors during the execution of SQL script /oracle/BWD/sapreorg/senkbgrd/dbcrt.sql
    BR0668I Warnings or errors occurred - you can continue to ignore them or go back to repeat the last action
    BR0280I BRSPACE time stamp: 2014-03-13 15.28.32
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    The file it refers to Command output of '/oracle/BWD/102_64/bin/sqlplus /nolog < /oracle/BWD/sapreorg/.senkbgrd.spi': contains this :- 
    cat /oracle/BWD/sapreorg/.senkbgrd.spi
    set linesize 250;
    set pagesize 1000;
    @/oracle/BWD/sapreorg/.senkbgrd.spu
    host /usr/sap/BWD/SYS/exe/run/brtools -f delete /oracle/BWD/sapreorg/.senkbgrd.spu;
    @/oracle/BWD/sapreorg/senkbgrd/dbcrt.sql
    exit;
    But the file it tries to run first @/oracle/BWD/sapreorg/.senkbgrd.spu doesn't exist at runtime it seems!
    Anyone offer any help urgently as this system is now dead!
    Thanks
    Craig

    Apologies, I resolved this myself.  Was not obvious and no error logs indicated what the problem was.
    Turns out that the initial configuration of tablespace data files was incorrect.  Even though it matched the correct size it tried creating them as 1 file and subsequently ran out of file system space.
    After realising this I changed the values and adjusted the tablespaces post creation.
    Thanks anyway.
    Cheers
    Craig

  • How to remove information of datafile from controlfile without recreating i

    Hi ,
    I am using Oracle 10g RAC.I just to add a datafile in my RCA database but it get failed but
    its information get registered in Contorlfile .
    I started my database by offline drop to that datafile in mount stage.
    Is there any procedure by which i can remove information of that datafile which i did offline drop from my controlfile without recreating the controlfile,if there is any please let me know.
    Thanks in advance.
    Regards !
    Deep

    datafile is not meant to be removed once added.
    The other option you have is remove the tablespace which probably not acceptable to you as well.
    The other thing is if the add datafile query failed the information shouldn't have been registered in control file. Do you see any errors in your alert.log file or information shows this datafile was added successfully?
    check this thread
    http://asktom.oracle.com/pls/ask/f?p=4950:8:10361800305329901722::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:515222144417

  • Find datafile for a table (Urgent)

    Is there a way to find a datafile for a non-partitioned table.
    For examples
    Table 'A' belong to tablespace 'T'
    tablespace 'T' has 2 files 'F1' and 'F2' both in different filesystem in unix.
    I need to run a huge load on table 'T'
    I need to find which file system should have enough space for this load.
    Thanks

    Here an example to find the file name and the size taken by the table:
    SELECT a.name,sum(nvl(b.bytes/1024,0)) from dba_extents b, v$dbfile a
    where b.owner='X'
    and b.segment_name='A' and
    b.file_id=a.file#
    group by a.name
    Michel.
    http://www.odbtools.com

  • URGENT : Migrate ODI or Change / Recreate Repositories?

    Hi there;
    I'm using ODI 10.1.3.6.0 and Oracle 10g db server (which keeps both master and work repositories) installed on the same machine.
    For some reason, our db guys are decided to move Oracle db to another machine but we don't want to migrate ODI. Will it cause a performance issue?
    Should we also migrate ODI to the new machine
    or
    change/recreate Master & Work repositories?
    Which one would you suggest?
    I strongly prefer the second way but don't know how?
    Thanks
    Cenk

    >
    I believe when you are saying the We don't want to migrate ODI . you mean ODI server installation.
    >
    exactly
    >
    If only repositories are moved then you should be fine.
    >
    yes, only the repos are going to be moved
    >
    In order to change the master and work rep pointing to new machine. Change your snsp_login XML to pointing to new Master Rep user/pass and then go edit the work repository user id and pass to the new work rep location, in topology.
    ** make sure you backup your old rep **
    >
    So the process will be
    1) Backup and Transfer Master and Work repository schemas from old db to new one
    2) Export Master and Work Repos in ODI (do i have to import them after step 3?)
    3) Change snps_login_work.xml AND snps_login_security.xml
    is that correct?
    Edited by: Cenk C on Apr 17, 2012 4:26 AM
    Edited by: Cenk C on Apr 17, 2012 4:38 AM

  • Pointing Datafile to new Tablespace...urgent!!!

    Hi,
    I have this DB that some guy created 2 large Temp Tablespaces as Dictionary Managed and the performance is killing us. Not to mention that when we do a shutdown, it takes almost 3 hours. I was planning on creating a new Temp Tablespace (TEMP3) as locally managed and all the datafiles from the other 2 I wanted to point to the new one.
    How can I do this. I don't want to remove the files from the OS and have Oracle re-create them. Is there an easier way?

    ...but the problem is when I try to drop the temp tablespace the files are already deleted from the OS. So essentially Oracle has these datafiles offline and it says that they need recovery, when infact the files do not exist.
    Any thoughts from here?

  • System datafile is deleted, Urgent help needed!!

    Hi,
    Accidently one of my fellow developers deleted the system datafile. Its throwing the following error:
    ORA-01116: error in opening database file 10
    ORA-01110: data file 10: '/u02/oracle/product/920/syssource.dbf'
    ORA-27041: unable to open file
    SVR4 Error: 2: No such file or directory
    Then I tried the following steps:
    SQL> shutdown immediate
    ORA-01116: error in opening database file 10
    ORA-01110: data file 10: '/u02/oracle/product/920/syssource.dbf'
    ORA-27041: unable to open file
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    SQL> shutdown abort
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 201938076 bytes
    Fixed Size 455836 bytes
    Variable Size 83886080 bytes
    Database Buffers 117440512 bytes
    Redo Buffers 155648 bytes
    SQL> alter database mount;
    Database altered.
    SQL> alter database datafile '/u02/oracle/product/920/syssource.dbf' offline drop;
    Database altered.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01147: SYSTEM tablespace file 10 is offline
    ORA-01110: data file 10: '/u02/oracle/product/920/syssource.dbf'
    Can anybody help me out of this problem...your prompt response is highly appreciated. Thanks in advance.
    System tablespace is using both the below datafiles, which I can see in the v$datafile.
    SYSTEM - /u03/oracle/db2/sys1db2.dbf
    SYSTEM - /u02/oracle/product/920/syssource.dbf

    Hi,
    Step 1: restore from backup
    If Step 1 don't work:
    Step 2: fire your DBA, and check why there is no valid backup
    Step 3: Open an iTar
    I'm wontering why in the world a developper would have acess to the database files / database host computer. Puzzles me.
    Regards,
    Yoann.

  • Wf_notification_out table dropped, how to recreat urgent help  !!!!!!!!!!!!

    Hi all,
    I was following tech note *"Workflow Mailers Not Sending Notifications [ID 560472.1]"*.
    As per this tech note i dropped wf_notification_out table, i was not able to take backup of this table beacuse of space issues.
    As the table size was 10 GB. Now i dropped the table. How to recreate this table?
    I have another test Instance, from this Instance i tried to perform export and import nut export is not working for this table.
    I have cold backup, but it will take long time to restore, flashback is not enabled.
    This is development Instance (critical).
    Any inputs and suggestion on this is greatly appreciated.
    Thanks in advance.

    Hi Hussein,
    As always thanks for your prompt response.
    When im trying to use the script ist giving error:
    SQL> @wfntfqup APPS **** APPLSYS
    declare
    ERROR at line 1:
    ORA-20000: Oracle Error = 100 - ORA-01403: no data found
    ORA-06512: at line 87
    As per the tech note *560472.1*
    1. Backup the Oracle Alert messages that are unprocessed on the WF_NOTIFICATION_OUT.
    create table APPLSYS.AQ$WF_NOTIFICATION_OUT_BAK
    as
    select *
    from APPLSYS.AQ$WF_NOTIFICATION_OUT
    where CORR_ID like 'APPS:ALR%' and msg_state in ('READY','WAIT');
    But unfortunately i missed this step beacues of space issues i thought *@wfntfqup.sql* will create new wf_notification_out table, but this script is just to create queues it seems.
    Now the object wf_notification_out does not exists.
    So please suggest me accordingly.

  • Urgent- Any way to recreate xdbconfig.xml???

    Hello! A good '?' :
    Is there any way to recreate the config file xdbconfig.xml file in xml/db without reinstalling xml/db. Our file was renamed to xdbconfig_old.xml.
    It was just renamed earlier today. I have a copy of the old xdbconfig.xml file but cannot put it in the directory using WEBDAV because you have to have the xdbconfig.xml file to access the webdav folders. Is
    there is a way to recreate it in its default directory with a package/procedure without reinstalling?
    Thanks~

    Have your friend, in iTunes, go to iTunes menu View -> View options.
    Tick the columns you want to see.
    Go to Library - Music, select all the songs then copy and paste into a spreadsheet
    You can then sort everything as you want.

Maybe you are looking for

  • Clearing in previous year

    Hi there I have an issue in resetting (using FBRA) clearing GL document which belongs to 2007. This clearing doc has few line items, which were generated while clearing other GL docs . While I thought it might be due to a closed period, I tested in m

  • Apple tv proplem

    HI, am using a macbook bro version 10.7 and itunes v 10.6, after installing the new update i cant stream any thing on the apple tv, even from my ipad, the airplay icon dissapered from every where

  • MuVo - When new track begins I cannot rewind back into the end of the previous tra

    Hi all, here is my problem. i tried to put it in a formal way to ease the reading. Player: Creative MuVo 52MB TX FMFirmware: Creative MuVo TX FM Audible Firmware Upgrade Version .3.03 Problem: When new track begins I cannot rewind back into the end o

  • Some Symbols disappear when I create Tween

    Hello, I seem to be having trouble with Tweening. I have a group of symbols hat I moved from one location at the keyframe 10 to another location at the keyframe 20. When I create a motion tween, some of the objects move fine, while others disappear d

  • Effort estimation of developments

    Hi all, Could anyone please provide me with some inputs or documents/ templates on Effort estimation of developments in ABAP?? I have done the initial analysis, but not sure what should be the base of measuring the complexity and time for an object?