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

Similar Messages

  • Accessing photos in iPhoto Library without importing the whole library?

    I watched the Aperture video tutorials and thought I saw how to access photos to manipulate from the iPhoto Library without importing the library, but now I can't find the reference!
    Ideally I don't want to import the whole iPhoto library as it is rather large.
    I simply would like to open photos from it to work on.
    However, when I try to import files and navigate to my Pictures folder there is no sign of the iPhoto Library, only an empty file called "iPhoto Library Recovered Photos".
    Note that I can access photos in other folders but I can't even see my iPhoto library, let alone open photos from it.
    Message was edited by: Ian R. Brown

    GOT IT AT LAST !
    Browse through iPhoto Library as above and drag chosen photo(s) into the project in the Inspector.
    The photo can then be adjusted and finally saved by selecting File>Export>Version etc.

  • 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

  • Error while importing the Oracle8i database

    The error message we get is "segmentation fault core dump".
    This error Occurs when i had exported the whole Oracle8i database using system/manager and then trying to import any table from this export file(.dmp). We are using the oracle8i release 8.1.5.0.0 on solaris 2.7. import and export utility also has the same version(8.1.5.0.0). We have given imp_full_database to all the database users. we able to import any table from export file taken for a single user(user-mode).
    null

    Hi,
    it is not astonishing that the error occurs every time you try this create table statement.
    A table with this name already exists. And error -955 tells us exactly this.
    What to do?
    As I do not know if there is data in this table and/or if there are views / other database objects
    using this table, I cannot decide, if dropping this table would be a good idea.
    But what I do not understand is, why during one (?) loading in a clean (?) database this
    table is tried to create more than once. Or was the database you are loading into not clean,
    fresh and empty? Then it will happen that not only this table, but some others will result in an error
    because they exist already.
    Elke

  • Imovie will not import the whole video, only a portion. How can I import the entire video?

    I am new Imovie user and I am having some difficulty importing video from my desktop. The whole video is on my desktop, but when I try to import it in imovie, only a few minutes of the video imports. How can I fix this issue?

    Hi
    A. How much free space is there on Your - Start-Up (Macintosh HD) Hard disk ?
    The movie in Your Camera / Stored on Your Mac (from Camera) - is very Compressed.
    For iMovie (or FinalCut) it has to be in an Editable format - and this is massively LARGER
    I've movies on 500Mb when un-folder are 50Gb or even more.
    B. Is there other external Hard Disks connected ?
    How are it / they formatted - HAS TO BE - Mac OS Extended (hfs) to work for VIDEO
    UNIX / DOS / FAT32 / Mac OS Exchange - Works for most other things but not for VIDEO
    Yours Bengt W

  • Import the skeletan database in Brandnew Database.

    Hi Team ,
    I Have an Task In front of me....
    I Have Taken full export with rows=n full=y ( skeletan Database), Now I want to Import that in Another brand new Database.
    Here I have confution.... After import whether I would get all the privileges also ? what ever there in the database (where I took exp).
    What is best methode to do this task isted of take the export the skletan then import in another newly created Database.I need to import all the privileges what is there in the exported database.
    Thanks in Advance ,
    Have a nice time
    Mahesh

    You are on the right track - See if MOS Doc 273140.1 (Clone A Db Independent Of Platform) can help
    HTH
    Srini

  • Error while importing the whole app

    Hi
    I am trying to import a whole application and getting GET_BLOCK_ERROR. Many of the pages in the app contains Dynamic actions. Learnt that it causes error while importing.
    Any help.
    Thanks
    Deb

    With an issue like this you have to provide the Oracle ver. the source and target Apex versions and whether you are upgrading or just exp&imp to same ver. If source&target versions are same then the issue might be due to missing resource files you didn't include also make sure you have in place all required DB objects....hope that help.

  • Import the total database through MAXL

    Hi All
    I exported my database so
    to import(move) the database(cube) to my testing environ ment so how can i write the maxl script to import the data base in ASO(EAS 11)so they can import using maxl ,plz can any one help on this, it would be appriciated
    its urjent forme, plz dont mind...
    Tyhanks

    Thnku Sandeep,
    I want to migrate my cube to other environment ,we can migrate using by MIgration Wizard but they want automation process,for this, i export my cube so it was saved in server path then that cube they will import using maxl , i want to follow this method;;; so for this i have to create one script which they exucute maxl to migrate the cube to their environment , so wat i exported they will import that cube
    so i tried maxl script but i didnt get exactly ,can you help me on this , if iam wrong correct me............plz I strucked here im not move the things forwrd

  • 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

  • I've moved an internal hard drive with all my music and library files to a new computer --- how can I get itunes to import the whole library while keeping my metadata?

    I've always kept all my music on its own dedicated internal hard drive.  Now I've got a new PC, finally made the switch to Windows 7 from XP, and I've moved my internal hard drive over to the new machine.
    I installed iTunes, but I'm having a heck of a time getting it to import the music and library files, keeping all my playlists and metadata.  Why is this so hard?

    If your New to You Used Mac is froom mid 2012 and originally came with Lion installed on it you will need to Reinstall that version using the Online Internet Recovery system and then at first boot of the new install use the Setup Assistant system to copy over all the data from your wifes old hard drive.
    To access the Online system at startup hold down the Command + Option/alt + r keys and keep them held down until you see a globe on the screen. From the resulting screen that cames up, Mac OS X Utilities, select Disk Utility and then the top most entry for the hard drive, left hand panel, drive model number and size, and then the Partition tab. Repartition the drive as One Partition, You Must do that to get ride of the Mavericks Recovery HD partition which is hidden. Name the partition Macintosh HD with a format of Mac OS Extended (Journaled).
    Once that is done exit disk utility and select Reinstall Mac OS X.

  • Errors in the process of import the oracle database

    The problem is this:
    I have a application (SKF @ptitude Analyst), uses oracle database in version 9i, 10g, 11g. My recomendations for working persons with the software, is that often make a backup the database (for this use the command"exp"). but i when do database import sometimes cause problems.
    I not understand, if the import was completed successfully on a pc, as in the other it gives me errors?
    files with the script.
    file restore.bat
    --- sqlplus sys/skf as sysdba @drop.sql
    imp system/skf@xe parfile=restore.txt
    file drop.sql
    ---connect system/skf@xe;
    drop user skfuser1 cascade;
    CREATE USER skfuser1 IDENTIFIED BY cm
    DEFAULT TABLESPACE skfuser
    TEMPORARY TABLESPACE temp;
    GRANT CONNECT, RESOURCE, EXP_FULL_DATABASE,
    IMP_FULL_DATABASE TO skfuser1;
    GRANT EXECUTE ANY PROCEDURE,
         CREATE PROCEDURE,
    CREATE SEQUENCE,
         CREATE TABLE,
    CREATE VIEW,
         DROP ANY TABLE,
         DELETE ANY TABLE,
         INSERT ANY TABLE,
         UPDATE ANY TABLE,
         SELECT ANY SEQUENCE,
         CREATE TABLESPACE,
         DROP TABLESPACE,
         UNLIMITED TABLESPACE
    TO skfuser1;
    exit
    file restore.sql
    ---FILE=analyst.dmp
    FROMUSER=SKFUSER1
    COMMIT=Y
    LOG=an_imp.log
    the script for the backup.
    backup.bat
    exp system/skf@XE parfile=backup.txt
    backup.sql
    COMPRESS=Y
    FILE='Aptitude32.DMP'
    LOG='ANBACKUP.LOG'
    OWNER=SKFUSER1
    RECORD=N
    thanks.

    Please paste here your export full systanx
    --svmg                                                                                                                                                                                                           

  • Cannot import the whole video into imovie 08

    Hi. I've successfully imported video from my Sony Handicam, using imovie 06 in the past, without any problems. However, I recently upgraded to 08 and it only allows me to import 50 minutes worth and then rewinds the tape! When I check the memory available on my hard drive it seems that I still have half the drive space left! Any help would be appreciated - this is driving me mad!

    Hi
    Not knowing. I would start a new user/account - log into this and re-try.
    BUT 50 min - indicates a serious project not just some minutes to YouTube.
    iMovie'08 is more for short doings. If You had iM HD 6 - it's now
    in the folder Applications/iMovie previous versions.
    (If not download from Apple. iLife08 owners are entitled to do this)
    Update this to iM 6.0.4 and You will have Your movie done. I think iM08 reduces the quality on top
    of all else missing.
    So if You are doing a DVD - please work in iM6 and keep frustration to a low.
    Yours Bengt W

  • 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....

  • How do I access photos stored using Time Machine on a back up disk from an old Mac without importing the whole library to my new mac?

    I just bought a MacBook Air and don't want to store all my photos on it. I'd like to be able to store and access them on a separate back up disk but iPhoto won't allow me to access these saying:
    "The iPhoto library is a Time Machine backup, and so cannot be used as the main library. Reopen iPhoto with the Option key held down to choose another library."
    Can I use my back up disk to store my photos? If not, how do I get my photos from iPhoto onto my back up disk?
    Would love any help!
    Thanks in advance :-)

    You need to first restore the Time Machine back up. This  excuse a TM back up is condensed and fragmented and so it needs to be expanded and reassembled before iPhoto can understand it.
    After that, moving the Library is simple:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • 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.

Maybe you are looking for