I accidentally the whole database

Lately our development database had some hiccups (archivelog destination was full or sth), but I didn't really pay attention, because it's development DB (we had to use rman delete archive log all and it was ok).
The data is not important, the only real value is the schema and we have that in another database, so the situation is not critical.
So, today I wanted to do the routine again, but screwed something in the process. I don't know exactly what, where and when I clicked, but I know I did click "perform recovery" a few times in the EM. I think one of the times it was trying to perform restore from backup (I have no idea how old that backup was).
Now i'm stuck with
ERROR at line 1:
ORA-01113: file 1 needs media recovery
'/u01/app/oracle/product/11.1.0/db_1/oradata/oradb/system01.dbf'
I suspect the backup was performed from a really old backup files. I think I do have current archivelogs.
Is there any way to simply recover the database? I do have other options, we do have create scripts etc., but just want to know it I can do anything.

Tue Apr 21 06:27:47 2009
Stopping background process CJQ0
Tue Apr 21 06:27:47 2009
Stopping background process MMNL
Tue Apr 21 06:27:47 2009
Stopping background process MMON
Tue Apr 21 06:27:47 2009
Shutting down instance (immediate)
License high water mark = 2
Tue Apr 21 06:27:47 2009
Stopping Job queue slave processes
Tue Apr 21 06:27:47 2009
Job queue slave processes stopped
All dispatchers and shared servers shutdown
Tue Apr 21 06:27:47 2009
ALTER DATABASE CLOSE NORMAL
ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
Tue Apr 21 06:27:47 2009
ALTER DATABASE DISMOUNT
Completed: ALTER DATABASE DISMOUNT
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
Tue Apr 21 06:28:06 2009
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.3.0.
System parameters with non-default values:
processes = 150
__shared_pool_size = 637534208
__large_pool_size = 4194304
__java_pool_size = 4194304
__streams_pool_size = 50331648
streams_pool_size = 50331648
trace_enabled = FALSE
nls_language = SLOVENIAN
nls_territory = SLOVENIA
nls_length_semantics = CHAR
sga_target = 1015021568
control_files = /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/control01.ctl, /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/control02.ctl, /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/control03.ctl
db_block_size = 8192
__db_cache_size = 314572800
compatible = 10.2.0.1.0
db_file_multiblock_read_count= 16
db_recovery_file_dest = /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area
db_recovery_file_dest_size= 32212254720
undo_management = AUTO
undo_tablespace = UNDOTBS1
undo_retention = 900
remote_login_passwordfile= EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=oradbXDB)
job_queue_processes = 10
background_dump_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/bdump
user_dump_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/udump
core_dump_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/cdump
audit_file_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/adump
session_max_open_files = 20
db_name = oradb
open_cursors = 300
sql_trace = FALSE
pga_aggregate_target = 337641472
gbyhash_aggregation_enabled= TRUE
aq_tm_processes = 0
Deprecated system parameters with specified values:
sql_trace
End of deprecated system parameter listing
PMON started with pid=2, OS id=12260
PSP0 started with pid=3, OS id=12262
MMAN started with pid=4, OS id=12264
DBW0 started with pid=5, OS id=12266
LGWR started with pid=6, OS id=12268
CKPT started with pid=7, OS id=12270
SMON started with pid=8, OS id=12272
RECO started with pid=9, OS id=12274
CJQ0 started with pid=10, OS id=12276
MMON started with pid=11, OS id=12278
MMNL started with pid=12, OS id=12280
Tue Apr 21 06:28:07 2009
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
starting up 1 shared server(s) ...
Oracle Data Guard is not available in this edition of Oracle.
Tue Apr 21 06:28:07 2009
ALTER DATABASE MOUNT
Tue Apr 21 06:28:11 2009
Setting recovery target incarnation to 2
Tue Apr 21 06:28:11 2009
Successful mount of redo thread 1, with mount id 2437988343
Tue Apr 21 06:28:11 2009
Database mounted in Exclusive Mode
Completed: ALTER DATABASE MOUNT
Tue Apr 21 06:28:11 2009
ALTER DATABASE OPEN
ORA-1113 signalled during: ALTER DATABASE OPEN...
Shutting down instance: further logons disabled
Tue Apr 21 06:29:11 2009
Stopping background process CJQ0
Tue Apr 21 06:29:11 2009
Stopping background process MMNL
Tue Apr 21 06:29:11 2009
Stopping background process MMON
Tue Apr 21 06:29:11 2009
Shutting down instance (immediate)
License high water mark = 1
Tue Apr 21 06:29:11 2009
Stopping Job queue slave processes
Tue Apr 21 06:29:11 2009
Job queue slave processes stopped
All dispatchers and shared servers shutdown
Tue Apr 21 06:29:11 2009
ALTER DATABASE CLOSE NORMAL
ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
Tue Apr 21 06:29:11 2009
ALTER DATABASE DISMOUNT
Completed: ALTER DATABASE DISMOUNT
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
Tue Apr 21 06:29:11 2009
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.3.0.
System parameters with non-default values:
processes = 150
__shared_pool_size = 641728512
__large_pool_size = 4194304
__java_pool_size = 4194304
__streams_pool_size = 50331648
streams_pool_size = 50331648
trace_enabled = FALSE
nls_language = SLOVENIAN
nls_territory = SLOVENIA
nls_length_semantics = CHAR
sga_target = 1015021568
control_files = /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/control01.ctl, /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/control02.ctl, /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/control03.ctl
db_block_size = 8192
__db_cache_size = 310378496
compatible = 10.2.0.1.0
db_file_multiblock_read_count= 16
db_recovery_file_dest = /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area
db_recovery_file_dest_size= 32212254720
undo_management = AUTO
undo_tablespace = UNDOTBS1
undo_retention = 900
remote_login_passwordfile= EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=oradbXDB)
job_queue_processes = 10
background_dump_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/bdump
user_dump_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/udump
core_dump_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/cdump
audit_file_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/adump
session_max_open_files = 20
db_name = oradb
open_cursors = 300
sql_trace = FALSE
pga_aggregate_target = 337641472
gbyhash_aggregation_enabled= TRUE
aq_tm_processes = 0
Deprecated system parameters with specified values:
sql_trace
End of deprecated system parameter listing
PMON started with pid=2, OS id=12567
PSP0 started with pid=3, OS id=12569
MMAN started with pid=4, OS id=12571
DBW0 started with pid=5, OS id=12573
LGWR started with pid=6, OS id=12575
CKPT started with pid=7, OS id=12577
SMON started with pid=8, OS id=12579
RECO started with pid=9, OS id=12581
CJQ0 started with pid=10, OS id=12583
MMON started with pid=11, OS id=12585
Tue Apr 21 06:29:12 2009
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
MMNL started with pid=12, OS id=12587
Tue Apr 21 06:29:12 2009
starting up 1 shared server(s) ...
Oracle Data Guard is not available in this edition of Oracle.
Tue Apr 21 06:29:13 2009
ALTER DATABASE MOUNT
Tue Apr 21 06:29:17 2009
Setting recovery target incarnation to 2
Tue Apr 21 06:29:17 2009
Successful mount of redo thread 1, with mount id 2438008377
Tue Apr 21 06:29:17 2009
Database mounted in Exclusive Mode
Completed: ALTER DATABASE MOUNT
Tue Apr 21 06:31:18 2009
ALTER DATABASE open
Tue Apr 21 06:31:18 2009
ORA-1113 signalled during: ALTER DATABASE open ...
Tue Apr 21 06:31:54 2009
Shutting down instance: further logons disabled
Tue Apr 21 06:31:54 2009
Stopping background process CJQ0
Tue Apr 21 06:31:54 2009
Stopping background process MMNL
Tue Apr 21 06:31:54 2009
Stopping background process MMON
Tue Apr 21 06:31:54 2009
Shutting down instance (immediate)
License high water mark = 3
Tue Apr 21 06:31:54 2009
Stopping Job queue slave processes
Tue Apr 21 06:31:54 2009
Job queue slave processes stopped
All dispatchers and shared servers shutdown
Tue Apr 21 06:31:54 2009
ALTER DATABASE CLOSE NORMAL
ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
Tue Apr 21 06:31:54 2009
ALTER DATABASE DISMOUNT
Completed: ALTER DATABASE DISMOUNT
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
ARCH: Archival disabled due to shutdown: 1089
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
Tue Apr 21 06:33:06 2009
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.3.0.
System parameters with non-default values:
processes = 150
__shared_pool_size = 645922816
__large_pool_size = 4194304
__java_pool_size = 4194304
__streams_pool_size = 50331648
streams_pool_size = 50331648
trace_enabled = FALSE
nls_language = SLOVENIAN
nls_territory = SLOVENIA
nls_length_semantics = CHAR
sga_target = 1015021568
control_files = /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/control01.ctl, /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/control02.ctl, /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/control03.ctl
db_block_size = 8192
__db_cache_size = 306184192
compatible = 10.2.0.1.0
db_file_multiblock_read_count= 16
db_recovery_file_dest = /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area
db_recovery_file_dest_size= 32212254720
undo_management = AUTO
undo_tablespace = UNDOTBS1
undo_retention = 900
remote_login_passwordfile= EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=oradbXDB)
job_queue_processes = 10
background_dump_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/bdump
user_dump_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/udump
core_dump_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/cdump
audit_file_dest = /u01/app/oracle/product/11.1.0/db_1/admin/oradb/adump
session_max_open_files = 20
db_name = oradb
open_cursors = 300
sql_trace = FALSE
pga_aggregate_target = 337641472
gbyhash_aggregation_enabled= TRUE
aq_tm_processes = 0
Deprecated system parameters with specified values:
sql_trace
End of deprecated system parameter listing
PMON started with pid=2, OS id=4491
MMAN started with pid=4, OS id=4495
PSP0 started with pid=3, OS id=4493
DBW0 started with pid=5, OS id=4497
LGWR started with pid=6, OS id=4499
CKPT started with pid=7, OS id=4501
SMON started with pid=8, OS id=4503
RECO started with pid=9, OS id=4505
CJQ0 started with pid=10, OS id=4507
MMON started with pid=11, OS id=4509
MMNL started with pid=12, OS id=4511
Tue Apr 21 06:33:07 2009
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
starting up 1 shared server(s) ...
Oracle Data Guard is not available in this edition of Oracle.
Tue Apr 21 06:33:08 2009
ALTER DATABASE MOUNT
Tue Apr 21 06:33:12 2009
Setting recovery target incarnation to 2
Tue Apr 21 06:33:12 2009
Successful mount of redo thread 1, with mount id 2438034980
Tue Apr 21 06:33:12 2009
Database mounted in Exclusive Mode
Completed: ALTER DATABASE MOUNT
Tue Apr 21 06:33:12 2009
ALTER DATABASE OPEN
ORA-1113 signalled during: ALTER DATABASE OPEN...
Tue Apr 21 06:38:04 2009
ALTER DATABASE open
ORA-1113 signalled during: ALTER DATABASE open ...
Tue Apr 21 06:42:20 2009
ALTER DATABASE RECOVER database using backup controlfile until cancel
Tue Apr 21 06:42:20 2009
Media Recovery Start
ORA-279 signalled during: ALTER DATABASE RECOVER database using backup controlfile until cancel ...
Tue Apr 21 06:42:32 2009
ALTER DATABASE RECOVER CONTINUE DEFAULT
Tue Apr 21 06:42:32 2009
Media Recovery Log /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area/ORADB/archivelog/2009_04_21/o1_mf_1_1316_%u_.arc
Errors with log /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area/ORADB/archivelog/2009_04_21/o1_mf_1_1316_%u_.arc
ORA-308 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
Tue Apr 21 06:42:32 2009
ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:42:33 2009
Media Recovery Canceled
Completed: ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:42:56 2009
ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL
Tue Apr 21 06:42:56 2009
Media Recovery Start
ORA-279 signalled during: ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL ...
Tue Apr 21 06:42:59 2009
ALTER DATABASE RECOVER LOGFILE '/u01/app/oracle/product/11.1.0/db_1/oradata/oradb/redo03.log'
Tue Apr 21 06:42:59 2009
Media Recovery Log /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/redo03.log
Errors with log /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/redo03.log
ORA-310 signalled during: ALTER DATABASE RECOVER LOGFILE '/u01/app/oracle/product/11.1.0/db_1/oradata/oradb/redo03.log' ...
Tue Apr 21 06:42:59 2009
ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:43:00 2009
Media Recovery Canceled
Completed: ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:44:07 2009
ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL
Tue Apr 21 06:44:07 2009
Media Recovery Start
ORA-279 signalled during: ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL ...
Tue Apr 21 06:44:12 2009
ALTER DATABASE RECOVER CONTINUE DEFAULT
Tue Apr 21 06:44:12 2009
Media Recovery Log /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area/ORADB/archivelog/2009_04_21/o1_mf_1_1316_%u_.arc
Errors with log /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area/ORADB/archivelog/2009_04_21/o1_mf_1_1316_%u_.arc
ORA-308 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
Tue Apr 21 06:44:12 2009
ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:44:15 2009
Media Recovery Canceled
Completed: ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:44:18 2009
ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL
Media Recovery Start
ORA-279 signalled during: ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL ...
Tue Apr 21 06:44:21 2009
ALTER DATABASE RECOVER CONTINUE DEFAULT
Tue Apr 21 06:44:21 2009
Media Recovery Log /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area/ORADB/archivelog/2009_04_21/o1_mf_1_1316_%u_.arc
Errors with log /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area/ORADB/archivelog/2009_04_21/o1_mf_1_1316_%u_.arc
ORA-308 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
Tue Apr 21 06:44:21 2009
ALTER DATABASE RECOVER CONTINUE DEFAULT
Tue Apr 21 06:44:21 2009
Media Recovery Log /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area/ORADB/archivelog/2009_04_21/o1_mf_1_1316_%u_.arc
Errors with log /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area/ORADB/archivelog/2009_04_21/o1_mf_1_1316_%u_.arc
ORA-308 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
Tue Apr 21 06:44:21 2009
ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:44:21 2009
Media Recovery Canceled
Completed: ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:44:34 2009
ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL
Tue Apr 21 06:44:34 2009
Media Recovery Start
ORA-279 signalled during: ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL ...
Tue Apr 21 06:44:36 2009
ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:44:39 2009
Media Recovery Canceled
Completed: ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:45:15 2009
ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL
Tue Apr 21 06:45:15 2009
Media Recovery Start
ORA-279 signalled during: ALTER DATABASE RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL ...
Tue Apr 21 06:45:22 2009
ALTER DATABASE RECOVER LOGFILE '/u01/app/oracle/product/11.1.0/db_1/oradata/oradb/redo02.log'
Tue Apr 21 06:45:22 2009
Media Recovery Log /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/redo02.log
Errors with log /u01/app/oracle/product/11.1.0/db_1/oradata/oradb/redo02.log
ORA-310 signalled during: ALTER DATABASE RECOVER LOGFILE '/u01/app/oracle/product/11.1.0/db_1/oradata/oradb/redo02.log' ...
Tue Apr 21 06:45:22 2009
ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:45:24 2009
Media Recovery Canceled
Completed: ALTER DATABASE RECOVER CANCEL
Tue Apr 21 06:47:10 2009
ALTER DATABASE RECOVER datafile '/u01/app/oracle/product/11.1.0/db_1/oradata/oradb/system01.dbf'
Tue Apr 21 06:47:10 2009
Media Recovery Start
Tue Apr 21 06:47:10 2009
Media Recovery failed with error 1610
ORA-283 signalled during: ALTER DATABASE RECOVER datafile '/u01/app/oracle/product/11.1.0/db_1/oradata/oradb/system01.dbf' ...
Tue Apr 21 06:48:12 2009
Errors in file /u01/app/oracle/product/11.1.0/db_1/admin/oradb/bdump/oradb_mmon_4509.trc:
ORA-19815: Message 19815 not found; No message file for product=RDBMS, facility=ORA; arguments: [db_recovery_file_dest_size] [32212254720] [99.93] [24136704]
Tue Apr 21 06:48:12 2009
You have following choices to free up space from flash recovery area:
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such as tape using RMAN
BACKUP RECOVERY AREA command.
3. Add disk space and increase db_recovery_file_dest_size parameter to
reflect the new space.
4. Delete unnecessary files using RMAN DELETE command. If an operating
system command was used to delete files, then use RMAN CROSSCHECK and
DELETE EXPIRED commands.
Tue Apr 21 06:55:15 2009
The input backup piece /u01/app/oracle/product/11.1.0/db_1/flash_recovery_area/ORADB/backupset/2008_10_26/o1_mf_nnndf_BACKUP_ORADB_00002_1_4j8lxznf_.bkp is in compressed format.
Tue Apr 21 07:03:01 2009
alter database open
Tue Apr 21 07:03:01 2009
ORA-1589 signalled during: alter database open...
Tue Apr 21 07:03:21 2009
alter database open
ORA-1589 signalled during: alter database open...
Tue Apr 21 07:03:35 2009
alter database open noresetlogs
Tue Apr 21 07:03:35 2009
ORA-1588 signalled during: alter database open noresetlogs...
oracle@oradevdb:/u01/app/oracle/product/11.1.0/db_1/admin/oradb/bdump$
Edited by: Jernej Kase on Apr 21, 2009 11:52 AM

Similar Messages

  • Import the whole database

    Hi everyone.
    I am using database 7.3.2.
    I exported the whole database and I want to import the whole database from the exported file.
    please could anyone provide me with the steps to import the whole database and what should I do in **details**.
    bye.

    Hi,
    what should I do exactly before I start importing my database, should I drop all the users or what exactly please.The exact steps depend on your database, used objects and so on. You have to try it in a development environment first. Doing so will probably yield some problems - or none if you are lucky. In addition to that you will know the required timeframe for export and import.
    If you just want to get rid of chained rows you might try "alter table move" or "create table as select"; but i dont know if these were available in 7.3 (most probably 7.3 was release prior my birth ^^)
    Ronny Egner
    My Blog: http://blog.ronnyegner-consulting.de

  • Search the whole database

    Hi
    I was tasked to search the whole database (all schemas, all tables) for hard-coded IP addresses and host names.
    I would divide the problem into two:
    1) how to search the whole database
    2) how to search for ip addresses - I've heard about 10g feature of regular expressions but AFAIK it is not the case of pre-10g db.
    Could you gimme the hint how to do it?
    Regards
    Paul G. Matuszyk

    Aside from a general caveat that if you don't know the data model well enough to be able to figure out the handful of columns in the handful of tables that might contain IP addresses and host names, any solution to this problem is going to be incomplete and miss some corner cases...
    You can search the entire database by writing dynamic SQL, i.e.
    FOR x IN (SELECT * FROM dba_tab_cols WHERE data_type IN ('CHAR', 'VARCHAR2')
    LOOP
      EXECUTE IMMEDIATE 'SELECT COUNT(*) FROM ' || x.owner || '.' || x.table_name || WHERE isHostName( ' || x.column_name || ') = 1' INTO l_cnt;
      IF( l_cnt > 0 )
      THEN
        <<do something>>
      END IF;
    END LOOP;This assumes that you have functions like isHostName and isIPAddress and that you can restrict your search to CHAR and VARCHAR2 columns.
    Identifying a host name seems rather difficult unless you know that it is a fully qualified host name (i.e. <<host>>.foo.com) rather than the more common approach of assuming the .foo.com bit in an internal application.
    Identifying an IP address can be a challenge as well. It's possible that someone would have stored it in 4 separate columns rather than in a VARCHAR2 column as 4 numbers separated by periods. Assuming the latter, though, you can use INSTR and SUBSTR to parse a string looking for periods and then see if the string between periods are numeric.
    Of course, this solution is also going to be extremely slow, since you're going to be full scanning just about every table in the database, possibly multiple times.
    Justin

  • How to random select 10% of the customer in the whole database in BIEE 11g

    Hi
    I would like to select 10% of the customer randomly from my database in BIEE, but I found that the function rand() is not for this purpose, how can I do that?
    Thanks for help!

    Read this thread,
    How can i get bind variable value in 9i or 8i?
    In 9i without the trace its not possible to capture the bind values.
    Aman....

  • Whole Database Online + redo log backup: How Long?

    Hi gurus,
    There's something I want to ask about online backup with redo log.
    If i'm correct, redo log file is created everytime there's operation that change datafile right?
    If i schedule this type of backup everyday, it means it will backup all datafiles, along with redo log file when transaction take places, at my pre-defined hours, right?
    Then here's what i'm confused about. When will this backup process finished? Is it when all the datafiles have been backed up? Then how about the redo log files? If there are users that keep making transaction (therefore make change to datafiles), new redo log files will be created on disk, and that will prevent the backup process to finish. Then when will this cycle come to an end?
    Please confirm if my grasp about oracle online backup is correct or not, and provide explanation to satisfy my curiousity.
    Thanks gurus,
    Edited by: Bobby Gunawan on Jan 6, 2009 10:16 AM

    Hello Fidel,
    i am feeling honored
    > Keep in mind that the only thing where a DBA cannot make mistakes is restore/recovery and this depends on your backups
    In general i would say you are right, but i have seen already one case where this statement is not true. 
    Some time ago i got a call from a colleague where his database crashed, the online redolog files were corrupted and the recovery was not working.
    If you don't look really close at this point you are in trouble and can not continue the recovery. Let explain this on a example.
    This demonstration is done on an oracle 10.2.0.4, but it work on every other version too.
    Let's simulate a crash
    SQL> shutdown abort;
    Corrupt/delete a specifc redolog file
    SQL> startup
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: '/oracle/TST/oradata/redolog/redo03.log'
    ORA-27037: unable to obtain file status
    Ok - so far so good, lets check the groups and files
    SQL> select GROUP#, STATUS, MEMBER from v$logfile where TYPE = 'ONLINE';
        GROUP# STATUS  MEMBER
             1         /oracle/TST/oradata/redolog/redo01.log
             2         /oracle/TST/oradata/redolog/redo02.log
             3         /oracle/TST/oradata/redolog/redo03.log
    SQL> select * from v$log;
        GROUP#    THREAD#  SEQUENCE#      BYTES    MEMBERS ARC STATUS           FIRST_CHANGE# FIRST_TIM
             1          1         95   52428800          1 NO  CURRENT                5117817 06-JAN-09
             3          1         94   52428800          1 YES ACTIVE                 5117814 06-JAN-09
             2          1         93   52428800          1 YES ACTIVE                 5112855 15-DEC-08
    What's the situation?
    The online redolog file of group 3 is lost/corrupted and this group is needed to perform a complete recovery (see status ACTIVE).
    But you are lucky, because of this group 3 is already archived - so you can perform a complete recovery.
    Now let's perform a complete recovery but with UNTIL clause (because we need to jump between the online and archived redologfiles)
    SQL> recover database until cancel;
    ORA-00279: change 5116194 generated at 01/06/2009 21:06:48 needed for thread 1
    ORA-00289: suggestion : /oracle/TST/oraarch/TST_1_93_6b8c0516_666969185.arc
    ORA-00280: change 5116194 for thread 1 is in sequence #93
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    ORA-00279: change 5117814 generated at 01/06/2009 21:08:47 needed for thread 1
    ORA-00289: suggestion : /oracle/TST/oraarch/TST_1_94_6b8c0516_666969185.arc
    ORA-00280: change 5117814 for thread 1 is in sequence #94
    ORA-00278: log file '/oracle/TST/oraarch/TST_1_93_6b8c0516_666969185.arc' no longer needed for this recovery
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    ORA-00279: change 5117817 generated at 01/06/2009 21:08:51 needed for thread 1
    ORA-00289: suggestion : /oracle/TST/oraarch/TST_1_95_6b8c0516_666969185.arc
    ORA-00280: change 5117817 for thread 1 is in sequence #95
    ORA-00278: log file '/oracle/TST/oraarch/TST_1_94_6b8c0516_666969185.arc' no longer needed for this recovery
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    /oracle/TST/oradata/redolog/redo01.log
    Log applied.
    Media recovery complete.
    Now execute an OPEN NORESETLOGS accidentally (maybe the dba think it is not necessary because of the complete recovery) and try an OPEN RESETLOGS after:
    SQL> alter database open noresetlogs;
    alter database open noresetlogs
    ERROR at line 1:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: '/oracle/TST/oradata/redolog/redo03.log'
    ORA-27037: unable to obtain file status
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01139: RESETLOGS option only valid after an incomplete database recovery
    So now you are lost.. you can't execute an UNTIL CANCEL anymore which would be needed to perform a successful OPEN RESETLOGS.
    In this special case you can do mistakes and you have to restore the whole database and perform the same recovery again and end with OPEN RESETLOGS.
    Just for information
    Regards
    Stefan

  • Question to load the entire database into memory.

    I am planing to load the whole database into memory. Suppose mydb is 10G. Then I plan Max Memory for 10G. Then I can create a named cache with 10G and bind the mydb to this cache. Is this the best way to load entire db into memory?
    If the whole db can be loaded into memory, if procedure cache, cache for tempdb and all other params are not important any more? Or still need to follow common practice to configure memory params?

    Hi Kent,
    12-15GB sounds reasonable.
    I recommend always including your version with your initial posting (unless the version simply doesn't apply to the question).  Particularly when running an unusual version, and 12.5.x has been end-of-lifed long enough to be unusual now.  Are you running SAP Applications on this system?  If not, please questions post to the SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications space instead, it is the space for general-purpose ASE questions.
    Cheers,
    -bret

  • Exporting whole database (10GB) using Data Pump export utility

    Hi,
    I have a requirement that we have to export the whole database (10GB) using Data Pump export utility because it is not possible to send the 10GB dump in a CD/DVD to the system vendor of our application (to analyze few issues we have).
    Now when i checked online full export is available but not able to understand how it works, as we never used this data pump utility, we use normal export method. Also, will data pump reduce the size of the dump file so it can fit in a DVD or can we use Parallel Full DB export utility to split the files and include them in a DVD, is it possible.
    Please correct me if i am wrong and kindly help.
    Thanks for your help in advance.

    You need to create a directory object.
    sqlplus user/password
    create directory foo as '/path_here';
    grant all on directory foo to public;
    exit;
    then run you expdp command.
    Data Pump can compress the dumpfile if you are on 11.1 and have the appropriate options. The reason for saying filesize is to limit the size of the dumpfile. If you have 10G and are not compressing and the total dumpfiles are 10G, then by specifying 600MB, you will just have 10G/600MB = 17 dumpfiles that are 600MB. You will have to send them 17 cds. (probably a few more if dumpfiles don't get filled up 100% due to parallel.
    Data Pump dumpfiles are written by the server, not the client, so the dumpfiles don't get created in the directory where the job is run.
    Dean

  • Hyperlink data to specific data not the whole table

    On a table, I have a hyperlink on one of the columns.
    When I click on the data on that column, another page displays a table with all the data including the data that is clicked.
    I like to be able to click on the hyperlinked data and another page opens up and displays only the data in a table associated with the hyperlinked data. If it displays the whole database table, that will be extraneous data.
    Any ideas?

    If I understand correctly at the moment you have a table with data like this:
    Ford
    Vaxhaull
    Saab
    Fiat
    Jaguar
    Skoda
    And when you click on any of the links (car makes) you would get data like this:
    Focus
    Transit
    Corsa
    Astra
    93
    Panda
    XK8
    Octavia
    Where as what you want to see if you clicked on Ford for example is
    Focus
    Transit
    If that is correct then when you are creating your link in the first table you would need to pass either the make of car or an identifier such as an id to the other page. You can then use that value in the SQL in your new page to select the correct records
    SELECT *
    FROM cars
    WHERE make = :P1_CAR_MAKE
    Kind regards,
    Adam

  • How do you change values after logging data to the citadel database (DSC)?

    How would one go about changing values that already exist in the citadel database.  So say I were logging a numeric value with a timestamp for 1 year and then wanted to change a few values for the month of June because my sensor wasn't working at that time.  How could I do this?  Is it possible without re-creating the whole database over?
    Thanks
    Matt

    mattyk wrote:
    Hey Ben,
    Thanks for the quick response.  I called NI and asked about this because this would be a big show stopper for me.  Their applications engineer said that the best way to change previous data would be to read in the trace that you want to change, modify it and save it as a new trace.  I am also looking into SQL querying.  I was able to connect to the citadel database by setting up a ODBC data source and using the database connectivity toolkit to query the database.  This worked.  Now I am trying to come up with a statement in SQL to change previously saved data.  I'll Keep you posted.
    Thanks
    Matt
    That reinforces my suspicions.
    I have an app running for about 8 years now that keeps a paper trail to enusr ethe cartdiges used in respirators (operated NIOSH National Institute of Occupational Safety and Health par teh CDC) that use DSC to enusre nobody can ever falsify those records. If they can be hacked I my customer and anyone using a respirator with a NIOSH sticker on the side of it, want to know.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Export whole database with all stored data

    how can i export the whole database with all tables, sequences, views etc to a textfile and then import it again? it should contain all availabe data.
    thank you.

    Joshua,
    You can use the Data Pump import and export utilities to export and import an entire database (or traditional import and export utilities if pre-10g database).
    http://download-west.oracle.com/docs/cd/B13789_01/server.101/b10825/toc.htm
    The export is not to a text file, though.
    Joel

  • Tablespace Restore From Whole Database Backup

    Hi
    I tooks whole database backup.
    BACKUP DATABASE;
    Note:- No saperate tablespaces backup.
    After that, if required I use to restore saprate tablespace from above backup.
    RESTORE TABLESPACE tb_1;
    RECOVER TABLESPACE tb_1;
    Is this tecnique recomanded or not?
    Wishes
    Jawad

    There's no need to recover the whole database, if only one component has a failure. Tablespace recovery will only work, if the database runs in archivelog mode.

  • Synchronizing while loading the Source database

    Hi,
    can someone explain the impacts of synchronizing and loading the source DB at the same time?
    We have partitioned the cube by branches and month. Now the first branch delivers data and we are processing the Dims and the partitions for this branch and month. When finished we synchronizing the DBs. While we do this the next branch delivers data and
    would like to start processing. Should we? As I understand SSAS places a write lock on the target and a Read Committed on the Source and only the affected files are transfered.
    Thanx for your helps

    Hi Yger,
    According to your description, there are many partitions on your database, after processed a partition you need to sync it to second server, and at the same time you need to process the next partition. So you want to know are there any impacts of synchronizing
    and loading the source DB at the same time, right?
    Based on my research, SQL Server Analysis Services starts a transaction on the processing server so that you cannot process or alter the database while it is being synchronized. Besides, it seems that it's meaningless to do the synchronization after processed
    a partition, because it sync the whole database to the second server instead single partition. So you can sync the database to the second server after processed all the partitions.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • How to import whole database (with data) from remote server?

    I am using oracle sql developer 2.1. Our main database server is in USA, we use this from Bangladesh. We also a local copy here time to time updataed.
    Is there any way copy or migrate the whole database with data from usa server to our local serve using sql developer 2.1?
    we use windows server 2003 service pack 2 in local server.

    I replied to you in Import Data wizard not found and stand by my suggestions.
    Regards,
    K.

  • Is there a way to test for integrity of the Citadel Database?

    Gday,
    Currently I am logging OPC data to a Citadel 5 database (Labview Version 8.2.1).
    I have done some integrity testing to try and "break" the citadel database and I noticed that if you delete any of the .cdpg files no alarms are flagged or notifications given in MAX or elsewhere to show that the database has been comprimised.
    The result of deleting or the corruption of any of these .cdpg files will result in valid data being 'moved' back in time as the citadel databases only log changes in value with no corressponding timestamp. For example if you delete from 9.00am to 10.00am then all data logged after 10.00am will now start at 9.00am.
    So I was wondering if there is anyway to either correct or even test for corruption in a citadel 5 database.
    Regards
    Ben

    This should not happen according to the design of Citadel. Also I tested with current Citadel, and didn't see this problem. I'm not sure if it was a bug in the old Citadel(the one with DSC 8.2), but for current Citadel, I can't reproduce it.
    There are many files in database folder. The .cdpg file is the data file, containing all the logged data. Some other files, such as .cdin, .cdih, .cdib, are the index files. When you read data from a trace, Lookout will first find the index from those files, and then locate the position of the data in .cdpg files. Actually Citadel will rebuild the index files if it finds something changed or damaged. If you delete one .cdpg file, Citadel will rebuild the index files. With the new index files, you can work with the database without any problem. The only difference is that the data in the deleted file can't be viewed then, just like the data was nevered logged. So, to delete the .cdpg file won't damage the whole database. The new data will be logged to database with the real time or the user-defined time. Citadel does log the delta value, but it also records the time for each trace. The detailed architecture is too complex to describe.
    Can you give some screenshots to show the problem?
    Ryan Shi
    National Instruments

  • Hi, I need example read whole DataBase

    Hi
    I have component table and field type checkbox.
    I need example. Click in the button and read the whole Database
    in the VWP
    Thank's

    I have code, buts not read last record
    sociosDataProvider1.cursorFirst(); 
           while(sociosDataProvider1.cursorNext()) 
           }; 

Maybe you are looking for

  • Can't get Photoshop CS6 to print quickly.

    Since November, CS6 has been taking longer and longer to print simple photos.  Today it took over a hour to go from "print" command to final 2 8x10 images.  Any ideas?  I have reloaded the print driver and CS6 today without sucess.

  • Select a range of rows?

    I know I can edit SELECT TOP (200) to increase rows, but how can I select NEXT 200 rows or rows 200 thru 400? I have tried OFFSET, START AT, SKIP, etc.

  • Agent traffic

    My agent uploading data every 15 minutes , how can i determine the size of xml files wich were sent?

  • E mail message contains no characters( letters, numbers etc)

    When I want to read my mail, it appears to be empty. When I fwd it I can read the origional message. Also no appendixes can be read. Solution please

  • Can't covert to CMYK in CS4??

    Um... Just tried to convert an image to CMYK and ... uh ... CMYK isn't in the list. Am I missing something or is this another "great" improvement?