It is a good strategy to use the Oracle Import Export Tool (Import/export) for porting between Oracle databases. Although it is possible to reconstruct the database structure using the reverse Engineering in the Sybase power designer, the more complex data import process can be used, but the job queues, snapshots, and
options descriptionThe EXP tool for the Oracle database provides tables, users, full database, and tablespace four levels of export to export the specified database content to one or more Oracle binaries that are only allowed to be read with the Imp tool. IMP's command opti
using Windows NT commands.
4.3 The script file for the hot backup database Hotbackup.bat
5. Use Export as backup strategy
5.1 Export Command Options description
The EXP Tools for Oracle databases provide tables, users, full database, tablespace four levels of export, and export the specified
.
As for the "poisonous Snake" released, whether IBM can immediately unified database Lake, Cao Kaibin Information deputy general Manager of the world, said: "Oracle in the domestic market to occupy the largest share, but customer satisfaction must be improved, business model to improve." Although IBM has brought the leading technology and product to Chinese users, the large-scale marketing has just begun.
Let's start with some of the scripts we use to back up and restore Oracle databases directly using commands
Oracle Data Backup:
Step 1 Back up the user data.
1. Connect the Linux terminal using the database administrator account under Linux system.
2. Execute the following statement to create the "Bak_dir" folder.
The code is as follows
Copy
Requirements for Oracle 11.31 database installation on HP-UX IA64 11.2 systems:
I. Swap memory requirementsBetween 4 GB and 8 GB then 2 times RAM.Between 8 GB and 32 Gbit/s then 1.5 times RAM.More than 32 GB then 32 gb ram.Ii. JDK requirementsHPUX JDK6.0.05, hpux jdk 5.0.15
Iii. Minimum Kernel Parameter requirementsDuring installation, you can generate and run the Fixup script. to check and set the kernel p
When the oracle database is connected to hang, there are two listener, one is the other sub-process
When the oracle database is connected to hang, there are two listener, one is the other sub-process
When the Oracle database
-class data management with integrated Business Intelligence (BI) tools. The Microsoft SQL Server Database engine provides more secure and reliable storage capabilities for relational and structured data, enabling you to build and manage high-availability and high-performance data applications for your business.The difference between Oracle and SQL Server: First, openness1, SQL Server can only run on Win
1. Backup tools
You can directly use the Operating System Utility copy and CP to perform backup operations. However, Oracle strongly recommends that you use recovery Manager (RMAN ).
RMAN can back up data files, control files, archived logs, and server parameter files ). Backups can be written to disks or tapes.
2. concepts and terms
2.1 full backup and partial backup
Whole backup is a backup of all data files, control files, and server parameter file
The following is a summary of the basic common commands for databases in Oracle, the need for friends can come to reference the next
1. Get database name and date createdSELECT name, created, Log_mode, open_mode from V$database;
2, the Oracle database computer host name,
/oradata/orcl/users01. DBF ' online;
4. Restore operations using incremental backups
Oracle automatically determines whether an incremental backup strategy is in use when restoring data files, and automatically applies the required incremental backup sets as needed. In this case, there is no need to perform a different recovery operation.
During a restore operation that uses an incremental backup, the RE
. Get the exact location of each redo log (member) file for Oracle
Copy Code code as follows:
SELECT * from V$logfile;
7, know the Oracle database backup and recovery strategy and the location of the archive
Copy Code code as follows:
Archive Log List
8. Know how
Label:First, why need data backup The main reasons for data loss: 1, media failure. 2, the user's error operation. 3, the server's complete collapse. 4, computer viruses. 5. Unforeseen factors. The fault types in Oracle are divided into the following 4 categories. 1. Statement failure: A logical failure to execute a SQL statement procedure can cause a statement failure. If a user writes an invalid SQL statement, a statement failure occurs.
1. Get database name and date createdSELECT name, created, Log_mode, open_mode from V$database;
2, the Oracle database computer host name, Oracle database instance name and Oracle
First, IntroductionUltra-large systems are characterized by:
1, the number of users are generally more than million, and some more than tens of millions of data, the database generally more than 1TB;
2, the system must provide real-time response functions, the system needs to operate without downtime, the system requires a high availability and scalability.
In order to meet the above requirements, in addition to the need for superior performance of th
Since Oracle database backups are available in three ways, each with different recovery characteristics, you should integrate database and file system backups, integrate logical and physical backups.
First, backup strategy
1. At the operating system level, with a large-capacity disk array, each
oracle| Object | data | database | statistics
Application of statistical analysis technology for database objects
If Oracle uses cost analysis when executing SQL, all cost analysis sources rely on the system's statistical analysis table (Dba_tables, dba_indexes, dba_tab_columns) data, if the statistical analysis dat
the next focus of developers. A standard parallel solution is required to solve the concurrency problem in Java. Sun has made some achievements in Project Fortress, and Oracle Database giants should make persistent efforts.
13. Java requires a data-driven development schedule
Microsoft's Language-level INtegrated Query technology can include the data Query function in C #, and Java should also make plans f
this is not enough for a period of time to monitor the performance of the database, in order to solve this problem, in 10g also added a new view: V$active_session_history. This is Ash (active session history).Typically, the most recent 5-10 minute details are required in order to diagnose the state of the current database. However, because the activity information of the session is time and space-consuming
Original: Oracle Base database backup and RecoveryFirst, why need data backupThe main reasons for data loss:1, media failure.2, the user's error operation.3, the server's complete collapse.4, computer viruses.5. Unforeseen factors.The fault types in Oracle are divided into the following 4 categories. 1. Statement failure:A logical failure to execute a SQL statem
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.