Create SPFile to ASM in Oracle

--View SID Sql> show parameter instance_name; NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ Instance_name String tos --Create Pfile sql> create pfile= '/tmp/tospfile ' from SPFile; File

Oracle's v$session Performance view

1, v$session table structure sql> desc v$session; is the name empty? Type ----------------------------------------- -------- ---------------------------- Saddr RAW (8) SID number serial# number Audsid number Paddr RAW (8) user# number

Oracle's v$transaction Performance view

1. Table structure sql> desc v$transaction; is the name empty? Type ----------------------------------------- -------- ---------------------------- ADDR RAW (8) XIDUSN number Xidslot number XIDSQN number Ubafil number UBABLK number UBASQN

Solution for Oracle Sysaux space problem

After modifying the Awr collection frequency (http://zxf261.blog.51cto.com/701797/762046), it was found that sysaux table space was still heavily occupied. Here's how to clean up the Sysaux table space I. Clean-up of historical statistics under

ORA-39726 error when processing an Oracle compressed table delete field

Today, adding a field to a compressed table can increase success, but at the time of deletion, it was reported ORA-39726 Unsupported add/drop column operation on compressed tables error. The error is that you cannot add or remove fields to a

Oracle:asm Simple Management

I. ASM disk and Disk Group management 1. Create a disk group Create DiskGroup DG2 EXTERNAL redundancy DISK ' orcl:a1′; NOTE:1) disk name requires uppercase 2) disk name using V$asm_disk.path 2. Adding disks to the disk group Alter DiskGroup DG2

Initialization parameters in Oracle O7_dictionary_accessibility

O7_dictionary_accessibility is also an important initialization parameter related to security. This parameter is used to control whether the data dictionary access behavior is consistent with Oracle 7. By default, this parameter is set to False,

Introduction to new features of Oracle 11g R2 analysis Functions (i) Analysis function nth_value

In 11GR2, Oracle analysis functions are further enhanced. This article introduces the new analysis function Nth_value. Previous versions of the analytic functions, which provided first_value and last_value functionality, and in 11GR2, Oracle added

How to use the prior action in query Oracle lists

For prior operations in a tree query, it is generally used in a connect by statement, and this prior operation is also available in the field list of select. Look at a simple example: Sql> CREATE TABLE T (ID number, parent_id number, name VARCHAR2

Oracle consistent backup (cold backup) Overview

1, write the script to generate the backup script #cold Backcup Remark set sql*plus variable to manipulate output//note Set feedback off heading out verify off Trimspool off echo off Set pagesize 0 linesize 200 Remark set Sql*plus user variable

Oracle Manual Full Recovery (vi) Restore data files to a new location

Case 5: Restore the data file to a new location 1. Simulated environment Sql> CREATE TABLE LXTB01 (id int) tablespace lx01; sql> INSERT INTO LXTB01 values (1); 1 row created. sql> INSERT INTO LXTB01 values (2); 1 row created. Sql> select *

ORA-00257 Fault resolution process for Oracle Database

Overview: Oracle database is currently the industry's most commonly used large database systems, I encountered in the actual project ORA-00257 error (lack of space error), by looking for information, most of this is due to the archive log too much,

Optimizing Oracle Downtime and database recovery

The steps to minimize Oracle downtime are discussed here. All forms of downtime-planned or unplanned-always occur, and a DBA should have the right backup strategy so that it can recover more quickly if there is a problem with the database. The

Methods to return an array of Oracle stored procedures

Methods that Oracle stored procedures return arrays: 1. Create a Package create or replace package test isTYPE filename_array IS TABLE OF varchar2(1);filename filename_array;end test; 2. Establish a stored procedure create or replace procedure

Application of tasks and pipelines in Oracle stored procedures

1. Foreword In the actual application process of Oracle database, the business processing logic is placed in the stored procedure, and the client calls through ADO. Some business logic processing is large and complex, so that after the client calls

Oracle's Stored Procedures guide

   Create procedure procedue_name  [@parameter data_type][output]  [with]{recompile|encryption}  as  sql_statement Explanation Output: Indicates that this parameter is available for return. with {recompile|encryption} Recompile: means recompiling

Oracle Redo log File Management tips

The redo log file is a very important log file in the Oracle database and is a feature of its own. The redo log file records any operations to the database, such as using DML statements or DDL statements to make changes to the data, or database

Simulate and repair data block corruption in Oracle

In Oracle databases, we may experience a lot of data corruption and how it is important to recover data in the face of these situations. In many cases, recovery is extremely complex and requires careful, reckless operations and attempts that can

Sys_connect_by_path function usage in Oracle

The primary role of the Sys_connect_by_path function is to distinguish all child nodes under a parent node from a single character, and then connect to a column to display select level ,sys_connect_by_path( id , '/' ) from test start with pid= 1

How Oracle Queries initialization parameters (v.) How to determine the origin of an initialization parameter

Query initialization parameters A lot of ways, such as show PARAMETER, or query V$parameter, here a brief summary. This article describes how to determine the origin of an initialization parameter. To determine if the database startup is enabled

Total Pages: 2147 1 .... 1557 1558 1559 1560 1561 .... 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.