How to backup all the oracle database?

We build serveral database on the Oracle 8.0.5 for Linux. The
Linux machine will be re-install in the near future. It is
necessary to backup the databases.
After the new Linux machine is set up, we plan for installing the
latest oracle version, and rebuild the database and their data.
How to backup and restore the database?
null

Chris Rimmer (guest) wrote:
: You could just use Export to dump everything to a file.
: Alternatively, take a look at:
: http://technet.oracle.com/doc/server.804/a58396/toc.htm
: Wan-rong Jih (guest) wrote:
: : We build serveral database on the Oracle 8.0.5 for Linux.
The
: : Linux machine will be re-install in the near future. It is
: : necessary to backup the databases.
: : After the new Linux machine is set up, we plan for installing
: the
: : latest oracle version, and rebuild the database and their
data.
: : How to backup and restore the database?
To take a cold backup, shutdown the database. Then use the "tar"
command to backup all of the files that make up the database.
You should also backup the config.ora, and the initxxxx.ora
files.
null

Similar Messages

  • How can we clone the Oracle database in new Oracle Home

    Hi,
    I would like to clone oracle database into new oracle home. How can we set it using OEM.
    I am using 10g grid control. Target db is on solaris
    Thanks
    Naveen

    after logging into target database, under maintenance tab, data movement header; ther is "clone database" option. When you click on it; you'll see :
    Clone Database uses RMAN to duplicate a database from:
    -- An open database in ARCHIVELOG mode, or
    -- An open database in NOARCHIVELOG mode (restart required), or
    -- A saved working directory from previous cloning
    Clone Database performs the following operations:
    -- Backup each database file and store it in a working directory
    -- Transfer each backup file from source to destination host
    -- Restore each backup file to existing destination Oracle Home
    -- Recover the cloned database with saved archived log files
    -- Open the cloned database with resetlogs
    It seems to be for cloning to a different host, but i guess you can chose the same host for source and destination. (I've never used cloning on em by the way :))
    But firstly, you should create a new oracle home, you can simply copy your oracle home with a new name (cp -R /oracle/app/oracle/product/10.2.0 /oracle/app/oracle/product/10.2.0.new) or make a new installation.
    I suggest you to do this cloning with CLI. You should take a full backup with RMAN, copy the oracle home, create a new initNEWSID.ora file and nomount the database, restore (or simply copy) controlfiles, restore database (with set newname commands), recover database, open resetlogs.

  • IPhoto09: How to backup all the structures ?

    Hi there,
    I think my harddisk is failing soon. I need to do some backups.
    Can I know where can I find the folders currently that stores all the tree structures/subfolders/events in the iPhoto09 ?
    I went to Macintosh > users > pictures & it only have jpeg files that I used for the screensaver.
    Any ideas ?
    Thanks

    Terence Devlin wrote:
    By default - i.e. unless you moved it - your Library is stored in your Pictures Foolder.
    If it's been moved:
    Select any pic in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). A Finder Window will open with the file selected. In column view it's easy to track back to the location of the Library.
    Regards
    TD
    Thanks TD,
    I did the "Show File" as suggested by you.
    But apparently when you did show file, there are in:
    Macintosh > Users > Pictures > iPhoto Library > Originals > .... etc where etc are all the events and subfolders.
    But the problem is iPhoto Library is not a folder when you go via the Finder mode. When I clicked on the iPhoto Library, it opens up iPhoto & I cannot see the structure.
    When I go via the "Show File" mode, there are folders shown after the iPhoto Library icon.
    Any ideas how to backup my iPhoto ?
    Thanks

  • How to backup all the tracks on a Zen Tou

    How can I back up my Zen Touch aside from just using Nomad Explorer and copying over all the files?
    Note: I don't want to backup the files is MediaSource, it doesn;t have all that is on my Zen.
    Thanks!

    You can use pretty much any of the software, aside from Nomad Explorer (which doesn't recreate directories). There are some ideas on this in my Nomad Primer.

  • How can I collect the oracle database audit policy?

    hi, buddies
    When I touch a new database, which tables or views do record the database all the audit policy exclude fpa? These records I prefer to the normal audit, for example:
    audit select on ysj.test by access;
    Thanks.

    If you are asking about which views to query for the audit options which are set in the database:
    DBA_OBJ_AUDIT_OPTS
    DBA_PRIV_AUDIT_OPTS
    DBA_STMT_AUDIT_OPTS
    For the audit records created:
    DBA_AUDIT_TRAIL

  • How to backup all the views in a table

    I want export all the view in a schema.
    I used the below command:
    expdp A12/A12 schemas=USER INCLUDE=VIEW directory=pump_dir dumpfile=expdp_VIEW.dmp
    The command executed successfully but,
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    Processing object type SCHEMA_EXPORT/VIEW
    Master table "SYS"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    It seems nothing have been backed up..
    I don't want to export specifically. Is there any way to upload all the views using export or any other way.
    Kindly help me..
    Thanks in advance
    nonuday

    Dean Gagne wrote:
    This job exported views. You would not have seen this line:
    Processing object type SCHEMA_EXPORT/VIEW
    If the views were not exported. What were you expecting to see.
    DeanYes, it even showed the export was successful, but the blocks size was 0kb.
    If I import the dump which I took with the *"include=view"* export command, will the views imported?
    And, can you please tell me when I googled about this it was mentioned *"Metadata of the objects(view,procedure,etc) will be exported"* can you explain it?
    Thanks in advance,
    Karthik

  • How can i save the data from the Oracle database to my local directory

    How can i save the data from the Oracle database to my local directory instead Of saving the data file to the Directory created on the Oracle Server ?
    I require to design the Procedure which will pull the data from various tables and needs to store the data in the Client's local directory.

    Since SQL*PLUS runs on the client, you can use SQL*PLUS to spool data to your local drive.
    You could also use the database to write a a specified drive where all users have access to (mapped network drive, e.g.). I wouldn't recommend doing it that way, but it is sometimes useful when the files are created in some nightly batch run.

  • How to store image in the oracle database 10.2. using File Maker 10.

    Hi.,
    I want to store image, media file in the oracle database using File Maker as a front end.
    I connect Oracle using odbc from file maker. There are table and in that table there a column "pict" of blob type. but this column is not showing in the file maker.
    2. Here I can not change the data type of any column.
    Now how to store images in the oracle table using odbc or any other tool.
    Regards,
    Shyam

    I wrote an example for my students, you can find it here. It's using PHP as the front end but all you need to do is know how and leverage the stored procedures. All code is downloadable in zip files from the blog.
    http://blog.mclaughlinsoftware.com/php-programming/oracle-lob-processing/

  • Today My c: drive crashed...i had all my oracle database files and others in other resp drives.How to start by DB again as my services are destroyed.?!

    Today My c: drive crashed...i had all my oracle database files and others in other resp drives.How to start by DB again as my services are destroyed.?!
    or how to create a service for the database i had previously ??
    any help
    Aravind.

    AravindanJ wrote:
    Today My c: drive crashed...i had all my oracle database files and others in other resp drives.How to start by DB again as my services are destroyed.?!
    or how to create a service for the database i had previously ??
    any help
    Aravind.
    Where did Oracle software reside beforeĀ  the failure & now?
    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • How to list the JAR files loaded into the Oracle Database ?

    How to list the JAR files loaded into the Oracle Database ?

    From 11.1 onwards, the below two views are available to identify the jar files loaded into the Database.
    JAVAJAR$
    JAVAJAROBJECTS$
    By querying the JAVAJAR$ view you can know information about the JAR files loaded into the Database and using JAVAJAROBJECTS$ view you can find all the java objects associated with the given JAR file.
    These views are populated everytime you use LOADJAVA with "-jarsasdbobjects" option to load your custom java classes.
    But unfortunately this feature is available only from 11.1 onwards and there is no clear workaround for above in 10.2 or earlier.

  • Online backup of the Oracle Collaboration Suite Database automatically ever

    Hi everybody!
    How to perform an online backup of the Oracle Collaboration Suite Database automatically every half-hour (every 10 minutes)?
    Thanks a lot for your helps.

    Hi,
    Take a look at the Backup and Recovery Basics book in the Administration section of the Database library. This will explain how ArchiveLog works.
    richard

  • How to list all the datatypes are being used in the database?

    Is there any way you can list all the oracle datatypes are being used in the database?
    Thanks,
    Chau

    Use USER_TAB_COLUMNS or DBA_TAB_COLUMNS to determing various data type but USER_TAB_COLUMNS will show you what type being used by a schema user

  • How to unlock all the tables & schemas in Oracle 9i

    plz help me out with how to bring isqlplus screen & how to unlock all the schemas & tables...

    Hi,
    You should see SQL plus, if you have oracle installed in your machine, it should be in Oracle/Application/SQL plus or look for this sqlplusw.exe in your machine.
    You can UNLOCK the user
    alter user usename account unlock ;
    Thanks

  • How to automate the Oracle database start and shutdown process

    How we can automate and oracle database start and stop procees with Linux start/shutdown process.
    I want to automatically start the oracle database at the time linux server and shutdown the database on shutdown linux server.

    Hi,
    I can share my scripts:
    1) /home/oracle/start_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    lsnrctl start
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    startup
    exit
    ENDSQL
    emctl start dbconsole
    isqlplusctl start
    NOTE: emctl and isqlplus are optional
    2) /home/oracle/stop_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    isqlplusctl stop
    emctl stop dbconsole
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    shutdown immediate
    exit
    ENDSQL
    lsnrctl stop
    NOTE: emctl and isqlplus are optional
    Then what you need:
    1) K91oracle_stop (put it in the desired run level)
    #!/bin/bash
    # description: Stop Oracle before reboots
    su - oracle -c "/home/oracle/stop_oracle.sh" >> /home/oracle/stoporacle.log
    2) S91oracle_start (put it in the desired run level)
    #!/bin/bash
    # description: Start Oracle after reboots
    su - oracle -c "/home/oracle/start_oracle.sh" >> /home/oracle/startoracle.log
    Bye.

  • How do i connect to the oracle database

    I just downloaded oracle 9i from your website. I wanted to know how do I receive or create my own username and password so I can access the oracle database.

    Hi,
    Two user accounts are automatically created with the database:
    SYS (default password: CHANGE_ON_INSTALL)
    SYSTEM (default password: MANAGER)
    (More info at : http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a96521/dba.htm#852)
    Both these accounts are database adminstrators. You can use either of these to connect to your database and create more users.
    To create new users use this SQL command after connecting to your database
    SQL> CREATE USER <username> IDENTIFIED BY <password>
    SQL> GRANT CREATE SESSION TO <username>
    For more information on creating users refer to http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a96521/users.htm#16513
    Hope this helps.
    Sujatha.

Maybe you are looking for