Backup / Export database

What are the different purposes of "Backup" and "Export" database in Oracle DBMS ???
And about the meaning, they are same or different ???
Thanks !
Carollynn.

As I can see it, an export does not really give you the same possibilities as a backup (although I see the block verification iusse, I use dbverify regularily).
The export can be used in two ways. Re-import single tables if e.g. a user wrote wrong data into it. But beware of referential integrity. Then you can import the whole schema/database into a NEW database and you will have a copy of your database at the time the export was taken. You have to make sure, CONSISTENT=Y is set and that, as a general precaution, nobody is connected to the database itself. Otherwise, you might set yourself up for data integrity problems.
Full (hot) backups allow to repair the current instance to a certain point in time. You do not change the instance, you repair it. If done right, you can bring your database back to the point of failure time. Also, you can repair singe tablespaces, ... .
We use both exports for creating copies of databases (e.g. for testing) and for migration from e.g. Oracle 7.3.3 to 8.1.5.
Taking daily hot backups is our main backup mechanism.
Eckhard

Similar Messages

  • Backup and database export fails

    Now that I've got the database up and running, I'd like to export and/or backup the database. After relaying (I've got a German version of Oracle, so I have to guess what the original terminology might be) the job, it is listed as 'unsucccessful' in the job history. The error code is "VNI-2015 Fehler in der Berechtigungspr|fung" (meaning 'error in authorization check'). The preferred ID-data should be the correct ones.
    Helpless again,
    Claus.

    Greg,
    You need to push planning application into maintenance mode or stop planning server -- to stop users logging/entering data through forms
    If you have single planning app or all apps can go down during nightly process then just stop planning server by calling stopplanning.cmd( not sure about file name)
    after you nightly process is done call startplanning.cmd
    If you have multiple applications and only a subset of them needs to be under maintenance mode
    then you need to change few values in your application Relational repository ( its not recommended by Oracle)
    LOGIN_LEVEL='0' - For all Users
    LOGIN_LEVEL='2' - For Administrators
    you need to change Login_level value to '2' to move app into maintenance mode..
    this link will give you a better idea http://www.orahyplabs.com/2011/02/place-planning-under-maintenance-mode.html
    just add above mentioned steps based on your requirement
    KK

  • 1005000 &1005029 Essbase Error - MaxL Export database

    Hi, I'm trying to export data in a MaxL command called by a Perl program (automated batch process) using the following command: export database StgAll.StgAll level0 data in columns to data_file 'H:/Export_folder_server09/StgALL_export_server.txtThe Perl program is called from the server 04 and it export a database on the server 09. The ?H:/Export_folder_server09/? directory is mapped ?network driver? on the server 04. I get the following Error message: Executing [export database StgAll.StgAll level0 data in columns to data_file 'H:/Export_folder_server09/StgALL_export_server.txt']... 1005029 - Parallel export enabled: Number of export threads [1] 1005000 - Ascii Backup: Failed to open [H:/Export_folder_server09/StgALL_export_server.txt]. 9 - Essbase error encountered: [GetProcessState] [1005000] 51 - MaxL execution failedWhat am I doing wrong?Someone can help me ?Thanks in advance, Manon

    I'm not certain if thi sis your problem, but I believe it has something to do with the way you are using / marks in your directory path.Take a look at this excerpt from the MaxL tech doc. I hope this helps you.Use of backslashesIgnored unless preceded by another backslash (the escape character). Must use single quotation marks around the token containing the two backslashes.Example: create or replace group 'R\\D';Result: Group R\D is created.Example (Windows): export database sample.basic using report_file 'Essbase\\App\\Sample\\Basic\\asym.rep' to data_file 'c:\\home\\month2.rpt'; Result: The Windows file paths are interpreted correctly as Essbase\App\Sample\Basic\asym.rep and c:\home\month2.rpt.

  • Backup the database without shuting down the database

    Hello All,
    Just want to ask if any one can tell me if it is possible to backup the database without shutting it down
    When can you do so if it is possible?

    A hot (or on-line) backup is a backup performed while the database is open and available for use (read and write activity). Except for Oracle exports, one can only do on-line backups when the database is ARCHIVELOG mode.
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/toc.htm

  • Export database failes

    Hi everybody,
    doing a simple export from an Essbase application, but cannot it fails to open the target file. Path exists and permissions are OK. Don't get it....
    Any idea?
    MAXL> export database AXN_Sim.BewMod all data to data_file "S:\\Programme\\Hyperion\\BewTool\\export\\AXN_Sim.out";
    OK/INFO - 1019020 - Writing Free Space Information For Database [BewMod].
    OK/INFO - 1005029 - Parallel export enabled: Number of export threads [1].
    * ERROR - 1005000 - Ascii Backup: Failed to open S:\Programme\Hyperion\BewTool\export\AXN_Sim.out..*
    MAXL> logout;
    Edited by: bjaegle on Sep 30, 2009 3:15 PM

    Same isse...
    MAXL> export database AXN_Sim.BewMod all data to data_file "S:\\Programme\\Hyperion\\BewTool\\export\\AXN_Sim.txt";
    OK/INFO - 1019020 - Writing Free Space Information For Database [BewMod].
    OK/INFO - 1005029 - Parallel export enabled: Number of export threads [1].
    ERROR - 1005000 - Ascii Backup: Failed to open S:\Programme\Hyperion\BewTool\export\AXN_Sim.txt..
    Edited by: bjaegle on Sep 30, 2009 4:30 PM

  • How can I export database incremental?

    I want export database for backup.
    how can i export database incremental?

    What Oracle version are you using ?
    The following is from 8.1.7 documentation about INCTYPE parameter :
    Incremental, Cumulative, and Complete Exports
    Important: Incremental, cumulative, and complete Exports are obsolete features that will be phased out in a subsequent release. You should begin now to migrate to Oracle's Backup and Recovery Manager for database backups.

  • Import & export database

    hi
    iam a vovice user & working on tables can you tell me detailed solution that how can i export database from my computer & how can i import that database on another computer

    Hi...
    i am a vovice user & working on tables can you tell me detailed solution that how can i export database from my computer & how can i import that database on another computerThere are lots of documents available on this topic.FOr any oracle related document you can go to [http://tahiti.oracle.com/].
    What is the oracle version you are using.If on 10g or above use expdp.
    Export can be done
    1. Object level 2. Schema level 3. Full 4.Tablespace level
    I would prefer instead of taking a full export backup and importing it into another database, take the export of the required application schemas and import it into the target database.

  • DAG - Backup failing on 1 DB only with error - The Microsoft Exchange Replication service VSS Writer instance ID failed with error code 80070020 when preparing for a backup of database 'DB012'

    Hi Board,
    i´ve search across the board, technet and symantec sites but did not found a hint about my problem.
    we drive a 2 node DAG (Location1-Ex1-mb1 
    Location2-exc1-mb1), on SP2 RU4 patchlevel with 40 Databases.
    Since some time the backup of one - and only one DB - is failing with these events, logged on the Mailboxserver on which the passive DB is hosted.
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          28.09.2012 00:37:17
    Event ID:      2112
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Location1-Exc1-MB1
    Description: The Microsoft Exchange Replication service VSS Writer instance 1ab7d204-609a-4aea-b0a7-70afb0db38de failed with error code 80070020 when preparing for a backup of database 'DB012'.
    Followed by
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:         
    01.10.2012 03:33:06
    Event ID:      2024
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:         
    N/A
    Computer:      Location1-Exc1-MB1
    Description:
    The Microsoft Exchange Replication service VSS Writer (Instance 42916d80-36c1-4f73-86d0-596d30226349) failed with error 80070020 when preparing for a backup.
    The backup Application - Symantec Backup Exec 2010 R3 – states, this error
    Snapshot provider error (0xE000FED1): A failure occurred querying the Writer status.
    Check the Windows Event Viewer for details.
    Writer Name: Exchange Server, Writer ID: {76FE1AC4-15F7-4BCD-987E-8E1ACB462FB7}, Last error: The VSS Writer failed, but the operation can be retried (0x800423f3), State: Stable (1).
    Symatec suggests within http://www.symantec.com/business/support/index?page=content&id=TECH184095
    to restart the MS Exchange Replication Service – BUT the mentioned eventID
    8229 isn´t present on any of the both Mailboxservers.
    The affected Database is active on Location2-Exc1-Mb1 Server and in an overall healthy state. I found during my research, that below Location2-Exc1-Mb1 Server, there are not removed shadow copies present!
    This confuses me, since all Backups are normally taken from the passive copy of a Database.
    So my questions to the board are:
    * Does anyone is facing similar issues?
    * Can someone explain why snapshots are present on the Mailboxserver hosting the Active Database, whilst the errors are logged on the passive one?
    -          * Does someone know the conditions, why shadows copies remain and
    aren´t removed in a proper manner?
    What can cause the circumstance, that only 1 DB is facing such issues?
    Any suggestion is welcome!
    BR
    Markus

    Hi Lenora,
    I´ve encreases VSS / Exchange Backup Log levels to expert, before starting
    those things i´ve all tried now:
    - Backup from passive DB (forced within Symantec Backup Exec)
    - Backup from active DB (forced within Symantec Backup Exec)
    - Backup from passive DB without GRT enabled (forced within Symantec Backup Exec)
    - Backup from active DB without GRT enabled(forced within Symantec Backup Exec)
    All those attempts failed.
    But brought some more details - the backup against the active DB states, that there is still a backup in progress and therefore this backup is cancelled by VSS.
    The Solution was, that i´ve needed to restart the Exchange Replication Service on the Mailbox Server hosting the passive DB.
    Backups are working again on all DBs!
    THX for your replys.
    Best regards
    Markus

  • How to take backup of database on external hard disk

    Hi Team,
    We have a server with three instances SOX,GRC and SM2. We have attached
    a external hard disk to take backup of database. While taking backup of
    any database it gives error as attached. We can take backup of
    transaction log on server's disk but not on external disk. Kindly have
    a look on attached error and advice us.We are taking backup at sql
    server level.
    version: SQL SERVER 2005 64 bit
    Regards,
    Digambar

    Hi Markus,
    >You can´t backup a 210 GB database on a 200 GB disk...
    We learn a lot every day on these Expert Forums !  
    In fact, it could even be possible if it's the database enveloppe which is 210 GB and the actual data is less than 200 GB !
    I dare to hope that it's not a production system which is backed up with an external disk...
    Regards,
    Olivier

  • I got error when I export database ORACLE 9i from solaris 9.

    I want to export full database ORACLE 9i from SOLARIS 9 to import full database on ORACLE 9i on windows.
    I set oracle environment and NSL_LANG with command:
    bash-3.00$ export ORACLE_SID=TIS
    bash-3.00$ export NLS_LANG=AMERICAN_AMERICA.TH8TISASCII
    and then run command to export:
    bash-3.00$ exp system/manager@TIS full=y file= /u03/dmp/TISfull.dmp log=/u03/dmp/exp_TIS.log
    I got error message as:
    Export: Release 9.2.0.1.0 - Production on Thu Oct 8 17:57:32 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in TH8TISASCII character set and UTF8 NCHAR character set
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_AW", line 42
    ORA-06512: at "SYS.DBMS_AW", line 105
    ORA-06512: at "SYS.DBMS_AW", line 221
    ORA-06512: at "SYS.DBMS_AW_EXP", line 264
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_AW_EXP.schema_info_exp
    . exporting cluster definitions
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    How can I solve this problem?
    Any suggestion?

    #### HOW to solve it.
    ## To check the default temporary tablespace of the database:
    SQL> select property_name, property_value from database_properties;
    ## check DEFAULT_TEMP_TABLESPACE, if it use wrong temporary tablespace, run:
    SQL> alter database default temporary tablespace temp;
    ## check user with temporary tablespace, run command:
    SQL> select username, temporary_tablespace, account_status from dba_users;
    ## change temporary tablespace:
    SQL> create temporary tablespace temp1 tempfile '/data/u01/app/oracle/oradata/TIS/temp_b.dbf' size 100m;
    SQL> alter database default temporary tablespace temp1;
    SQL> drop tablespace temp including contents and datafiles;
    SQL> create temporary tablespace temp tempfile '/data/u01/app/oracle/oradata/TIS/temp01.dbf' size 100m autoextend off extent management local uniform size 1m;
    SQL> alter database default temporary tablespace temp;
    SQL> drop tablespace temp1 including contents and datafiles;
    Thanks

  • Export database in quiet mode

    I'm trying to export database (or part of it) via exp utility. Exp utility should be called from command file or from another process (on windows). If something goes wrong (for example user name or password is not correct) exp pauses it's execution and trying to ask user what to do (for example enter valid user name). This is the problem. I want that exp just finish it's execution without asking any input from user. It is possible at all?
    I have read exp's documentation and not found any command line keys which could run exp in non-interactive mode.

    My export command follows:
    D:\Users\ender>C:\Oracle\Ora102g\bin\exp.exe hr/hr@ORCL102G FULL=Y FILE='D:\Users\ender\My Documents
    \hr.dmp' LOG='D:\Users\ender\My Documents\hr.log'
    Export: Release 10.2.0.1.0 - Production on Tue Apr 10 13:26:54 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    EXP-00023: must be a DBA to do Full Database or Tablespace export
    (2)U(sers), or (3)T(ables): (2)U > ^C
    D:\Users\ender>
    The real problem is not that HR user must be DBA. The problem is that exp asking questions instead of just fail and exit.

  • How to backup a database in noarchivelog

    My database is in NOARCHIVELOG.
    I can open rman
    which command can i use to backup my database in this mode.
    is there anything i need to configure before it backups in this mode.

    why you dont need to turn on the archivelog?
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1
    how many days back you are responsible to revert back the database?Someday It may be asked to you restore the some days before dataabase backup, before that raising the question ,raise the question to mangment personnel how many days back will i be responsible to restore the database,if they give you 7 days then make sure yours disk space can accomodate 7 days backup if not then ask them to arrange space for disk if they give alternate tape cartrdige then tell them that x hours will take to restore the database in disaster recovery scenario cause tape cartridge data restoration takes time.
    No archive mode is yours decision then before doing it aware managment personnel that i can only restored the last good backup data,good backup does not mean last backup,last backup may be corrupt ,last good backup is the backup which you can restore then you will be able to restore only till last good backup,with archived enabled you will have chance to recover till before crash but with no archivelog there is only one option recovery till last good backup.
    Khurram

  • How to backup/export bookmarks via command line or BAT

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    i am looking for a way to backup/export the bookmarks.html file via a BAT or VBS script, due to the random characters assigned to each profile. the best i can come up with is:
    <code>for /f "tokens=1,2* delims==" %%a in (
    'type "%AppData%\Mozilla\Firefox\profiles.ini"^|findstr/ib "path=Profiles/" ^2^>nul'
    ) do (
    if errorlevel 0 set profdir=%%~b
    echo %profdir%
    echo %profdir:~9,16%
    pause</code>
    but i still cant get it to go to the right location, can someone make this easier for me?
    <br/> <br/>''(Edited by Moderator: placed code in a CODE block - c)''<br/> <br/>
    == Troubleshooting information
    ==
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Personas
    1.5.2
    true
    [email protected]
    FoxTab
    1.3
    true
    Adblock Plus
    1.1.3
    true
    Java Console
    6.0.20
    true
    Java Quick Starter
    1.0
    true
    [email protected]
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.history_expire_days
    20
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://research.home.ge.com/
    browser.startup.homepage_override.mstone
    rv:1.9.2.3
    extensions.lastAppVersion
    3.6.3
    network.cookie.prefsMigrated
    true
    network.http.proxy.version
    1.0
    places.last_vacuum
    1274892525
    print.print_printer
    \\nsk1prn01\2b16_mfd_p
    print.printer_\\nsk1prn01\2b16_mfd_p.print_bgcolor
    false
    print.printer_\\nsk1prn01\2b16_mfd_p.print_bgimages
    false
    print.printer_\\nsk1prn01\2b16_mfd_p.print_command
    print.printer_\\nsk1prn01\2b16_mfd_p.print_downloadfonts
    false
    print.printer_\\nsk1prn01\2b16_mfd_p.print_edge_bottom
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_edge_left
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_edge_right
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_edge_top
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_evenpages
    true
    print.printer_\\nsk1prn01\2b16_mfd_p.print_footercenter
    print.printer_\\nsk1prn01\2b16_mfd_p.print_footerleft
    &PT
    print.printer_\\nsk1prn01\2b16_mfd_p.print_footerright
    &D
    print.printer_\\nsk1prn01\2b16_mfd_p.print_headercenter
    print.printer_\\nsk1prn01\2b16_mfd_p.print_headerleft
    &T
    print.printer_\\nsk1prn01\2b16_mfd_p.print_headerright
    &U
    print.printer_\\nsk1prn01\2b16_mfd_p.print_in_color
    true
    print.printer_\\nsk1prn01\2b16_mfd_p.print_margin_bottom
    0.5
    print.printer_\\nsk1prn01\2b16_mfd_p.print_margin_left
    0.5
    print.printer_\\nsk1prn01\2b16_mfd_p.print_margin_right
    0.5
    print.printer_\\nsk1prn01\2b16_mfd_p.print_margin_top
    0.5
    print.printer_\\nsk1prn01\2b16_mfd_p.print_oddpages
    true
    print.printer_\\nsk1prn01\2b16_mfd_p.print_orientation
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_pagedelay
    500
    print.printer_\\nsk1prn01\2b16_mfd_p.print_paper_data
    1
    print.printer_\\nsk1prn01\2b16_mfd_p.print_paper_height
    11.00
    print.printer_\\nsk1prn01\2b16_mfd_p.print_paper_size_type
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_paper_size_unit
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_paper_width
    8.50
    print.printer_\\nsk1prn01\2b16_mfd_p.print_reversed
    false
    print.printer_\\nsk1prn01\2b16_mfd_p.print_scaling
    1.00
    print.printer_\\nsk1prn01\2b16_mfd_p.print_shrink_to_fit
    true
    print.printer_\\nsk1prn01\2b16_mfd_p.print_to_file
    false
    print.printer_\\nsk1prn01\2b16_mfd_p.print_unwriteable_margin_bottom
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_unwriteable_margin_left
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_unwriteable_margin_right
    0
    print.printer_\\nsk1prn01\2b16_mfd_p.print_unwriteable_margin_top
    0
    privacy.sanitize.migrateFx3Prefs
    true
    security.enable_ssl2
    true
    security.enable_tls
    false
    security.warn_viewing_mixed
    false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
    == Plugins installed
    ==
    *-Adobe PDF Plug-In For Firefox and Netscape 8.2.2
    *Default Plug-in
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *Shockwave Flash 10.0 r45
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *GEPlugin
    *4.0.50401.0
    *Google Update
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *DRM Netscape Network Object
    *Npdsplay dll
    *DRM Store Netscape Plugin

    You can make Firefox 3 create an automatic HTML backup (''bookmarks.html'') when you exit Firefox if you set the pref [http://kb.mozillazine.org/browser.bookmarks.autoExportHTML browser.bookmarks.autoExportHTML] to ''true'' on the '''about:config''' page.
    That backup is created by default in the profile folder as bookmarks.html, but you can set the file name and path via the pref [http://kb.mozillazine.org/browser.bookmarks.file browser.bookmarks.file] on the about:config page.
    See http://kb.mozillazine.org/Export_bookmarks

  • Errors in Exporting Database

    Hello!
    I am trying to export a user when i got these problems. My Operating System is Windows 2003 ans my Oracle ver is 9.2.0.3.0. Please help me.
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.DBMS_AW" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "SYS.DBMS_AW_EXP", line 216
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_AW_EXP.schema_inf
    o_exp
    . exporting foreign function library names for user RESO
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user RESO
    About to export RESO's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TR
    ANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully

    Your first error results into this,
    ORA-04068:     existing state of packagesstringstringstring has been discardedCause:     One of errors 4060 - 4067 when attempt to execute a stored procedure.
    Action:     Try again after proper re-initialization of any application's state. >
    And looking at the 2nd error code,
    ORA-04063:     %s has errorsCause:     Attempt to execute a stored procedure or use a view that has errors. For stored procedures, the problem could be syntax errors or references to other, non-existent procedures. For views, the problem could be a reference in the view's defining query to a non-existent table. Can also be a table which has references to non-existent or inaccessible types.
    Action:     Fix the errors and/or create referenced objects as necessary. >
    So the said package of Sys has issues. Is this database being upgraded recently and thus is having some invalid packages?
    HTH
    Aman....

  • Urgent- Exporting database tables

    Hi There,
    I am using Oracle 8.0.6. I want export a table from one server to another.(both are unix machines). How can I do it?
    Thanx in advance

    If a table is samll, then I would recommend you to create a dblink between them and use copy command to copy the table from one db to another.
    Export:
    exp system/password file=exp.dmp log=exp.dmp tables=username.table_name direct=y statistics=none
    ftp the exp.dmp file in binary mode to other unix server.
    imp username/password file=exp.dmp log=imp.dmp fromuser=username touser=username full=y
    Do you have same user exists in both databases? Do you have same tablespaces exists on both databases?
    When you import, it will look for the same tablespace as exported database tablespace. Otherwise, the user who is importing revome unlimited tablespace quota and use one tablespace. also, you have to include ignore=y in this scinario.
    Jaffar

Maybe you are looking for

  • Table for Storage to Storage Stock in Transit.

    Dear Friends, There are two storage locations : A and B Created STO  and Posted  goods issue with VL10B & VL02N from Storage Location A but not received in Storage Location B I can find this stock in report MB5T. Now my requirement is to have the Tab

  • How to get the value in one JSP page to another?

    Hi, I have problems in passing the value around in JSP. I have two JSP pages as below: test1.jsp I try to get the vaule from my textbox by using: String strUser = request.getParameter ("strUserName"); Then i print out by using: out.print(strUser); th

  • Reading  huge xml files in OSB11gR1(11.1.1.6.0)

    Hi, I want to read a huge xml file of size 1GB in OSB(11.1.1.6.0)? I will be creating a (JCA)file adapter in jdeveloper and importing artifacts to OSB. Please let me know the maximum file size that could be handled in OSB? Thanks in advance. Regards,

  • 2 level leave approval workflow.

    Dear Expert, I am trying to update the status for the leave request. I created a sampel program with the following code in SE38 and put in the following code. However, it seem that it does not work and the status did not get updated for that particul

  • Illustrator 16.0.1 patch is not applicable?

    Gentlemen, I've just downloaded a stand-alone 16.0.1 update (Application Manager v. 6.2.112.0 didn't see it for some reason) and that's what I get tying to install it: Any thoughts? Please?