Oracle Database log redo log work notes

Oracle Database logs are called redo logs. All data changes are recorded in redo logs, which can be used to repair damaged databases. Large Databases use logs. The benefits of this design are the same. Redo logs are grouped. A database must have at

Oracle read-only transaction Test Study Notes

In oracle, only select statements in read-only transactions cannot have DML statements. All queries can only view the data before the transaction starts. Next I will introduce you to the Oracle read-only transaction test instance. We know that

Oracle11gR2 RAC cannot be connected using scan IP (ORA-12545)

ORA-12545 error is unable to connect to the target host IP address, or the object does not exist, the solution is to force the binding of the IP below we look at the two solutions. Oracle11GR2 RAC cannot connect to the database using scan IP, error

Summary of Oracle RAC Time Synchronization Methods

Three common methods for Oracle RAC Time synchronization are Network Time Protocol (NTP), rdate, and ntpdate. Let's take a look. 1. Use the ntpdate command 1. When the server can be connected to the Internet # Crontab-e Add a row: */1 ***** ntpdate 2

Specific oracle backup recovery methods

1.1 full database backup of Database DataNote: This operation requires you to start the database. Switch to the oracle user and create the backup directory on the OS side: Mkdir/oracle/backup Log on to the oracle database and create a backup

Oracle Database cold backup method

Cold backup is a physical backup of database files. It is usually performed after the database is shut down normally through a shutdown normal or shutdown immediate command. When the database is closed, all files used by the database can be backed

Before Oracle deletes a table, it determines whether the table name exists. If yes, It is deleted.

If you delete a non-existing TABLE in Oracle, such as "drop table notExistTable", the following message is displayed:ORA-00942: Table or view does not exist,If you run this statement using a program, an exception is reported. You need to delete the

Cause Analysis and Solution for oracle exp failure to export empty tables

I. Reasons Why empty tables cannot be exported1. By default, no segment is assigned to the empty table at Oracle11g. Therefore, when you use exp to export the Oracle11g database, the empty table is not exported. 2. After the

Detailed steps for Oracle table fragmentation

Many data blocks in the HWL are non-data, but the data blocks in the high-water line need to be scanned during full table scanning. That is to say, oracle has to do a lot of useless work! Therefore, oracle provides the shrink space fragment function.

How to connect JDBC to a cluster Database

The url address used to connect to the database is a bit different.Copy codeThe Code is as follows:Jdbc: oracle: thin: @ (DESCRIPTION =(LOAD_BALANCE = on)(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP) (HOST = IP1) (PORT = 1521 ))(ADDRESS = (PROTOCOL =

Steps and solutions for Oracle switching to archive Mode

Direct questionView Current Database Mode Connect to the database and enter the following command:Copy codeThe Code is as follows:SQL> archive log list; You can view the current database mode. If "Database Log mode is not archive mode", you need to

Detailed description of tns configuration in oracle Database

Brief introduction and application of TNS The complete definition of TNS in Oracle: the bottom layer of the transparence Network Substrate transparent Network. The Listener service is an important part of it, not all of which should not regard TNS

Export and Import using oracleexp and imp

I. DescriptionThe oracle exp/imp command is used to export/import databases; The exp command is used to export data from a remote database server to a local machine to generate a dmp file; The imp command is used to import the dmp file of the local

Use DBLINK to access a LOB table

This is a bit twisted solution, but works. basically you first need to convert LOB (in these example I refer to CLOB, BLOB is similar but you will probably not use varchar2) to multiple varchar2 (4000) on remote server-for example CLOB with size 8100

Oracle Time Model

When tuning an Oracle database, each component has its own set of statistics. to look at the system as a whole, it is necessary to have a common scale for comparisons. for this reason, most Oracle Database advisories and reports describe statistics

Chapter 6 translation of 11GConcept DataDictionaryandDynamicPerformanceViews

DataDictionary and Dynamic Performance Views (data dictionary and Dynamic Performance attempt) This chapter describes the most important part of each database's read-only reference table (view), collectively referred to as the data dictionary. This

Solution to ORA-12560: TNS: protocol adapter errors

Cause of ORA-12560: TNS: protocol adapter error: 1. The listening service is not started. On the windows platform, perform the following operations: My computer-management-services and applications-services, open the service panel, and start the

Application of oracle virtual Index

In the actual optimization work, it is an important method to change the full table scan of the large tables in the execution plan into an index scan. When tuning a large table, it is inevitable to try to create an index, this is not very good. It

[Cursor_sharing] the difference between setting the cursor_sharing parameter exact, similar, and force

In Oracle, to improve SQL Execution efficiency, You need to reduce hard parsing to achieve shared cursor sharing. The most common method is to bind variables, however, in many cases, variable binding cannot be used at the initial stage due to

How to export and import oracle Database Data

The following describes the Import and Export instances. You can simply import and export instances.Data export: 1. Export the database TEST completely, and the username system Password manager is exported to D: \ daochu. dmp. EnterExp

Total Pages: 2147 1 .... 1730 1731 1732 1733 1734 .... 2147 Go to: GO

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.