_home/network/log/listener. LOG
166. How do I know the listener parameter file?
Take 8I as an example
$ORACLE _home/network/admin/listener. ORA
167. How do I know the TNS connection file?
Take 8I as an example
$ORACLE _home/network/admin/tnsnames. ORA
168. How do I know the sql*net environment document?
Take 8I as an example
$ORACLE _home/network/admin/sqlnet. O
software, if you have installed the Java SDK and set the correct classpath, you can choose to install JDBC, if installed TCL software package, you can choose the "intelligent Agent", but it is recommended that you do not install these options, You can install it later on demand. Press "Install" to start the installation.
The DBA and Oper groups can accept default values during the subsequent setup process.
After installation of the selected installation software is complete, the system prompts
Oracle BASICS (9) Oracle architecture and oracle infrastructure
1. Oracle Architecture Overview:
Oracle architecture refers to the composition, working process and principle of the database, as well as the organization and management mechanism of data in the database. To und
like manual injection.
1. Brief Introduction to Oracle
Oracle, as an early-stage RDBMS database, has a large market share and is often used in some large databases. In addition to supporting a variety of SQL statements, it also provides a variety of packages, stored procedures, and even supports features such as java and library Creation, such powerful functions
I. Description
Oracle provides a profiler toolkit that allows you to view the performance of each module during PL/SQL Execution. You can download this script from MOS:
Implementing andusing the PL/SQL profiler [ID 243755.1]
You can also download it from my csdn:
Http://download.csdn.net/detail/tianlesoftware/4051100
When there is asignificant gap between user elapsed time and SQL processing elapsed time, andthere is PL/SQL code involved, the PL/SQL
database health metrics require SYSDBA permissions1. Generate an AWR report for the entire database: @ $ORACLE _home/ Rdbms/admin/awrrpt.sql 2. Generate oracle RAC AWR Report: @ $ORACLE _home/rdbms/admin/ Awrgrpt.sql 3. Generate an AWR report for a specific DB instance i
or damaged, the database cannot be started and run normally. Since the control file is so important, how should we back up and restore it? Ii. control file backup and recovery(1) User-managed backup and recovery First, go to the Oracle trace directory.[Oracle @ ENMOEDU trace] $ cd/u01/app/oracle/diag/rdbms/enmoedu/ENM
11.2.0.1.6 (non-RAC)
Iii. Test the recovery of corrupted inactive log files:Error Log when startup:SQL> startupORACLE instance started.
Total System Global Area 3156877312 bytesFixed Size 2217424 bytesVariable Size 989858352 bytesDatabase Buffers 2147483648 bytesRedo Buffers 17317888 bytesDatabase mounted.ORA-03113: end-of-file on communication channelProcess ID: 29499The Session ID is 2273 Serial number: 5.
Alert Error Log:Errors in file/u01/oracle/
: This column list is indexed and the reason is being analyzed. 5. DDL logsThere is no alternative method for logging DDL operations in previous versions. In 12c R1, you can now write DDL operations to XML and log files. This is for understandingIt is very useful who executed the Create or drop command at what time. To enable this function, the enable_ddl_logging initial parameters must be configured. This parameter can beSet at the database or session level. When this parameter is enabled, all
different# Facilities.Of course, there are not many lines of complete script content. Let's take a simple look, there is a configuration file facility. lisFacilities_File = $ ORACLE_HOME/lib/facility. lisThe corresponding component needs to be obtained from this configuration file. For example, if we use the command oerr ora 12345, ora is the first parameter. Based on this parameter, we can obtain the component value that needs to be used next.The script contains the following line of similar c
specify different db_block_size values for different tablespaces. Therefore, the generation of row links is almost inevitable, and there is not much to adjust. Row migration is mainly because the pctfree parameter of the table is too small during table update, so there is not enough space in the block to accommodate the updated records, resulting in row migration. It is necessary for row migration to be adjusted because it can be adjusted and cleared.
How can I check whether row migration and r
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.